Menu

Legacy SVN Repository Commit Log


Commit Date  
[r5249] by mgricken

This implements feature request 970724:
Simplify Running ACM Java Programs

There is a new option in Preferences/Interactions Pane
called "Smart Run ('java') Command". If enabled (default),
the "Run" button and the "java" command in the Interactions
Pane detects if the class (a) is an ACM Java Task Force
program (subclass of acm.program.Program) or (b) an applet.
If (a), then it runs the program's main method, but inserts
"code=MyClass" as argument 0. If (b), it starts the
applet viewer. Otherwise, the "java" command behaves just
as before.

2010-05-08 19:07:05 Tree
[r5248] by mgricken

Fixes bug 2998569: StringIndexOutOfBoundsException During Next Word

2010-05-08 16:36:16 Tree
[r5247] by mgricken

Created tag drjava-beta-20100507-r5246

2010-05-07 19:30:45 Tree
[r5246] by mgricken

This revision removes some old Java 1.3 and 1.4 options
and fixes Javadoc errors.

2010-05-07 19:10:44 Tree
[r5245] by mgricken

This commit displays a processing dialog in all
places the Java API can be downloaded.

M src/edu/rice/cs/drjava/ui/MainFrame.java
M src/edu/rice/cs/drjava/ui/NewJavaClassDialog.java
M src/edu/rice/cs/drjava/ui/ExternalProcessPanel.java
M src/edu/rice/cs/drjava/ui/AutoCompletePopup.java
M src/edu/rice/cs/drjava/ui/MainFrameStatics.java
M src/edu/rice/cs/drjava/ui/predictive/PredictiveInputFrame.java
M src/edu/rice/cs/drjava/ui/config/VectorOptionComponent.java
M src/edu/rice/cs/util/swing/ProcessingDialog.java

2010-05-07 02:59:04 Tree
[r5244] by mgricken

Replaced custom Eclipse Java Compiler with the official
Eclipse Java Compiler 3.6 milestone 7, which fixed the
bugs that required us to include our own modified version.

2010-05-06 09:12:14 Tree
[r5243] by fro21888

addresses feature request ID: 2977070 - Option to abort failing global find all - John Cate 5-5-2010

2010-05-05 16:58:52 Tree
[r5242] by mgricken

This revision introduces a language level-dependent "Create New Java
Class" dialog. It also added auto-completion support for the
superclass in that dialog. Auto-completion support is in the process
of being refactored; still need to finish this for the auto-import
dialog in the Interactions Pane, Goto File and Open Javadoc. Also
need to restore the ability to set the FrameState (=position and size)
of the auto-complete popup dialog. When loading the Java API classes
from the web outside the event thread, DrJava now displays a dialog
instead of freezing the GUI.

M src/edu/rice/cs/drjava/model/AbstractGlobalModel.java
M src/edu/rice/cs/drjava/ui/MainFrame.java
M src/edu/rice/cs/drjava/ui/ExternalProcessPanel.java
M src/edu/rice/cs/drjava/ui/NewJavaClassDialog.java
AM src/edu/rice/cs/drjava/ui/AutoCompletePopup.java
AM + src/edu/rice/cs/drjava/ui/MainFrameStatics.java
M src/edu/rice/cs/drjava/ui/DebugPanel.java
M src/edu/rice/cs/drjava/ui/predictive/PredictiveInputModelTest.java
M src/edu/rice/cs/drjava/ui/predictive/PredictiveInputFrame.java
M src/edu/rice/cs/drjava/ui/NewJavaClassTest.java
D src/edu/rice/cs/drjava/ui/MainFrameUtils.java
M src/edu/rice/cs/util/swing/ProcessingDialog.java

2010-04-29 14:46:13 Tree
[r5241] by mgricken

Working on documentation.

2010-04-27 22:33:01 Tree
[r5240] by mgricken

Incomplete documentation update to reflect the new
Functional Java language level. Still needs more
detailed description.

M drjava/lib/docs.jar
M docs/src/user/userdoc.docbook

2010-04-27 21:20:13 Tree
Older >
MongoDB Logo MongoDB