Is HTML Tidy for Notepad++ broken? None of the commands except Tidy (the first one) work. They don\'t show any message, even with all text selected. I really need Tidy to wo
I am running Windows 7 and Notepad++ 5.9. Had the same issue. To resolve:
Restart Notepad++ and you should be set.
It's actually the folder (%ProgramFiles%\Notepad++\plugins\Config\tidy) that needs to be writable, not only TIDYCFG.INI. This will allow Notepad++ to write HTMLTIDY.ERR also.
Give "all users" (or whatever it's called on your machine) full control over the folder, and everything should work fine.
All of the menu options except the first one rewrite the HTMLTIDY.CFG file, which specifies the formatting rules that HTML Tidy uses. If HTMLTIDY.CFG does not exist, these menu options may not work.
Create a text file and type a simple instruction like:
text-spaces: 2
Save the file as htmltidy.cfg in %ProgramFiles%\Notepad++\plugins\Config\tidy. Restart Notepad++ and all of the options should work.