I saw that you have ruled that code formatting is not in scope for Notepad3 because there are programs specifically meant for it that do a better job.
Inside the "Customize Schemas" would it be possible to add 2 fields:
-
[TextField] Path to External Formatter
Example: C:\Notepad3\AStyle.exe
-
[TextField] External Formatter Parameters
Example: --style=allman %file%
%file% would actually link to a saved temp version of the current document which after the formatter process has exited Notepad3 would read the contents and replace the current file contents with the contents from the formatted temp file.
I saw that you have ruled that code formatting is not in scope for Notepad3 because there are programs specifically meant for it that do a better job.
Inside the "Customize Schemas" would it be possible to add 2 fields:
[TextField] Path to External Formatter
Example: C:\Notepad3\AStyle.exe
[TextField] External Formatter Parameters
Example: --style=allman %file%
%file% would actually link to a saved temp version of the current document which after the formatter process has exited Notepad3 would read the contents and replace the current file contents with the contents from the formatted temp file.