docs: add FileSave() bug to High Priority TODO

BUG: Nested FileSave() returns bool passed as FileSaveFlags
Refs: #5445
This commit is contained in:
Derick Payne 2026-01-18 04:15:54 +02:00
parent 7ffdfe1b9d
commit 58e13e778e

View File

@ -4,6 +4,10 @@
- [ ] **Scintilla/Lexilla Update** - Upgrade to latest versions (5.5.8/5.4.6)
- See [research/scintilla-lexilla-upgrade.md](research/scintilla-lexilla-upgrade.md)
- [ ] **BUG: FileSave() nested call** - Wrong argument type passed
- Issue: [#5445](https://github.com/rizonesoft/Notepad3/issues/5445)
- Code: `Notepad3.c:4788` - nested `FileSave()` returns bool, passed as FileSaveFlags
- Fix: `FileSave((FileWatching.FileWatchingMode <= FWM_DONT_CARE) ? FSF_SaveAlways : FSF_None);`
## Medium Priority