martinrotter / textosaurus

Cross-platform text editor based on Qt and Scintilla.
GNU General Public License v3.0
284 stars 44 forks source link

Lexical analys and highlighting #87

Open nahongyan opened 3 years ago

nahongyan commented 3 years ago

hello First of all, thanks a lot to open source for helping me learn how to use Scintilla , but I noticed that you didn't use Scintilla's lexer, which caused a lot of bugs . For example, the folding position is not accurate, the highlighting is abnormal... Notepad 2 is a good project and I hope its lexical analysis can help you .

martinrotter commented 3 years ago

Hello, textosaurus uses scintilla lexers and only scintilla lexers.