git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@236 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-07-08 17:38:49 +00:00
parent 6593818b80
commit 5fd9ebe26a
2 changed files with 8 additions and 9 deletions

View File

@@ -5,17 +5,16 @@ PMD JEdit Plug-in Users' Guide
</title>
<body>
<h1>PMD JEdit Plug-in Users' Guide</h1>
<hr><p>Installation</h2>
<hr>
<h2>Installation</h2>
<h3>System requirements</h3>
<p>PMD is a Java source code analyzer. The PMD JEdit Plugin requires at least JEdit 4.0final. <a href="http://pmd.sf.net/" target="_top">Here's</a> the PMD web site.</p>
<p>PMD is a Java source code analyzer. The PMD JEdit Plugin requires at least JEdit 4.0final. <a href="http://pmd.sf.net/" target="_blank">Here's</a> the PMD web site.</p>
<h3>Installation</h3>
<p>The Plugin comes as a single <tt>.zip</tt> file.
<p>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.</p>
<h2>Integration</h2>
<p>
The software adds a new menu item group into the <b>Plugins</b> menu of the editor view. There's one new menu item:
</p>
<p>The software adds a new menu item group into the <b>Plugins</b> menu of the editor view. There's one new menu item:</p>
<ul>
<li>
<b>Plugins</b>-&gt;<b>PMD</b>-&gt;<b>Check active buffer</b> (<b>Ctrl-Shift-F11</b>).
@@ -24,4 +23,5 @@ Runs the currently displayed Java file through the PMD code checking rules and d
</ul>
<h2>License</h2>
<p>The JEdit Plug-in is free software, released under the Apache license.</p>
</body></html>
</body>
</html>