2002-07-08 15:43:20 +00:00
|
|
|
#
|
|
|
|
# Plugin properties
|
|
|
|
#
|
2002-07-08 17:24:35 +00:00
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.name=PMD
|
2003-04-18 14:53:05 +00:00
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.author=Jiger Patel, Tom Copeland
|
2003-04-18 15:01:08 +00:00
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.version=2.0
|
2002-07-08 15:43:20 +00:00
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.docs=jedit.html
|
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.depend.0=jdk 1.3
|
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.depend.1=jedit 04.00.99.00
|
2003-04-18 11:34:13 +00:00
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.jars=pmd-1.05.jar
|
2003-03-24 17:44:30 +00:00
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.jars=jaxen-core-1.0-fcs.jar
|
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.jars=saxpath-1.0-fcs.jar
|
2002-07-08 15:43:20 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Menu properties
|
|
|
|
#
|
2003-04-16 06:20:25 +00:00
|
|
|
pmd-menu=pmd-check-current-file pmd-check-current-directory pmd-check-current-directory-recursively %pmd-cpd
|
|
|
|
pmd-cpd=cpd-currentfile cpd-dir cpd-dir-recursively
|
|
|
|
|
2002-07-24 21:41:07 +00:00
|
|
|
pmd-menu.label=$PMD
|
|
|
|
pmd-check-current-file.label=Check current file
|
|
|
|
pmd-check-current-directory.label=Check all files in current directory
|
|
|
|
pmd-check-current-directory-recursively.label=Check directory recursively
|
2002-07-09 17:20:08 +00:00
|
|
|
|
2003-04-16 06:20:25 +00:00
|
|
|
pmd-cpd.label=Detect Duplicate Code
|
|
|
|
cpd-currentfile.label=In Current File
|
|
|
|
cpd-dir.label=In Directory
|
|
|
|
cpd-dir-recursively.label=In Directory Recursively
|
2002-07-22 19:57:18 +00:00
|
|
|
#
|
|
|
|
# Option pane properties
|
|
|
|
#
|
2002-08-16 16:35:57 +00:00
|
|
|
options.PMD.title=PMD
|
|
|
|
options.PMD.label=PMD
|
2003-04-16 06:20:25 +00:00
|
|
|
|
|
|
|
#Dockables properties.
|
|
|
|
cpd-viewer.title=Copy/Paste Detector
|