]> O.S.I.I.S - jp/crow.git/commit
change styling grammar for value now enclose in double quote StyleModif
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Tue, 27 Feb 2018 23:51:17 +0000 (00:51 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Tue, 27 Feb 2018 23:51:17 +0000 (00:51 +0100)
commitd5cf794076899803b9a34eb46d3b2e34f3e3cfbc
tree783e637acbeab9c65777c345ae834a93ab7fc86a
parent8e82014a444722660692bbf730017651ddb6c88c
change styling grammar for value now enclose in double quote
16 files changed:
Crow.csproj
CrowIDE/CrowIDE.csproj
CrowIDE/src/Project.cs
CrowIDE/src/SourceEditor/BufferParser.cs [new file with mode: 0644]
CrowIDE/src/SourceEditor/CSharpParser.cs
CrowIDE/src/SourceEditor/CodeLine.cs
CrowIDE/src/SourceEditor/Parser.cs [deleted file]
CrowIDE/src/SourceEditor/ParsingException.cs [deleted file]
CrowIDE/src/SourceEditor/SourceEditor.cs
CrowIDE/src/SourceEditor/StyleParser.cs
CrowIDE/src/SourceEditor/Token.cs
CrowIDE/src/SourceEditor/XMLParser.cs
CrowIDE/ui/IDE.style
Default.style
src/ParsingException.cs [new file with mode: 0644]
src/StyleReader.cs