Don Ho
6844df039d
Fix boost REGEX performance issue
...
This commit revert 86c66bba90
due to the boost REGEX performance issue.
Fix #10398 , fix #10296 , fix #10260 , close #10403
3 years ago
mere-human
2794c927b3
Fix the warnings issue during Scintilla's compiling
...
Remove std::iterator from Boost Regex search code:
std::iterator was deprecated in C++17.
Remove it to fix the warnings and avoid other issues.
Fix #10035 , close #10036
3 years ago
Don Ho
7d65bb9503
Use toolkits v141 still for a while
3 years ago
Christian Grasser
2e0d358cdc
Adapt for VS2019 builds with toolkit v142
...
Fix #9922 , close #9942
3 years ago
Christian Grasser
5b86023d3a
Fix auto-completion performance issue introduced with switch to static linkage of libSciLexer
...
The performance issue, which appears after switching to static linkage of libSciLexer, is due to th commit "Improve character case handling in RegEx" (#9707 ).
Removing "locale" call from "BoostRegexSearch::FindText()" solves auto-completion performance issue.
Fix #9975 , close #10010
3 years ago
Christian Grasser
ab58c8ee3e
One button to compile them all
...
1. Build Notepad++ with Scintilla static lib (libscintilla.lib) and Boost (v1.76) RegExpr.
2. ARM64 build is available.
Fix #5158 , close #9594
4 years ago
Udo Hoffmann
62d07f7f7c
Fix wrong global locale setting committed in 86c66bb
...
Fix wrong global locale setting due to PR #9707 (86c66bba90 (r49146650)
)
Close #9733
4 years ago
Udo Hoffmann
86c66bba90
Improve character case handling in RegEx
...
Fix #9636 , close #9707
4 years ago
Udo Hoffmann
926e6e97d8
Catch regex search exceptions and show exception message
...
Fix #9565 , close #9566
4 years ago
Udo Hoffmann
08190bbe96
Fix RegEx look behind operations and \A and and \b and \z
...
Fix #713 , fix #1870 , fix #2216 , fix #2360 , fix #9004 , fix #4855 , close #8926 , close #9008
4 years ago
Don HO
92bad0a60a
Upgrade Scintilla from 4.1.4 to 4.2.0
...
Fix #5822
5 years ago
Don HO
2d90b38795
Upgrade Scintilla - integrate boost's PCRE in 64 build
...
And remove compiling warning.
6 years ago
Don HO
37c4b894cc
Upgrade Scintilla from v3.56 to v4.14
6 years ago
Christian Grasser
a8a6f2c881
- avoid some compiler warning
...
- build also without SCI_OWNREGEX
10 years ago
Don Ho
cb7806e94c
[UPDATE] Update Scintilla to 3.3.4
...
[BUG_FIXED] (Author: Dave Brotherstone) Fix scintilla crash bug while closing a document.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1104 f5eea248-9336-0410-98b8-ebc06183d4e3
11 years ago
Don Ho
ffdebe56ed
[BUG_FIXED] (Author: François-R Boyer & Dave Brotherstone) Regex search and replace haning problem fix.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1009 f5eea248-9336-0410-98b8-ebc06183d4e3
12 years ago
Don Ho
bcb502808e
[BUG_FIXED] (Author: Dave Brotherstone) Fix find "\r\n" in RegExpr mode.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@990 f5eea248-9336-0410-98b8-ebc06183d4e3
12 years ago
Don Ho
7e0ed0ebf3
[NEW_FEATURE] (Author: Dave Brotherstone) Add PCRE (Perl Compatible Regular Expressions) support.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@863 f5eea248-9336-0410-98b8-ebc06183d4e3
13 years ago