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-07-31 10:25:03 +00:00
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.version=2.2
|
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
|
2003-08-14 09:28:16 +00:00
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.depend.1=jedit 04.02.01.00
|
2003-06-16 05:39:32 +00:00
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.depend.2=plugin errorlist.ErrorListPlugin 1.2
|
2003-08-04 04:49:55 +00:00
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.jars=pmd-1.2.1.jar jaxen-core-1.0-fcs.jar saxpath-1.0-fcs.jar pmd-swingui-0.1.jar
|
2002-07-08 15:43:20 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Menu properties
|
|
|
|
#
|
2003-04-16 06:20:25 +00:00
|
|
|
|
2003-08-14 09:28:16 +00:00
|
|
|
#New jEdit 4.2 properties
|
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.activate=defer
|
|
|
|
|
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.menu.label=$PMD
|
|
|
|
|
2003-08-14 10:56:11 +00:00
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.menu=pmd-check-current-buffer pmd-check-all-open-buffers pmd-check-current-directory pmd-check-current-directory-recursively pmd-clear-errorlist %pmd-cpd
|
|
|
|
pmd-cpd=cpd-currentfile cpd-dir cpd-dir-recursively
|
2003-08-14 09:28:16 +00:00
|
|
|
|
2003-05-09 14:07:02 +00:00
|
|
|
pmd-check-current-buffer.label=Check current buffer
|
|
|
|
pmd-check-all-open-buffers.label=Check all open buffers
|
2002-07-24 21:41:07 +00:00
|
|
|
pmd-check-current-directory.label=Check all files in current directory
|
|
|
|
pmd-check-current-directory-recursively.label=Check directory recursively
|
2003-05-07 21:11:07 +00:00
|
|
|
pmd-clear-errorlist.label=Clear ErrorList
|
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
|
2003-08-14 10:56:11 +00:00
|
|
|
pmd-check-file.label=Check selected file(s)
|
2002-07-22 19:57:18 +00:00
|
|
|
#
|
|
|
|
# Option pane properties
|
|
|
|
#
|
2003-08-14 09:28:16 +00:00
|
|
|
|
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.option-pane=pmd
|
|
|
|
options.pmd.label=PMD
|
|
|
|
options.pmd.code=new net.sourceforge.pmd.jedit.PMDOptionPane()
|
2003-04-16 06:20:25 +00:00
|
|
|
|
|
|
|
#Dockables properties.
|
|
|
|
cpd-viewer.title=Copy/Paste Detector
|
2003-08-14 10:56:11 +00:00
|
|
|
|
|
|
|
#FS Browser properties
|
|
|
|
|
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.browser-menu=pmd-check-file pmd-check-current-directory pmd-check-current-directory-recursively
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|