git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@509 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-07-26 14:48:59 +00:00
parent 4a7601fe50
commit 30b7d0348d

View File

@@ -31,9 +31,9 @@
<td><a href="http://sourceforge.net/project/showfiles.php?group_id=56262&amp;release_id=100422">X</a></td></tr>
<tr><td>JEdit</td>
<td>pmd-jedit</td>
<td>0.5</td>
<td>0.6</td>
<td>tomcopeland</td>
<td><a href="https://sourceforge.net/project/showfiles.php?group_id=56262&amp;release_id=101112">X</a></td></tr>
<td><a href="http://sourceforge.net/project/showfiles.php?group_id=56262&amp;release_id=101841">X</a></td></tr>
<tr><td>Maven</td>
<td>pmd-maven</td>
<td>N/A</td>
@@ -110,12 +110,12 @@ violation message within this view, you will be taken to the line in the source
<subsection name="JEdit">
<p>
This is more or less the standard JEdit plugin - open a file, select Plugins->PMD and
This is more or less the standard JEdit plugin - doubleclick a directory, select Plugins->PMD->Check current directory and
you get a popup list of problems. It uses the ErrorList plugin which provides the "jump to the correct line"
and syntax highlighting functionality. Things to do:
<ul>
<li>Enable it to run on a whole directory tree</li>
<li>Add some stuff to the configuration thing so you can turn on/off individual rules.</li>
<li>Clean up the threading so the GUI doesn't freeze while PMD is working
</ul>
</p>