Fix lexing of nested comments; remove unused variable#258
Fix lexing of nested comments; remove unused variable#258mgusg wants to merge 6 commits intoScintillaOrg:masterfrom
Conversation
|
The test requires a Removing cppcheck shows a new warning for the look back loop. It may be possible to simplify this code. |
|
Thanks for the feedback. I added the missing SciTE.properties file and resolved the issues reported by cppcheck. |
|
In SciTE.properties you likely want the keyword 'DISPLAY' to be lowercase so that these are lexed to |
|
I changed the keyword to lowercase and updated the .styled file. Thank you for the thorough review. |
Fix a bug which caused improper lexing of nested block comments.
Add a regression test for block comments and single-line comments.
Remove unused variable visibleChars in LexerABL::Lex.