6593818b80
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@235 51baf565-9d33-0410-a72c-fc3788e3496d
27 lines
1.1 KiB
HTML
27 lines
1.1 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><p>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>
|
|
<h3>Installation</h3>
|
|
<p>The Plugin comes as a single <tt>.zip</tt> 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>
|
|
<ul>
|
|
<li>
|
|
<b>Plugins</b>-><b>PMD</b>-><b>Check active buffer</b> (<b>Ctrl-Shift-F11</b>).
|
|
Runs the currently displayed Java file through the PMD code checking rules and displays a pop up window with the results.</p>
|
|
</li>
|
|
</ul>
|
|
<h2>License</h2>
|
|
<p>The JEdit Plug-in is free software, released under the Apache license.</p>
|
|
</body></html> |