Need to implement: scrolling panel for property values, a splitter bar between rules & property tabs below, proper editors for enum types and multi-values, especially classes & interfaces. Still need to deal with statistical value rules - they throw exceptions at the moment, those guys have no defaults for now (not necessary?)
*** Please to not update the old PMDPreferencesPage, apply any necessary changes to the class of the same name in the temporary .br package. The old one remains as is where it is for comparison with the new one that shows up in the Eclipse preference panel right below the PMD entry ("Ruleset preferences - br").
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6761 51baf565-9d33-0410-a72c-fc3788e3496d
Setup ===== eclipse configuration can be done in local.properties to point to the Eclipse installation directory and the pde and launcher versions: ----- local.properties example ----------------- eclipse.home=/usr/java/eclipse eclipse.pde.version=3.4.0.v20080604 eclipse.launcher.version=1.0.100.v20080509-1800 ------ end ------------------------------------- Compilation =========== 'ant plugin' will generate a new version in the 'build' directory.