| Commit | Date | |
|---|---|---|
| 2006-10-30 19:46:37 | Tree | |
|
[r4023]
by
dlsmith
Fixed packaging and added RMI compilation to build script. Plug-in is now buildable from the script, but depends on DrJava sources from revision 3518 (or earlier). Tests do not currently work (they depend on Eclipse classes). |
2006-10-30 19:44:59 | Tree |
| 2006-10-25 16:02:49 | Tree | |
|
[r4021]
by
mgricken
Fixes bug [ 1577260 ] DrJava Error (InvalidStackFrameException) M src/edu/rice/cs/drjava/model/debug/JPDADebugger.java |
2006-10-18 20:14:51 | Tree |
|
[r4020]
by
mgricken
Reversed line numbering introduced in 3590. M src/edu/rice/cs/drjava/ui/MainFrame.java |
2006-10-15 22:39:27 | Tree |
|
[r4019]
by
rcartwright
This revision fixes a bug in unit testing attributable to an error in M src/edu/rice/cs/drjava/model/GlobalModel.java --This line, and those below, will be ignored-- |
2006-10-14 05:55:44 | Tree |
|
[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 |