pmd/pmd-jedit/config/jedit.html
Tom Copeland 88ba168c32 prepping for 0.3
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@329 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-12 16:59:42 +00:00

32 lines
1.3 KiB
HTML

<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>
PMD JEdit Plug-in Users' Guide
</title>
<body>
<h1>PMD JEdit Plug-in Users' Guide</h1>
<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="_blank">Here's</a> the PMD web site.</p>
<h3>Installation</h3>
<p>First, you may have to delete old version of the PMD plugin from your jars directory... you can pretty much just delete any jar file starting with "pmd" to be on the safe side. Then, unzip the PMD-Jedit .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 are several menu items:</p>
<ul>
<li>
<b>Plugins</b>-&gt;<b>PMD</b>-&gt;<b>Check code</b> - checks your currently displayed Java code pops up a window with the results.</p>
</li>
<li>
<b>Plugins</b>-&gt;<b>PMD</b>-&gt;<b>Options</b> - here's where you can choose what rulesets you want to use to check your code.</p>
</li>
</ul>
<h2>License</h2>
<p>The JEdit Plug-in is free software, released under the Apache license.</p>
</body>
</html>