Rainer Kottenhoff
1054c459d6
+ cleancode issues
2017-12-14 09:18:49 +01:00
Rainer Kottenhoff
049f0e6d8f
+ first refactoring for find/replace (RegExpr) operations
2017-10-27 16:28:07 +02:00
Rainer Kottenhoff
b4c4df15ae
- minor corrections
2017-10-25 23:52:29 +02:00
Rainer Kottenhoff
239f54b0ca
+ small fixes for "Relaunch elevated"
...
+ consistency: raising WINVER macros to Win7 (abandoned WinXP support)
2017-09-02 09:09:23 +02:00
Rainer Kottenhoff
afb5140b0a
+ replace lstrcmp() and lstrcmpi() by StrSafe (helper.h defined) methods, where applicable
2017-08-31 14:21:45 +02:00
Rainer Kottenhoff
11c29871e1
+ replace lstrlen() by safe StrSafe method (where applicable)
2017-08-30 23:32:56 +02:00
Rainer Kottenhoff
b7523f4d53
+ last chunk of StrSafe.h replacements for deprecated string functions
...
* no functional changes compared origin master
- despite of regression tests, there is a small possibility of
introducing changed/wrong behavior regarding string operations ... :-O
2017-08-23 12:22:48 +02:00
Rainer Kottenhoff
3d0359ae6b
nth+ StrSafe code hardening
2017-08-23 00:02:48 +02:00
Rainer Kottenhoff
223a977207
Merge branch 'Sandbox' into Code_Quality
2017-08-11 20:13:03 +02:00
Rainer Kottenhoff
93325e250d
+ add printing additional option /v(d)ialog to allow access to the Printer dialog (as on Menu: Print... )
2017-08-11 20:10:52 +02:00
Rainer Kottenhoff
935eed6d1e
Merge branch 'Sandbox' into Code_Quality
...
# Conflicts:
# src/Notepad3.c (manually linebased merged)
2017-08-11 19:07:32 +02:00
Rainer Kottenhoff
fc10dbf655
+ add command line option ( /v ) to print file immediately and quit (like Window's original notepad.exe /p option)
2017-08-11 18:33:38 +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
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
Rainer Kottenhoff
1f5354b194
+ update to Scintilla 371 (NP2 adaption due to deprecated data types)
2016-12-06 11:49:54 +01:00
Derick Payne
3737845a15
Initial Release
...
This is the start of the project.
2015-11-13 07:44:58 +02:00