pmd/pmd-jedit/config/actions.xml
2002-07-08 21:43:30 +00:00

14 lines
349 B
XML

<?xml version="1.0"?>
<!DOCTYPE ACTIONS SYSTEM "actions.dtd">
<ACTIONS>
<ACTION NAME="pmd.check">
<CODE>
net.sourceforge.pmd.jedit.PMDJEditPlugin.check(view);
</CODE>
</ACTION>
<ACTION NAME="pmd.options">
<CODE>
net.sourceforge.pmd.jedit.PMDJEditPlugin.displayPreferencesDialog(view);
</CODE>
</ACTION>
</ACTIONS>