Notepad3/src
Derick Payne 658fb2f19c fix: correct FileSave() nested call bug in IDM_FILE_SAVE
Removes erroneous nested FileSave() call that returned bool and was
passed as FileSaveFlags (mask type). Now correctly uses ternary.

Before: FileSave((cond) ? FileSave(FSF_SaveAlways) : FSF_None)
After:  FileSave((cond) ? FSF_SaveAlways : FSF_None)

Fixes: #5445
2026-01-18 04:17:59 +02:00
..
_backlog + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
ced + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
ChooseFont + fix: file save problem after switching encoding to GB2312 (52936) 2020-11-25 12:47:14 +01:00
Config + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
crypto MUI - Commit before release build "Notepad3 6.24.1222.1 beta" 2024-12-22 09:41:56 +01:00
DarkMode + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
StyleLexers Add extensions "ts"and "tsx" in Tcl Script lexer 2025-10-21 16:38:15 +02:00
tinyexpr +upd: Scintilla Lib v5.4.2 2024-03-07 18:14:03 +01:00
tinyexprcpp +xpl: add sourcecode for experimental version of tinyexpr CPP 2022-10-04 17:10:01 +02:00
uchardet +fix: PHP commenting embedded Web Source Code 2023-05-26 14:49:08 +02: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 + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
Dialogs.h + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
Dlapi.c + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
Dlapi.h + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
DynStrg.c + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
DynStrg.h + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
Edit.c + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
Edit.h + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
Encoding.c + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
Encoding.h + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
EncodingDetection.cpp + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
Helpers.c + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
Helpers.h + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
MuiLanguage.c + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
MuiLanguage.h + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
Notepad3.c fix: correct FileSave() nested call bug in IDM_FILE_SAVE 2026-01-18 04:17:59 +02: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 + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
Notepad3.rc +chg: menu Edit / Lines and Edit / Selection / Sort... : "remove duplicate lines" => "unite duplicate lines", "white-space" => "blank" , move order, 2024-07-03 01:56:45 +02:00
Notepad3.vcxproj +add: Dark-Mode Contrast control for Schemes configuration 2023-08-27 18:16:33 +02:00
Notepad3.vcxproj.filters +add: add grepWinNP3 icon for menu display 2023-07-01 08:22:45 +02:00
Notepad3.ver + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
PathLib.c + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
PathLib.h + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
Print.cpp + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +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 MUI - Add all preparation files for Finnish (fi-FI) localization 2024-03-12 20:46:15 +01:00
SciCall.h + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
STRINGW.natvis +fix: small LongPath bugfixes 2021-11-29 19:17:07 +01:00
Styles.c + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
Styles.h + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
TypeDefs.h + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
Version.h +upd: version info for MS VS2022 (v17.14.24) update 2026-01-13 23:24:00 +01:00