docs: add External Formatter #1790 to Code Compress/Pretty

This commit is contained in:
Derick Payne 2026-01-18 06:21:36 +02:00
parent 83548be746
commit 06cbd05819

View File

@ -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)