From f4bf0eef222a7d169a481dfd2f73a5e64a105641 Mon Sep 17 00:00:00 2001 From: Derick Payne Date: Sun, 18 Jan 2026 06:33:31 +0200 Subject: [PATCH] docs: add Regex Replace #3531 and Long Path Support #3580 to TODO.md --- todo/TODO.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/todo/TODO.md b/todo/TODO.md index 0ca90f4f4..2acf3587c 100644 --- a/todo/TODO.md +++ b/todo/TODO.md @@ -33,6 +33,9 @@ - CJK full-width replacement cached incorrectly - [ ] **BUG: Initial window position not working** - Position settings ignored - Issue: [#4725](https://github.com/rizonesoft/Notepad3/issues/4725) +- [ ] **BUG: Regex replace issue** - Verify if still present + - Issue: [#3531](https://github.com/rizonesoft/Notepad3/issues/3531) + - Old bug from v5.21 - needs verification ## Medium Priority @@ -67,6 +70,8 @@ ## Low Priority - [ ] Documentation updates +- [ ] **Long Path Support** - Support paths >260 characters (Win10+) + - Issue: [#3580](https://github.com/rizonesoft/Notepad3/issues/3580) - [ ] **Additional Syntax Highlighting** - New language lexers - Haskell: [#3035](https://github.com/rizonesoft/Notepad3/issues/3035) - Lexilla `LexHaskell.cxx` - Racket: [#3035](https://github.com/rizonesoft/Notepad3/issues/3035) - Could use Lisp/Scheme lexer