Notepad3/src
METANEOCORTEX\Kotti fadaa5c634 +fix: minor bugs related to new feature Change-History
+chg: Lexer Registry-Files: split string and GUID String coloring
2022-12-30 01:30:26 +01:00
..
_backlog + chg: Rizonesoft Copyright © 2008-2021 to year "2008-2022" 2022-01-01 09:22:40 +01:00
ced + chg: Rizonesoft Copyright © 2008-2021 to year "2008-2022" 2022-01-01 09:22:40 +01:00
ChooseFont + fix: file save problem after switching encoding to GB2312 (52936) 2020-11-25 12:47:14 +01:00
Config +fix: minor bugs related to new feature Change-History 2022-12-30 01:30:26 +01:00
crypto +chg: status-bar dbl-click line-break mode: cycle only between CR+LF <-> LF modes, CR mode must be set explicitly by menu or dialog (see issue #3142) 2022-12-28 12:32:39 +01:00
DarkMode VS2022-vc143 build (WM_DPICHANGED not send) 2022-11-07 23:35:12 +01:00
StyleLexers +fix: minor bugs related to new feature Change-History 2022-12-30 01:30:26 +01:00
tinyexpr +enh: "Modify Lines" feature (using tinyexpr) - fixes and optimizations 2022-10-04 17:13:34 +02:00
tinyexprcpp +xpl: add sourcecode for experimental version of tinyexpr CPP 2022-10-04 17:10:01 +02:00
uchardet Pimping UCHARDET encoding detector 2022-02-11 01:42:40 +01:00
uthash +chg: F/R Dialog and f/r pattern handling 2021-09-22 03:14:37 +02:00
win +fix: dark-mode system menu bar coloring (except bottom line) 2021-09-26 13:28:41 +02:00
.clang-format +chg: .clang-format, minor fix 2021-08-30 12:10:03 +02:00
Dialogs.c +fix: (re)setting default window position in case of non std DPI resolution (issue: #4418) 2022-12-29 16:13:53 +01:00
Dialogs.h +chg: status-bar dbl-click line-break mode: cycle only between CR+LF <-> LF modes, CR mode must be set explicitly by menu or dialog (see issue #3142) 2022-12-28 12:32:39 +01:00
Dlapi.c Memory issues fixing and hardening 2022-02-09 02:02:36 +01:00
Dlapi.h Memory issues fixing and hardening 2022-02-09 02:02:36 +01:00
DynStrg.c +fix: modification marker based on selection history 2022-11-04 11:04:25 +01:00
DynStrg.h + chg: Rizonesoft Copyright © 2008-2021 to year "2008-2022" 2022-01-01 09:22:40 +01:00
Edit.c +fix: minor bugs related to new feature Change-History 2022-12-30 01:30:26 +01:00
Edit.h +chg: replacing SCI_REPLACETARGET calls by SCI_REPLACETARGETMINIMAL calls where appropriate - should minimize change history markers on text formatting, especially on file reload 2022-12-16 11:22:16 +01:00
Encoding.c + fix Unicode Detection in case of pure ASCCI containing null bytes 2022-08-28 13:27:14 +02:00
Encoding.h + fix Unicode Detection in case of pure ASCCI containing null bytes 2022-08-28 13:27:14 +02:00
EncodingDetection.cpp +fix: "Modify Lines" feature - correct computation of field width for tinyexpr results 2022-10-05 13:48:15 +02:00
Helpers.c +fix: minor bugs related to new feature Change-History 2022-12-30 01:30:26 +01:00
Helpers.h +enh: extend AutoCloseBrackets (by Matteo-Nigro PR #4318) for Selection 2022-11-26 02:37:49 +01:00
MuiLanguage.c MuiLanguage: Rectify country and region names 2022-11-20 18:07:39 +08:00
MuiLanguage.h + chg: Rizonesoft Copyright © 2008-2021 to year "2008-2022" 2022-01-01 09:22:40 +01:00
Notepad3.c +fix: minor bugs related to new feature Change-History 2022-12-30 01:30:26 +01:00
Notepad3.cfg + fix: fixing some CppCheck complaints 2020-05-12 17:33:01 +02:00
Notepad3.cppcheck + fix: some more CppCheck complaints 2020-05-14 12:22:28 +02:00
Notepad3.h +fix: speedup search&replace in large text files (try to fix issue #4416) 2022-12-28 18:19:34 +01:00
Notepad3.rc Merge branch 'Dev_Master' into Dev_VC143 2022-11-14 09:25:40 +01:00
Notepad3.vcxproj +fix linker problem (Debug Win32) 2022-11-18 18:29:31 +01:00
Notepad3.vcxproj.filters +enh: "Modify Lines" feature (using tinyexpr) - fixes and optimizations 2022-10-04 17:13:34 +02:00
Notepad3.ver Memory issues fixing and hardening 2022-02-09 02:02:36 +01:00
PathLib.c +fix: Use alternate path, if Path_GetKnownFolder() failed 2022-12-27 08:50:28 +01:00
PathLib.h several minor fixes 2022-11-18 15:04:36 +01:00
Print.cpp +chg: status-bar dbl-click line-break mode: cycle only between CR+LF <-> LF modes, CR mode must be set explicitly by menu or dialog (see issue #3142) 2022-12-28 12:32:39 +01:00
Resample.c +rfc: after free mem set ptr to null (if not const) 2021-12-09 10:09:53 +01:00
Resample.h + fmt: AStyle ALLMAN core code base 2020-11-19 20:15:29 +01:00
resource.h Merge branch 'Dev_Master' into Dev_VC143 2022-11-14 09:25:40 +01:00
SciCall.h +fix: minor bugs related to new feature Change-History 2022-12-30 01:30:26 +01:00
STRINGW.natvis +fix: small LongPath bugfixes 2021-11-29 19:17:07 +01:00
Styles.c +fix: minor bugs related to new feature Change-History 2022-12-30 01:30:26 +01:00
Styles.h +fix: set alpha (80) for "highlight current line" translucency, if not given 2022-12-15 15:04:00 +01:00
TypeDefs.h +fix: minor bugs related to new feature Change-History 2022-12-30 01:30:26 +01:00
Version.h MUI - Minor correction of typo. 2022-12-24 17:10:43 +01:00
VersionEx.h + Upd: Version files and Changes.txt 2022-12-28 20:19:51 +01:00