From 4264fb8f9e654cc201dbf5022aa25758016dc1a6 Mon Sep 17 00:00:00 2001 From: Derick Payne Date: Sun, 18 Jan 2026 07:30:25 +0200 Subject: [PATCH] docs: add Auto-Pair Brackets #4149 to Low Priority --- todo/TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/todo/TODO.md b/todo/TODO.md index 6348eb241..f24f2f6c3 100644 --- a/todo/TODO.md +++ b/todo/TODO.md @@ -100,6 +100,8 @@ - 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 +- [ ] **Auto-Pair Brackets** - Auto-close `()`, `[]`, `{}`, `""`, `''` + - Issue: [#4149](https://github.com/rizonesoft/Notepad3/issues/4149) - [ ] **Custom Keyboard Shortcuts** - User-configurable shortcut keys - Issue: [#595](https://github.com/rizonesoft/Notepad3/issues/595)