vote up 2 vote down star
1

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 work, or is it just a limitation of the newest version of N++, or lack of support?

Also, the custom syntax dialog freezes whenever I select a color from the color dialog. It remains unresponsive until I click one of the bold, italic, or underline checkboxes. Is this a bug? How do I fix it?

flag

5 Answers

vote up 3 vote down check

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.

link|flag
Hmmm.... But why did it not work before? Thanks for the answer! – Aethex May 21 at 1:46
vote up 0 vote down

My guess is that you need to upgrade. I have Notepad++ 5.3.1 (Unicode). The TextFX HTML Tidy plugin works just fine, and the color picker—which used to give me the same problem as you describe—no longer locks up the Styler dialog.

link|flag
vote up 0 vote down

Strange! I have the latest version. I tried both the installer, and the binaries. Can you upload (rapidshare, etc) a zip of your notepad++ to see what it does in my PC?

link|flag
vote up 0 vote down

The trick is to get a libtidy.dll version that supports Unicode - still looking for it myself.

link|flag
vote up 0 vote down

I has this problem in Windows 7... the solution for me was to make sure that the permissions were properly set on HTMLTIDY.CFG

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.