| Commit | Date | |
|---|---|---|
| 2011-08-22 04:41:45 | Tree | |
|
[r5446]
by
mgricken
Still does not work when DrJava is launched by JRE, not JDK; does not |
2011-08-19 06:24:59 | Tree |
|
[r5445]
by
rcartwright
This revision fixes a concurrency bug (unexpected deadline of the GUI) I also continued to try elimnate the sprurious "Stepping ..." strings The following files were modified: M src/edu/rice/cs/drjava/model/cache/DocumentCache.java |
2011-08-17 20:32:57 | Tree |
|
[r5444]
by
rcartwright
This revision cleans up some the test code by moving testing operations involving AWT/Swing components to the event thread and eliminating clearEventQueue() calls. Much remains to be done. The following files were modified: M src/edu/rice/cs/drjava/DrJavaTestCase.java |
2011-08-17 07:54:58 | Tree |
|
[r5443]
by
rcartwright
This revision corrects some thread interference (synchronization The following files were modified: M src/edu/rice/cs/drjava/DrJava.java |
2011-08-17 04:58:50 | Tree |
|
[r5442]
by
rcartwright
This revision cleans up the behavior of the debugger when LL files are involved. The new code maps source file locations Many of the edits in this revision were reformatting edits that do not affect program behavior. The following files were modified: M src/edu/rice/cs/drjava/model/debug/DebugEventNotifier.java |
2011-08-16 09:11:12 | Tree |
|
[r5441]
by
mgricken
This revision moves a reference to the main Font object out of the |
2011-08-12 07:20:08 | Tree |
|
[r5440]
by
rcartwright
This commit marks more potentially shared fields with the "volatile" The following files were modified: M src/edu/rice/cs/drjava/ui/MainFrame.java |
2011-08-12 01:54:19 | Tree |
|
[r5439]
by
rcartwright
This commit adds the volatile modifier to some naked (neither volatile or final) fields of potentially shared classes. It also cleans up The following files were modified: M src/edu/rice/cs/drjava/model/debug/jpda/JPDADebugger.java |
2011-08-11 17:13:04 | Tree |
|
[r5438]
by
mgricken
Fixing bug 3388371: Right margin is not visible Font width was wrong. M drjava/src/edu/rice/cs/drjava/ui/DefinitionsPane.java |
2011-08-11 07:40:41 | Tree |