Menu

Commit [r4304]  Maximize  Restore  History

This revision adds two new features, both are at the bottom of

the Tools menu.
- Follow file: Allows you to open a file and periodically monitor
its output. It's similar to the Unix command "less" and then pressing
Shift-F to always be updated. Try it out, for example by opening
DrJava, then doing an "ant clean compile > test.txt", and then
following the test.txt file.
- External process: This allows DrJava to execute an arbitrary
external executable and display its output in a pane. Things to
experiment with: On Unix, try "find .", on Windows, try "dir".
This is only the first step, but I believe we have Ant integration
within reach, among other things.

mgricken 2008-01-15

changed /trunk/drjava/src/edu/rice/cs/drjava/config/OptionConstants.java
added /trunk/drjava/src/edu/rice/cs/drjava/ui/AbortablePanel.java
added /trunk/drjava/src/edu/rice/cs/drjava/ui/ExternalProcessPanel.java
added /trunk/drjava/src/edu/rice/cs/drjava/ui/LessPanel.java
changed /trunk/drjava/src/edu/rice/cs/drjava/ui/MainFrame.java
changed /trunk/drjava/src/edu/rice/cs/drjava/ui/config/ConfigFrame.java
/trunk/drjava/src/edu/rice/cs/drjava/config/OptionConstants.java Diff Switch to side-by-side view
Loading...
/trunk/drjava/src/edu/rice/cs/drjava/ui/AbortablePanel.java Diff Switch to side-by-side view
Loading...
/trunk/drjava/src/edu/rice/cs/drjava/ui/ExternalProcessPanel.java Diff Switch to side-by-side view
Loading...
/trunk/drjava/src/edu/rice/cs/drjava/ui/LessPanel.java Diff Switch to side-by-side view
Loading...
/trunk/drjava/src/edu/rice/cs/drjava/ui/MainFrame.java Diff Switch to side-by-side view
Loading...
/trunk/drjava/src/edu/rice/cs/drjava/ui/config/ConfigFrame.java Diff Switch to side-by-side view
Loading...
MongoDB Logo MongoDB