2009-05-11 00:16:34 +00:00
|
|
|
#
|
|
|
|
# Plugin properties
|
|
|
|
#
|
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.name=PMDPlugin
|
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.author=Jiger Patel, Tom Copeland, Alan Ezust, Dale Anson
|
2009-07-25 05:22:48 +00:00
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.version=3.1
|
2009-05-11 00:16:34 +00:00
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.docs=doc/jedit.html
|
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.depend.0=jdk 1.5
|
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.depend.1=jedit 04.03.03.00
|
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.depend.2=plugin errorlist.ErrorListPlugin 1.3.2
|
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.jars=pmd-4.2.5.jar jaxen-1.1.1.jar asm-3.1.jar
|
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.description=The PMD plugin is a Java source code analysis tool.
|
|
|
|
#
|
|
|
|
# Menu properties
|
|
|
|
#
|
|
|
|
|
|
|
|
# set activate on startup so that PMD can check automatically on save. If the
|
|
|
|
# user unchecks the option to run on save, this setting will change to 'defer'.
|
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.activate=startup
|
|
|
|
|
|
|
|
# default is to run on save
|
|
|
|
pmd.runPMDOnSave=true
|
|
|
|
|
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.menu.label=$PMD
|
|
|
|
|
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.menu=pmd-check-current-buffer pmd-check-all-open-buffers pmd-check-directory pmd-clear-errorlist pmd-run-designer %pmd-cpd
|
|
|
|
pmd-cpd=cpd-currentfile cpd-dir
|
|
|
|
browser-pmd-cpd=cpd-currentfile cpd-dir cpd-dir-recursively
|
|
|
|
|
|
|
|
#Dockables and Menu Labels
|
|
|
|
pmd-check-current-buffer.label=Check current buffer
|
|
|
|
pmd-check-all-open-buffers.label=Check all open buffers
|
|
|
|
pmd-check-directory.label=Check all files in directory
|
|
|
|
pmd-check-directory-recursively.label=Check all files in directory recursively
|
|
|
|
pmd-clear-errorlist.label=Clear ErrorList
|
|
|
|
pmd-run-designer.label=Run Rule Designer
|
|
|
|
pmd-cpd.label=Detect Duplicate Code
|
|
|
|
browser-pmd-cpd.label=Detect Duplicate Code
|
|
|
|
cpd-currentfile.label=In Current File
|
|
|
|
cpd-dir.label=In Directory
|
|
|
|
cpd-dir-recursively.label=In Directory Recursively
|
|
|
|
pmd-check-file.label=Check selected file(s)
|
|
|
|
cpd-viewer.label=Copy/Paste Detector
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# Option pane properties
|
|
|
|
#
|
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.option-group=pmd.general \
|
|
|
|
pmd.rules
|
|
|
|
#plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.option-pane=pmd
|
|
|
|
options.pmd.general.label=General Settings
|
|
|
|
options.pmd.general.code=new net.sourceforge.pmd.jedit.PMDGeneralOptionPane()
|
|
|
|
options.pmd.rules.label=Rules
|
|
|
|
options.pmd.rules.code=new net.sourceforge.pmd.jedit.PMDRulesOptionPane()
|
|
|
|
|
|
|
|
options.pmd.printRule=false
|
|
|
|
|
|
|
|
#Dockables properties.
|
|
|
|
cpd-viewer.title=Copy/Paste Detector
|
|
|
|
|
|
|
|
#FS Browser properties
|
|
|
|
|
|
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.browser-menu=pmd-check-file pmd-check-directory pmd-check-directory-recursively %browser-pmd-cpd
|
|
|
|
|
|
|
|
#pmd properties
|
|
|
|
pmd.renderer=None
|
|
|
|
pmd.showprogress=true
|
|
|
|
pmd.progressbar.foreground=#000000
|
|
|
|
pmd.progressbar.background=#FFC800
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|