From 06cbd058191e215f4063e456bb5ab1f96b6aeb95 Mon Sep 17 00:00:00 2001 From: Derick Payne Date: Sun, 18 Jan 2026 06:21:36 +0200 Subject: [PATCH] docs: add External Formatter #1790 to Code Compress/Pretty --- todo/TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/todo/TODO.md b/todo/TODO.md index 4b62c3496..843f59818 100644 --- a/todo/TODO.md +++ b/todo/TODO.md @@ -105,6 +105,7 @@ - [ ] **Character Map Conversions** - Fullwidth↔Halfwidth, CJK transforms (`LCMapStringEx`) - [ ] **Code Compress/Pretty** - Minify/beautify code - Issue: [#5515](https://github.com/rizonesoft/Notepad3/issues/5515) - JSON format, compress, escape/unescape + - Issue: [#1790](https://github.com/rizonesoft/Notepad3/issues/1790) - Call external formatter per scheme - [ ] **Insert GUID** - Generate and insert UUID - [ ] **Insert Shebang** - Insert interpreter line - [ ] **Insert Timestamps** - Various formats (UTC, Unix, milliseconds)