Menu

Legacy SVN Repository Commit Log


Commit Date  
[r4232] by dlsmith

Reactivated use of rmic, but only in compile-14; cleaned up additional rmic stuff.

2007-05-07 17:18:14 Tree
[r4231] by rcartwright

This commit is a minor revision that (i) comments out theh remaining references in the code to _listOfPrompt in InteractionsPane.java; and (ii) makes the activeDocumentRefreshed listener in MainFrame.java more like the activeDocumentChanged listener. The latter was done for fear that the inconsisent DefinitionsPane bug might reappear.
The following files were modified:

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

2007-05-03 12:54:13 Tree
[r4230] by mgricken

Added another getParentFile()!=null check for bug [ 1708719 ]

2007-04-27 16:48:47 Tree
[r4229] by mgricken

Added test for getParentFile()==null in FileOps.

2007-04-26 18:40:39 Tree
[r4228] by rcartwright

This commit cleans up some initialization issues (bugs) with the
tabbed pane, most (all?) of which were introduced in the last commit .
The following files were modified:

M src/edu/rice/cs/drjava/DrJavaRoot.java
M src/edu/rice/cs/drjava/model/JDKToolsLibrary.java
M src/edu/rice/cs/drjava/ui/MainFrame.java
M src/edu/rice/cs/drjava/ui/TabbedPanel.java
M src/edu/rice/cs/drjava/ui/AbstractConsoleController.java

2007-04-23 01:29:01 Tree
[r4227] by rcartwright

This commit fixes some minor GUI focus bugs involving the interactions and navigations panes. The following files were modified:

M src/edu/rice/cs/drjava/model/DummyGlobalModelListener.java
M src/edu/rice/cs/drjava/model/GlobalModelTestCase.java
M src/edu/rice/cs/drjava/model/GlobalEventNotifier.java
M src/edu/rice/cs/drjava/model/GlobalModelListener.java
M src/edu/rice/cs/drjava/model/SingleDisplayModelTest.java
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/DefinitionsPane.java
M src/edu/rice/cs/drjava/ui/TabbedPanel.java
M src/edu/rice/cs/drjava/ui/predictive/PredictiveInputFrame.java
M src/edu/rice/cs/drjava/ui/DefinitionsPaneTest.java
M src/edu/rice/cs/drjava/ui/RecentDocFrame.java
M src/edu/rice/cs/drjava/ui/FindResultsPanel.java
M src/edu/rice/cs/drjava/ui/ClipboardHistoryFrame.java
M src/edu/rice/cs/util/docnavigation/JListNavigator.java
M src/edu/rice/cs/util/docnavigation/JListSortNavigator.java
M src/edu/rice/cs/util/docnavigation/JTreeSortNavigator.java

2007-04-21 22:00:17 Tree
[r4226] by c45207

Fix for SF support request #1689411, I hope. I cannot reproduce the error, but I have a test.

2007-04-18 05:55:36 Tree
[r4225] by mgricken

Fixes bug [ 1696060 ] Debugger Infinite Loop.

The deadlock was a result of the debugger thread, already owning the
lock of the debugger, asking the global model to open a file, so
setActiveDocument put code on the event queue. When this code
executed, the event thread tried to call a synchronized method of the
debugger, but never managed to acquire it, because the debugger thread
already owned it.

I changed the code to have the debugger thread
"preload" a document every time a step is made, before claiming the
debugger lock. This brings setActiveDocument into action and the
document is opened if necessary. Then the debugger lock is claimed and
the response to the step is made.

M src/edu/rice/cs/drjava/model/debug/jpda/JPDADebugger.java
M src/edu/rice/cs/drjava/model/debug/jpda/EventHandlerThread.java

2007-04-13 20:59:13 Tree
[r4224] by c45207

Fixed Java5 compilation problem wrt. @Override on interface method implementations.

2007-04-09 19:13:32 Tree
[r4223] by c45207

Added ScrollableListSelectionDialog. Updated JavaDoc in ScrollableListDialog.

2007-04-09 07:40:02 Tree
Older >