Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Notepad++ htmltidy - unable to find libtidy.dll

I'm on a relatively new Windows 7 machine and in Notepad++ the TextFX HTMLTidy doesn't work. It says "Unable to find libTidy.dll in the system path or C:\program files (x86)\Notepad++\plugins\Config\tidy\libTidy.dll". Some links suggest moving the files to that location, but where do I get them from? Argh, why do I always find Notepad++ plugins so frustrating!

I'm using Notepad++ 5.9.3 on Windows 7 x64.

like image 513
Rory Avatar asked Aug 08 '11 16:08

Rory


3 Answers

Oh, it looks like it's something annoying with plugins not being included in 5.9.3, but being included in earlier versions. See post here.

The solution is to download the 5.9 ZIP file from here, then copy the plugins\config folder to the Notepad++\plugins folder.

like image 85
Rory Avatar answered Oct 07 '22 14:10

Rory


After searching around, I found that you don't have to download Notepad++ v5.9.

TextFX with HTML Tidy can be downloaded from here.

Copy the NPPTextFX folder to the Notepad++ plugins\Config directory (such as C:\Program Files (x86)\Notepad++\plugins\Config), rename it to tidy, then restart Notepad++.


TextFX is no longer being developed, see this page.

This plugin has no maintainer and wants one; please see TextFX's Future

like image 24
uınbɐɥs Avatar answered Oct 07 '22 14:10

uınbɐɥs


For those still searching for libtidy.dll. It appears that version 5.9 of Notepad++ is no longer available for download (at least there is no link on the downloads page and making a educated stab at a URL of http://notepad-plus-plus.org/download/v5.9.html returns a 404).

There is a 'dll' link on the HTML Tidy SourceForge page (http://tidy.sourceforge.net/) dated 2006; but it returns a DNS error.

Google did return a hit on a site called "DLL Me," but I'm not going to download anything from a site that sketchy; so as of this writing: no libtidy.dll to be found.

--edit-- Finally found a link directly out of the TuxFamily distro server: npp.5.9.bin.zip (thanks @noah).

like image 15
ericx Avatar answered Oct 07 '22 14:10

ericx