| Commit | Date | |
|---|---|---|
|
[r4018]
by
rcartwright
Replaced the invokeAndWaith wrapper around listener notification in Configuration.setSetting with invokeLater. The only file modified was: M src/edu/rice/cs/drjava/config/Configuration.java |
2006-10-13 14:53:35 | Tree |
|
[r4017]
by
rcartwright
This revision contains a tweak to teardown() in MainFrameTest. M src/edu/rice/cs/drjava/ui/MainFrame.java |
2006-10-13 14:02:54 | Tree |
|
[r4016]
by
rcartwright
This revision cleans up the code in The following classes were updated: M src/edu/rice/cs/drjava/model/GlobalModelTestCase.java |
2006-10-13 07:36:21 | Tree |
|
[r4015]
by
rcartwright
This patch is an attempt to fix bug #1571405. I moved the code in the CaretListener.insertUpdate method to the event thread using SwingUtilities.invokeLater rather than Utilities.invokeLater so that the CaretListener code always executes after the other document insertion listeners have run. It moves both the caret and promt which may interfere with other listeners (particularly the prompt). The revision only changed the following file: M src/edu/rice/cs/drjava/ui/AbstractConsoleController.java |
2006-10-05 19:49:47 | Tree |
|
[r4014]
by
mgricken
Removed 'deprecated' warnings by changing Window.show() to M src/edu/rice/cs/drjava/ui/DefinitionsPaneTest.java |
2006-10-05 07:57:23 | Tree |
| 2006-10-04 16:18:28 | Tree | |
|
[r4012]
by
rcartwright
Revised ReduceModelControl.java in an attempt to fix Bug #1565731. It appears that ColorGlyphPainter.paint is calling I have added a check for this condition in The revisions to other files were cosmetic, except for The following files were modified: M src/edu/rice/cs/drjava/model/definitions/reducedmodel/ReducedModelControl.java |
2006-10-03 18:02:04 | Tree |
|
[r4011]
by
rcartwright
Revised the protocol for determining the class name corresponding to a M src/edu/rice/cs/drjava/platform/DefaultPlatform.java |
2006-09-22 15:31:42 | Tree |
|
[r4010]
by
mgricken
This change fixes bug report This was not a debugger error. The problem was the way the input box To insert the component, which is represented by a plain-old string As of this revision, the input box will appear and stepping/resuming I removed the two files edu/rice/cs/util/swing/InputBox.java and M src/edu/rice/cs/drjava/ui/InteractionsController.java |
2006-09-21 08:56:19 | Tree |
|
[r4009]
by
mgricken
Had to change memory statistics for About dialog; used to be generated only once and thus not change. |
2006-09-19 23:16:06 | Tree |