-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathactions.xml
More file actions
31 lines (31 loc) · 836 Bytes
/
actions.xml
File metadata and controls
31 lines (31 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0"?>
<!DOCTYPE ACTIONS SYSTEM "actions.dtd">
<ACTIONS>
<ACTION NAME="reset-interactions">
<CODE>
edu.rice.cs.drjava.plugins.jedit.JEditPlugin.getDefault().resetInteractions();
</CODE>
</ACTION>
<ACTION NAME="show-classpath">
<CODE>
edu.rice.cs.drjava.plugins.jedit.JEditPlugin.getDefault().showClasspath();
</CODE>
</ACTION>
<!--
<ACTION NAME="load-interactions-history">
<CODE>
edu.rice.cs.drjava.plugins.jedit.JEditPlugin.getDefault()...
</CODE>
</ACTION>
<ACTION NAME="save-interactions-history">
<CODE>
edu.rice.cs.drjava.plugins.jedit.JEditPlugin.getDefault()...
</CODE>
</ACTION>
<ACTION NAME="clear-interactions-history">
<CODE>
edu.rice.cs.drjava.plugins.jedit.JEditPlugin.getDefault()...
</CODE>
</ACTION>
-->
</ACTIONS>