Commit Graph

49 Commits

Author SHA1 Message Date
Rainer Kottenhoff
51693dc7c7 update component Scintilla to version 372 2017-01-03 08:44:50 +01:00
Derick Payne
eca0846640 New release 2016-12-07 15:36:26 +02:00
Derick Payne
4f01887c72 Merge pull request #14 from RaPeHoff/Scintilla_371
+ update to Scintilla 371  (NP2 adaption due to deprecated data types)
2016-12-07 11:08:52 +02:00
Rainer Kottenhoff
1f5354b194 + update to Scintilla 371 (NP2 adaption due to deprecated data types) 2016-12-06 11:49:54 +01:00
Derick Payne
562182159d Merge pull request #10 from RaPeHoff/fix_64bit_37
clean-code solution (instead of "magic numbers")
2016-11-28 08:25:53 +02:00
Derick Payne
8a0723a133 Merge pull request #11 from RaPeHoff/crypto_update
+ crypto module: code cleanup
2016-11-28 08:25:38 +02:00
Derick Payne
db0db4b749 Merge pull request #12 from RaPeHoff/deelx_regex
+ Integration of DeelX RegExpr engine (http://www.regexlab.com/en/deelx/)
2016-11-28 08:25:16 +02:00
Rainer Kottenhoff
af672d7e49 extend RegExpr (DeelX) based "Wildcard Search" (?*) character escaping method 2016-11-27 16:55:42 +01:00
Rainer Kottenhoff
ad277d6008 clean up some more places calculating space for selection text sizes 2016-11-27 16:08:13 +01:00
Rainer Kottenhoff
1d526576c9 + Integration of DeelX RegExpr engine ( see http://www.regexlab.com/en/deelx/ )
Notepad2 and also the maintaining fork notepad2-mod are using Scintilla's internal regexpr engine, which has its limitations ( see  XhmikosR/notepad2-mod#148 ).
   In wise forsight, the developer of Scintilla creates an interface (activated by preprocessor define SCI_OWNREGEX), to embed your own RegExpr search (and replace) engine.
2016-11-27 13:25:39 +01:00
Rainer Kottenhoff
87cf965f9a clean-code solution (instead of "magic numbers") for XhmikosR/notepad2-mod#37 2016-11-27 12:59:46 +01:00
Rainer Kottenhoff
8598137ecc + crypto module: code cleanup according to static code analysis (CppCheck and VS2015 Analyze)
+ crypto module: replace LocalAlloc/GlobalAlloc by HeapAlloc methods
+ Scintilla 370 last merge missed some files
2016-11-27 11:23:16 +01:00
Derick Payne
3dcab849aa Merge pull request #8 from RaPeHoff/master
Scintilla 3.7.0 integration
2016-11-15 13:39:52 +02:00
Rainer Kottenhoff
d15dfdbccb Merge tag 'Scintilla_370' 2016-11-15 10:46:36 +01:00
Rainer Kottenhoff
86c8fcaea0 + update Scintilla to Version 3.7.0
- add _SCL_SECURE_NO_WARNINGS preprocessor define (Scintilla uses "unsafe" std::copy now)
+ integrate additional Lexers: lexJSON, lexMATLAB, lexRegistry (see also McNeight/notepad2-mod)
+ Insert GUID insertion option (XhmikosR/notepad2-mod#171)
+ fixing sporadic initial crash (XhmikosR/notepad2-mod#172)
2016-11-15 10:37:30 +01:00
Derick Payne
13196d1117 Merge pull request #7 from RaPeHoff/master
fixing 64bit issue XhmikosR/notepad2-mod#37
2016-11-07 02:18:18 +02:00
Rainer Kottenhoff
0c4c5a5da5 fixing 64bit issue XhmikosR/notepad2-mod#37
fixing crypto issue "passphrase longer than plaintext"
2016-11-06 16:15:36 +01:00
Derick Payne
40cff43135 Included upx.exe 2016-09-08 15:09:36 +02:00
Derick Payne
2b8edb9358 Signed Version.exe 2016-09-08 14:22:01 +02:00
Derick Payne
20192bdfe6 Changed various solution properties 2016-09-08 14:19:39 +02:00
Derick Payne
2267251a35 Updated Scintilla to version 3.6.7
Updated Scintilla to version 3.6.7, Updated HTML Keywords and Added
Microsoft Visual C++ Update 3 version number.
2016-09-06 11:11:37 +02:00
Derick Payne
6de3aeda1f Implemented a new versioning scheme 2016-06-24 08:48:48 +02:00
Derick Payne
07d22db18d Fixed Favorites Function
Fixed Favorites Function
2016-06-22 13:53:54 +02:00
Derick Payne
69c4414644 Added Support for Inno Setup 5.5.9 2016-06-11 17:49:36 +02:00
Derick Payne
2429e56f3f Removed Visual Studio 2010 to 2013 Support
Removed Visual Studio 2010 to 2013 Support and Cleaned Source Code.
2016-06-11 17:24:14 +02:00
Derick Payne
2ff761c6b6 Removed Visual Studio 2010 to 2013 Support
Removed Visual Studio 2010 to 2013 Support
2016-06-11 16:03:21 +02:00
Derick Payne
31d225905a Update Apache Keywords for version 2.4
Update Apache Keywords for version 2.4
2016-06-11 16:01:38 +02:00
Derick Payne
ad74a36002 Updated to Scintilla 3.6.6
Updated to Scintilla 3.6.6
2016-06-11 09:32:20 +02:00
Derick Payne
124ab91e84 Build Environment Cleanup
Build Environment Cleanup
2016-06-03 13:13:46 +02:00
Derick Payne
5f108132ae Bug in handling wrong passphrase on decryption 2016-04-18 16:36:58 +02:00
Derick Payne
b843870b5a Updated Scintilla to version 3.6.4
Updated Scintilla to version 3.6.4
2016-04-17 20:44:10 +02:00
Derick Payne
229fb8ac22 New Encryption Feature 2016-01-29 22:24:29 +02:00
Derick Payne
0ada3c6d5e Updated Build Output Directories 2016-01-29 19:57:20 +02:00
Derick Payne
ddf6a172bb Fixed Missing Wildcard Search
Fixed Missing questions marks on search and replace windows.
2016-01-29 19:33:38 +02:00
Derick Payne
865d2af7a5 Updated Scintilla to version 3.6.3 2016-01-29 18:45:29 +02:00
Derick Payne
20adcaea23 Updated Versions Program to Build 68 2015-11-20 14:06:38 +02:00
Derick Payne
ea2e508fbb Updated copyright information 2015-11-17 16:46:22 +02:00
Derick Payne
b147e7c276 MiniPath now included in Setup
MiniPath now included in Setup. Change the main license file to include
MiniPath (metpath)
2015-11-17 16:17:35 +02:00
Derick Payne
3202a2346c MiniPath added to solution.
MiniPath Explorer plugin added to solution. MiniPath is based on code
from metapath.
2015-11-17 14:29:11 +02:00
Derick Payne
0bb999bd8f Setup file completed. 2015-11-14 20:14:21 +02:00
Derick Payne
10a8bd5233 Update missing keywords 2015-11-14 11:31:22 +02:00
Derick Payne
b8c5f0717c Update Scintilla to version 3.6.2 2015-11-14 11:20:53 +02:00
Derick Payne
17a2bd3629 Support for MiniPath added
Support for MiniPath added
2015-11-14 11:01:10 +02:00
Derick Payne
09a24686b5 Version update 2015-11-13 13:49:29 +02:00
Derick Payne
6346223876 Cleaning junk files 2015-11-13 09:02:02 +02:00
Derick Payne
eef8262263 Replaced swscanf with the safer swscanf_s 2015-11-13 08:51:12 +02:00
Derick Payne
0fa9cdbc4b Ignore upx.exe 2015-11-13 07:47:23 +02:00
Derick Payne
3737845a15 Initial Release
This is the start of the project.
2015-11-13 07:44:58 +02:00
Derick Payne
4883f4c123 🎊 Added .gitattributes & .gitignore files 2015-11-13 07:42:38 +02:00