Share

Eclipse Tidy

File Release Notes and Changelog

Release Name: 1.2.0

Notes:
This plug-in is only compatible with eclipse 3.0

ATTENTION: if an older version of Eclipse Tidy plug-in was
installed and markers were persistent, the "older" markers are
not recognized by the new plug-in, you have to remove these
markers on files, folders or project that have been checked with
an older version of the plug-in. It can be performed with the
action "HTML Tidy > Remove All Problem Markers" in the popup
menu of the Package Explorer after the installation of eclipsetidy
1.2.0.

To install Eclipse Tidy Plug-in:

1. Download the local site zip file and unzip it
2. In Eclipse 3.0, click Help > Software Update > Find and Install...
3. Select Search for new features to install > Next > Add Local Site...
4. Enter the folder where the downloaded file is unzipped
5. Select this local site and then follow the instructions

Changes: * Migration to eclipse 3.0, this plug-in doesn't work with eclipse 2.1. * Markers added to files are now of type "HTML Tidy" derived from Problem Markers, they can be filtered in the Problems View. * Automatic Checking * Tidy Preferences can be configured for each project separately through Project properties. * Follows eclipse UI Guidelines: o Pop-up menus are now only shown on files with extensions asp & php, or extensions ending with htm, html or xml. o Accessibility with keyboards mnemonics. * Bug fixed: tidy error/warning on line > 999 is shown with a marker * Refactoring to follow Eclipse coding guidelines and improve code quality with Checklipse, Metrics and PMD.