From cf3751bedc8359d116bb34b15bad702befc179c5 Mon Sep 17 00:00:00 2001 From: Derick Payne Date: Sun, 18 Jan 2026 06:22:42 +0200 Subject: [PATCH] docs: add Trailing Whitespace Highlighting #1913 to Low Priority --- todo/TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/todo/TODO.md b/todo/TODO.md index 843f59818..13f2bf88e 100644 --- a/todo/TODO.md +++ b/todo/TODO.md @@ -88,6 +88,8 @@ - [ ] **Display Hidden Characters** - Show invisible/control characters - Issue: [#5496](https://github.com/rizonesoft/Notepad3/issues/5496) - Scintilla `SCI_SETREPRESENTATION` for custom char display +- [ ] **Trailing Whitespace Highlighting** - Distinct style for trailing blanks + - Issue: [#1913](https://github.com/rizonesoft/Notepad3/issues/1913) - [ ] **Scrollbar Marks** - Highlights in scrollbar (search matches, bookmarks) - [ ] **Enhanced Auto-Complete** - Language-aware auto-complete triggers - [ ] **Custom Keyboard Shortcuts** - User-configurable shortcut keys