Highlighting code in Notepad++

Everything else that doesn't fall into one of the other PB categories.
AZJIO
Addict
Addict
Posts: 1298
Joined: Sun May 14, 2017 1:48 am

Highlighting code in Notepad++

Post 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
AZJIO
Addict
Addict
Posts: 1298
Joined: Sun May 14, 2017 1:48 am

Re: Highlighting code in Notepad++

Post by AZJIO »

Albert90 wrote: Wed Jan 12, 2022 7:16 am do it manually
This already exists. Read more here
Post Reply