From 7ffdfe1b9d6c554e27c48a6e0706dbdf7ce8271f Mon Sep 17 00:00:00 2001 From: Derick Payne Date: Sun, 18 Jan 2026 04:13:11 +0200 Subject: [PATCH] docs: add code location for force save issue #5444 lhmouse identified the fix location: Notepad3.c:12042 --- todo/TODO.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/todo/TODO.md b/todo/TODO.md index 770690d10..217c60a5a 100644 --- a/todo/TODO.md +++ b/todo/TODO.md @@ -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