Menu

Legacy SVN Repository Commit Log


Commit Date  
[r3816] by rcartwright

Fixed the banner displayed in the interactions pane on startup to show
the correct working directory. It previously showed the value of system
property "user.dir".

Added readLock/readUnlock brackets around code that accesses the
ConsoleDocument in the CaretUpdateListener inner class within the
AbstractConsoleController class. This code, which runs in the event
queue, updates the caret position in the console pane based on
information obtained from reading the controller's ConsoleDocument.
These brackets ensure that the information read is internally consistent
and the the console pane updates are consistent with the current state of
the console document.

M src/edu/rice/cs/drjava/model/DefaultGlobalModel.java
M src/edu/rice/cs/drjava/model/repl/InteractionsDocument.java
M src/edu/rice/cs/drjava/model/repl/InteractionsDocumentTest.java
M src/edu/rice/cs/drjava/model/repl/InteractionsDJDocumentTest.java
M src/edu/rice/cs/drjava/model/repl/InteractionsModel.java
M src/edu/rice/cs/drjava/model/repl/newjvm/InterpreterJVM.java
M src/edu/rice/cs/drjava/model/repl/newjvm/MainJVM.java
M src/edu/rice/cs/drjava/model/AbstractDJDocument.java
M src/edu/rice/cs/drjava/model/AbstractGlobalModel.java
M src/edu/rice/cs/drjava/ui/InteractionsPaneTest.java
M src/edu/rice/cs/drjava/ui/config/IntegerOptionComponent.java
M src/edu/rice/cs/drjava/ui/config/StringOptionComponent.java
M src/edu/rice/cs/drjava/ui/AbstractConsoleController.java

2006-04-20 19:54:29 Tree
[r3815] by mgricken

Removed debug messages

2006-04-20 17:28:22 Tree
[r3814] by jon-lugo

Branching the trunk to do more work on the async features. This branch is taking the place of the previous drjava-asynctask branch previously used.

2006-04-20 16:43:30 Tree
[r3813] by dlsmith

Created tag drjava-20060420-1406

2006-04-20 14:30:28 Tree
[r3812] by mgricken

Addresses "bug" [ 1472727 ]:
Compile current doc overrides classpath for Run button

In project mode -- with a main class set -- the button
now reads "Run Project" and runs the project's main class.
In flat file mode or in project mode -- without a main
class set -- the button reads "Run" and attempts to run
the main method of the active document.

M src/edu/rice/cs/drjava/ui/MainFrame.java

2006-04-20 03:36:36 Tree
[r3811] by jon-lugo

Added an echo of the System.in input to the console tab (System.in shows up green, System.err shows up red, and System.in shows up purple by default). I also modified the behavior of the recent file menu to not include files that do not exist.

2006-04-20 02:59:23 Tree
[r3810] by dlsmith

Added Type class hierarchy for type representation (rather than Class<?>); modified build script to run ASTGen; cleaned up parser build script code using javacc 4.0 features

2006-04-19 22:37:43 Tree
[r3809] by rcartwright

M edu/rice/cs/drjava/model/TestDocGetterTest.java
M edu/rice/cs/drjava/model/TestDocGetter.java
M edu/rice/cs/drjava/model/AbstractDJDocument.java
M edu/rice/cs/drjava/model/compiler/CompilerErrorModelTest.java
M edu/rice/cs/util/docnavigation/JListNavigator.java
M edu/rice/cs/util/docnavigation/JTreeSortNavigator.java

--This line, and those below, will be ignored-

2006-04-19 20:24:45 Tree
[r3808] by jon-lugo

Merged revisions 3734 through 3788 of the drjava-asynctask branch into the trunk.

These revisions include a few important bug fixes related to the interactions pane and definitions pane. This new build includes the async framework that will be used in the model to perform async operations with progress monitoring. Currently, only the "Clean Build
Directory" is performed asynchronously, but the async opening of multiple files will be comming soon

2006-04-19 19:28:49 Tree
[r3807] by mgricken

Fixes [ 1472605 ] "Replace All" doesn't immediately update file tree
M src/edu/rice/cs/drjava/model/FindReplaceMachine.java

2006-04-19 18:59:59 Tree
Older >
MongoDB Logo MongoDB