From 2d7fc331f75f54dbc8f16c78af86e24b5d33332e Mon Sep 17 00:00:00 2001 From: Derick Payne Date: Sun, 18 Jan 2026 04:31:43 +0200 Subject: [PATCH] docs: add display hidden characters to TODO.md Refs: #5496 --- todo/TODO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/todo/TODO.md b/todo/TODO.md index 47f6024ce..928c9244a 100644 --- a/todo/TODO.md +++ b/todo/TODO.md @@ -53,3 +53,7 @@ - [ ] **Smarter URL Recognition** - Improve URL boundary detection - Issue: [#5464](https://github.com/rizonesoft/Notepad3/issues/5464) - Don't include trailing `'` when URL is quoted: `$URL = 'https://example.com'` +- [ ] **Display Hidden Characters** - Show invisible/control characters + - Issue: [#5496](https://github.com/rizonesoft/Notepad3/issues/5496) + - Scintilla has `SCI_SETREPRESENTATION` for custom char display + - Show: NBSP, zero-width space, control chars as `[NUL]`, `[BEL]`, etc.