docs: add code location for force save issue #5444

lhmouse identified the fix location: Notepad3.c:12042
This commit is contained in:
Derick Payne 2026-01-18 04:13:11 +02:00
parent 12419b9bb5
commit 7ffdfe1b9d

View File

@ -30,7 +30,8 @@
- [ ] Language file updates
- [ ] **Force Save Option** - Allow saving unmodified files for strip trailing blanks
- Issue: [#5444](https://github.com/rizonesoft/Notepad3/issues/5444)
- "Strip trailing blanks" only works on modified files currently
- Code: `Notepad3.c:12042` - `bSaveNeeded` check skips save on unmodified files
- Fix: Check strip-blanks setting before early return at line 12044
## Low Priority