| Commit | Date | |
|---|---|---|
| 2007-04-26 18:40:39 | Tree | |
|
[r4228]
by
rcartwright
This commit cleans up some initialization issues (bugs) with the M src/edu/rice/cs/drjava/DrJavaRoot.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 |
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 I changed the code to have the debugger thread M src/edu/rice/cs/drjava/model/debug/jpda/JPDADebugger.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 |
| 2007-04-09 07:40:02 | Tree | |
|
[r4222]
by
sigma_lmtd
Fixed a long-standing bug that involved DrJava highlights taking precedence over selected text highlighting. This was fixed by enforcing an ordering on the highlights by an insert-in-order operation when a highlight is added. The ordering is as follows (from most important to least): The DrJavaHighlightPainter nested class was added in order to differentiate between highlights created by DrJava and those created by Swing (this helps us find the selected text highlight and raise its priority). The insert-in-order operation may cause a slight performance decrease, but is not intended as a long-term solution. Ideally, a better type of storage will be used to make inserting a quicker operation. M src/edu/rice/cs/drjava/ui/DefinitionsPane.java |
2007-04-02 21:29:18 | Tree |
|
[r4221]
by
rcartwright
This revision fixes a focus bug in the interactions pane. After One line in the following file was changed: M src/edu/rice/cs/drjava/ui/InteractionsController.java |
2007-03-31 05:48:51 | Tree |
| 2007-03-28 18:36:28 | Tree |