Code Search for Developers
 
 
  

actions.xml from DrJava at Krugle


Show actions.xml syntax highlighted

<?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>



See more files for this project here

DrJava

DrJava is a lightweight programming environment for Java designed to foster test-driven software development. It includes an intelligent program editor, an interactions pane for evaluating program text, a source level debugger, and a unit testing tool.

Project homepage: http://sourceforge.net/projects/drjava
Programming language(s): Java
License: other

  src/
    edu/
      rice/
        cs/
          drjava/
            plugins/
              jedit/
                repl/
                  JEditInteractionsModel.java
                JEditPlugin.java
  actions.xml
  dockables.xml
  drjava-jedit.props