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
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
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
eba913d887
Scintilla Namespace
...
- corrected missing scintilla namespaces
- activated usage of scintilla namespace in nmakefile and vcxproj
Closes #3033
8 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