Page 1 of 1

Highlighting code in Notepad++

Posted: Thu Nov 04, 2021 2:20 am
by AZJIO
yandex upload.ee
I wanted to make a code highlighting plugin in Notepad ++ in real time using regular expressions. Initially, when regular expressions were inside the code, it worked well. When I moved the settings to the ini-file, the highlighting began to occur slowly. For fun, I made an option using PureBasic Internal Regular Expressions (PCRE), because the regular expressions in Scintilla were stripped down. But in some places the highlighting was performed with a shift (to the end of the text) and I found that this happens at the moment the Russian symbols appear.
Here's an example where it worked fast enough. yandex upload.ee

Re: Highlighting code in Notepad++

Posted: Wed Jan 12, 2022 11:44 am
by AZJIO
Albert90 wrote: Wed Jan 12, 2022 7:16 am do it manually
This already exists. Read more here