forked from phoedos/pmd
f0a9d41983
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@5670 51baf565-9d33-0410-a72c-fc3788e3496d
66 lines
2.3 KiB
XML
66 lines
2.3 KiB
XML
#
|
|
# Plugin properties
|
|
#
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.name=PMDPlugin
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.author=Jiger Patel, Tom Copeland
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.version=2.7
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.docs=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.1.jar asm-3.1.jar jaxen-1.1.1.jar junit-4.4.jar jakarta-oro-2.0.8.jar pmd-swingui-0.1.jar
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.description=The PMD plugin is a Java source code analysis tool.
|
|
#
|
|
# Menu properties
|
|
#
|
|
|
|
#New jEdit 4.2 properties
|
|
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.activate=defer
|
|
|
|
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-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-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-pane=pmd
|
|
options.pmd.label=PMD
|
|
options.pmd.code=new net.sourceforge.pmd.jedit.PMDOptionPane()
|
|
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
|
|
|
|
|
|
|
|
|