289d1dce9d
* Colour syntax highlighting for all relevant editors & example viewers. * User-selectable marker shapes and colours, violation decorators in the navigator tree * New AST view and related XPath test editor * Rule search (page form only, non-functional) Disabled Quickfix views until its ready Zapped several nevarious bugs in previous functionality Note: for the time being, violation errors will not appear in the Problems page. There is a conflict between having unique markers and 'standard' error markers that denote inclusion in the error page. Will check out the use of annotations to deal with this... For evaluation: The size and scope of the rule editor is (I believe) outgrowing its placement within its preference page and it needs to be parked within it own view. Besides, tracking all the edits being made to the rules goes beyond what the pref pages can handle (i.e. apply/cancel... which never worked properly for the rules in any case) To that end, I've copied the rule table into its own view for now and left the one in the preference page as is so we can compare & contrast. Only one will remain by the time the best approach is chosen. git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@7115 51baf565-9d33-0410-a72c-fc3788e3496d
60 lines
1.9 KiB
INI
60 lines
1.9 KiB
INI
bin.includes = META-INF/,\
|
|
plugin.xml,\
|
|
lib/asm-3.2.jar,\
|
|
lib/castor-1.1.2.1-xml.jar,\
|
|
lib/commons-logging-1.1.1.jar,\
|
|
lib/jaxen-1.1.1.jar,\
|
|
lib/junit.jar,\
|
|
lib/log4j-1.2.15.jar,\
|
|
lib/pmd-5.0.jar,\
|
|
lib/xercesImpl-2.6.2.jar,\
|
|
lib/xmlParserAPIs-2.6.2.jar,\
|
|
messages.properties,\
|
|
nl/,\
|
|
icons/,\
|
|
plugin.properties,\
|
|
plugin_bg.properties,\
|
|
plugin_fr.properties,\
|
|
plugin_it.properties,\
|
|
plugin_ru.properties,\
|
|
plugin_tr.properties,\
|
|
schema/,\
|
|
CHANGELOG.txt,\
|
|
CREDITS.txt,\
|
|
LICENSE.txt,\
|
|
PATTERNS LIBRARY LICENSE.txt,\
|
|
RELNOTES.txt,\
|
|
TODO.txt,\
|
|
about.ini,\
|
|
toc.xml,\
|
|
welcome.xml,\
|
|
pmd-plugin.jar,\
|
|
lib/saxon9.jar,\
|
|
lib/js-cvs-12122009.jar
|
|
src.includes = icons/,\
|
|
META-INF/,\
|
|
plugin.xml,\
|
|
messages.properties,\
|
|
lib/,\
|
|
nl/,\
|
|
plugin.properties,\
|
|
plugin_bg.properties,\
|
|
plugin_fr.properties,\
|
|
plugin_it.properties,\
|
|
plugin_ru.properties,\
|
|
plugin_tr.properties,\
|
|
CHANGELOG.txt,\
|
|
CREDITS.txt,\
|
|
LICENSE.txt,\
|
|
PATTERNS LIBRARY LICENSE.txt,\
|
|
RELNOTES.txt,\
|
|
TODO.txt,\
|
|
about.ini,\
|
|
toc.xml,\
|
|
welcome.xml,\
|
|
schema/,\
|
|
src/
|
|
jars.compile.order = pmd-plugin.jar
|
|
source.pmd-plugin.jar = src/
|
|
output.pmd-plugin.jar = bin/
|