Commit Graph

22 Commits

Author SHA1 Message Date
METANEOCORTEX\Kotti
57ca075f39 +add: opt. to disable animated max./min. window ([Settings2] DrawAnimatedWindow)] 2023-08-28 22:16:46 +02:00
METANEOCORTEX\Kotti
d391413064 +chg: Solution/Project tuning
+chg: Display of Unicode Point
2023-02-24 07:38:53 +01:00
METANEOCORTEX\Kotti
2cbcc8715d +add: add np3encrypt project to solution (cmd-ln tool)
+fix: use random IV for np3encrypt
+ver: VS2019 compiler Version added
2023-02-19 11:54:48 +01:00
Pairi Daiza
7a96b758fe + chg: Rename "grepWinNP3\translations" to grepWinNP3\translationsNP3"
- Use the latest installed SDK
- + upd: Version files and Changes.txt
2020-05-21 16:38:35 +02:00
Pairi Daiza
c7f4d725e3 Conversion all files to encoding UTF-8 (Partial_1) 2019-11-04 00:27:34 +01:00
Rainer Kottenhoff
2f1312149a + fix: problem with reuse window
+ update Onigmo RegEx engine
+ Scintilla current dev (GitHub Mirror)
+ using vc142 for VS2019 Prev 2.0
2019-01-25 20:07:10 +01:00
Rainer Kottenhoff
721eadbe74 Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_NewFeatures 2018-11-19 08:19:30 +01:00
Rainer Kottenhoff
af22f57644 + upd: VS 15.9.1 (Win SDK 10.0.17763.0) 2018-11-18 09:38:45 +01:00
Rainer Kottenhoff
5f7020695d + chg: UTF-8 encoding based resource files (*.rc), UTF-8-Sig. based source code files (.c .h .cpp) 2018-11-15 15:40:16 +01:00
Rainer Kottenhoff
637bd98f19 + chg: UTF-8 encoding based resource files (*.rc), UTF-8-Sig. based source code files (.c .h .cpp) 2018-11-15 11:44:41 +01:00
Rainer Kottenhoff
f847b89ae2 + enh: MultiLingual support 1st step 2018-05-13 14:27:09 +02:00
Rainer Kottenhoff
575be5b2cf + enh: external cmd tool using Google's "Compact Encoding Detection" for encoding analysis 2018-03-14 15:30:45 +01:00
Rainer Kottenhoff
e619610b69 + chg: revert compiler optimization settings back to "Maximize Speed (/O2)" combine with 2nd opt. "Favor Size or Speed: Favor small code (/Os)" 2018-02-22 08:45:37 +01:00
Rainer Kottenhoff
ea81edc33f + chg: compiler optimization flags for release build 2018-02-21 17:53:27 +01:00
Derick Payne
2a496e8c0c Changed SDK version target to 10.0.16299.0
Please test the new build 668. Read more about the Beta channel at: https://github.com/rizonesoft/Notepad3/issues/160
2017-11-11 17:53:14 +02:00
Rainer Kottenhoff
a4299465a1 - fix: corrections to .vcproj settings inconsistencies (reported in release build process) 2017-11-08 11:24:02 +01:00
Rainer Kottenhoff
e5ab61a440 - dropping WinXP support , using compiler toolset vc141 Win SDK 10.0.14393.0
(current VC++ redistributable needed ?)
2017-08-30 18:18:00 +02:00
Derick Payne
72db927b90 Visual C++ 2017 now required 2017-08-27 18:36:14 +02:00
Rainer Kottenhoff
1ebeb4ceca + minor fixes for .vcxproj files regarding optimization and linker settings 2017-08-11 19:48:46 +02:00
Rainer Kottenhoff
af4d1292f4 + raise Warning Level from 3 -> 4, and fix corresponding warnings
+ option: build-time: treat warning as error (build fails)
+ cleanups reported by CppCheck v.1.79  (except issue: 'variableScope')
+ remove _CRT_SECURE_NO_WARNINGS to see security warnings for deprecated functions;
+ remove macro-definition for BOOKMARK_EDITION (bookmarks are fixed component of NP3 now)
   (code has not been excaped by this MACRO consistently)
2017-08-11 14:18:39 +02:00
Rainer Kottenhoff
8600d566db fixing issue #35 (preserve FileExtension settings while switching Styles / 2nd Default Scheme)
+ enlarge some string buffers for dialogs
+ fixing np3encrypt vcxproj files
2017-08-11 03:35:21 +02:00
Rainer Kottenhoff
0b84a9ab1d + add commandline tool for batch encrypt / decrypt textfiles, comatible with NP3's encryption feature (Autor Dave Dyer: http://www.andromeda.com/people/ddyer/) 2017-08-10 18:00:27 +02:00