diff --git a/pmd-jedit/config/jedit.html b/pmd-jedit/config/jedit.html index 5aab6e6d78..f819b9af11 100644 --- a/pmd-jedit/config/jedit.html +++ b/pmd-jedit/config/jedit.html @@ -1,32 +1,27 @@
- -Table of Contents
-The PMD JEdit Plug-in requires at least JEdit 4.0final. -
-
-Refer to the PMD user manual for the basic requirements to run PMD (You -may find the latest version on the PMD website, -http://PMD.sf.net/) -
-The Plug-in comes as a single .zip file. -Unzipping this file into a directory of your choice (referred -to as <HOME_DIR>) will produce two -subdirectories /bin and /docs. -
-Further installation is simple: just copy the file -<HOME_DIR>/bin/PMD-jedit-bundle-<version>.jar -into the /jars directory of your JEdit distribution. -JEdit will then need to be restarted before PMD begins working. -
-The software adds a new menu item group into the Plugins -menu of the editor view. Available is a new menu item: -
+ +
Installation +
PMD is a Java source code analyzer. The PMD JEdit Plugin requires at least JEdit 4.0final. Here's the PMD web site.
+The Plugin comes as a single .zip file. +Just unzip it into your JEdit directory and it'll put a couple of jar files into your jars directory, restart JEdit, +and you'll be ready to go.
++The software adds a new menu item group into the Plugins menu of the editor view. There's one new menu item: +
+-Checks the contents of the active text area. -
- +Runs the currently displayed Java file through the PMD code checking rules and displays a pop up window with the results.The JEdit Plug-in is free software, released under the Apache license.
+