From 09376270a4f7eb1150093a52edc8d67db96ee72a Mon Sep 17 00:00:00 2001 From: Dale Anson Date: Mon, 11 May 2009 00:16:34 +0000 Subject: [PATCH] Renamed from pmd.props to PMDPlugin.props to comply with plugin standards. git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6951 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd-jedit/PMDPlugin/PMDPlugin.props | 74 +++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 pmd-jedit/PMDPlugin/PMDPlugin.props diff --git a/pmd-jedit/PMDPlugin/PMDPlugin.props b/pmd-jedit/PMDPlugin/PMDPlugin.props new file mode 100644 index 0000000000..5e68a9e5d2 --- /dev/null +++ b/pmd-jedit/PMDPlugin/PMDPlugin.props @@ -0,0 +1,74 @@ +# +# 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 +plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.version=3.0 +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 + + + +