Scintilla 3.7.0
-
I’m giving a +1 for effort here. I don’t know really what advantages some of these newer versions of Scintilla provide, but surely it is not good for the version in Notepad++ to fall too far behind? :)
-
Wow!
+1.
By the way, do you use unmodified sources of Scintilla (as is), or do you integrate some patches from Notepad++'s codebase? -
Ah, you mentioned you applied the Notepad++'s patches.
So, I see no reason to not use this version of the SciLexer.dll! Instead, I see reasons to use it!
For example, it works faster when doing multi-editing in a big (80 MB) Unicode file. -
Though - no. I’ve found a serious reason to not use this custom SciLexer.dll in its current form.
When searching with Regular Expressions case-insensitively, it does not find non-Latin characters (such as Cyrillic) in another (upper/lower) case at all! It does not work neither for “Find All in Current Document” nor for “Find in Files”. (Without Regular Expressions it’s OK, case-insensitive searching works for Cyrillic characters.)
The Notepad++'s SciLexer.dll handles case-insensitive with Regular Expressions correctly. -
@Vitaliy-Dovgan
I think your “Regular Expressions” issue is due to the nightly build compilation process that doesn’t use “boost regular expression”. DonHO didn’t want that because it’s time consuming and sometimes fails the build. -
@cmeriaux
Thx for your effort. Does that mean, we can see a new version of NPP with the latest version of SCINTILLA? -
@oirfeodent-oirfeodent said:
Thx for your effort. Does that mean, we can see a new version of NPP with the latest version of SCINTILLA?
You’are welcome.
About the integration in the master branch, i should be very patient until @donHo accept it.
While you are waiting, you can use the nightly build of my branch (see the first post) -
@cmeriaux
Ok. Will check the nightly.
Aside, any specific reason for the three different versions of scintilla?
Will it not be enough to have one “Scintilla 3.7.0” alone or infact the current one “Scintilla 3.7.2”?Just asking because, as Scintilla is not upgraded that frequently… may be we can use the latest one alone. Or possibily, 3.7.0 was the latest when you pulled the branch?
-
3.7.0 was the latest
-
This is a great build. I am quite happy to see you have released it.
Maybe its time for a fork? If you would be willing to make the long standing changes many people have been waiting for, like updated UI, better plugin manager, etc…