diff --git a/pmd-jedit/config/jedit.html b/pmd-jedit/config/jedit.html index 6fc5766f0d..5d4f575f6b 100644 --- a/pmd-jedit/config/jedit.html +++ b/pmd-jedit/config/jedit.html @@ -21,12 +21,12 @@ You can read much more about PMD here - http://pmd.sf.net/.
"Current directory" means "the directory which is displayed in the file system browser. So, for +
"Current directory" means "the directory which is displayed in the file system browser". So, for example, if you wanted to run PMD on your whole source tree, and your top level source directory is named "src", you would 1) double-click on the "src" directory and then 2) select the "PMD->Check directory recursively" menu option.
-All those options put any errors into the ErrorList so you can jump around your project fixing stuff. -
There's also a new section in the Global Options configuration panel that lets you pick rule sets.
+All those options put any errors into the ErrorList so you can then go jumping around your project fixing stuff. +
There's a section in the Global Options->Plugins configuration panel that lets you pick which rule sets you want to use.
The PMD-JEdit plugin is free software released under the Apache license.