]> O.S.I.I.S - jp/crowedit.git/commit
source structure and code clean
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 3 Jul 2025 17:52:58 +0000 (19:52 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 3 Jul 2025 17:52:58 +0000 (19:52 +0200)
commit92615c83a0c2013988f769e157ed34c0954980bf
tree12715bb26d5e3eff8007bc2b78705a19b497ee5e
parent5cbb767744d2791a8957ad6560157eeb0f2ceec1
source structure and code clean
14 files changed:
CrowEditBase/src/Compiler/SourceDocument.cs
CrowEditBase/src/Compiler/SyntaxNode.cs [deleted file]
CrowEditBase/src/Compiler/SyntaxNodes/MultiNodeSyntax.cs [new file with mode: 0644]
CrowEditBase/src/Compiler/SyntaxNodes/SingleTokenSyntax.cs [new file with mode: 0644]
CrowEditBase/src/Compiler/SyntaxNodes/SyntaxNode.cs [new file with mode: 0644]
CrowEditBase/src/Compiler/SyntaxNodes/SyntaxRootNode.cs [new file with mode: 0644]
CrowEditBase/src/Compiler/SyntaxRootNode.cs [deleted file]
CrowEditBase/src/Document.cs
CrowEditBase/src/TextDocument.cs
plugins/CERoslynPlugin/src/CSSyntaxAnalyser.cs [deleted file]
plugins/CERoslynPlugin/src/Parsing/CSSyntaxAnalyser.cs [new file with mode: 0644]
plugins/CERoslynPlugin/src/Parsing/CsharpSyntaxWalkerBridge.cs [new file with mode: 0644]
plugins/CERoslynPlugin/src/Parsing/SyntaxNodes.cs [new file with mode: 0644]
plugins/CEXmlPlugin/src/Parsing/XmlSyntaxNodes.cs