| Commit | Date | |
|---|---|---|
| 2009-03-02 19:34:29 | Tree | |
|
[r4790]
by
rcartwright
Added a defensive null check in LanguageLevelConverter and LanguageLevelVisitor to prevent NullPointerException. |
2009-03-02 19:18:05 | Tree |
|
[r4789]
by
mgricken
Fixed bug 2634638: Next/Previous Word has Problems with Whitespace The main problem was that JTextComponent.getText() translates newlines to System.getProperty("line.separator"), which is two characters long on Windows. The internal offset, however, is just based on "\n" newlines. Therefore, the offset always got one character too large per line. Instead, we are now using JTextComponent.getDocument().getText(...), which keeps the internal representation. Also fixed two problems with boundary conditions. |
2009-03-02 18:03:10 | Tree |
|
[r4788]
by
rcartwright
Fixed a bug in a Suspension embedded inside the constructor for |
2009-03-02 16:56:15 | Tree |
|
[r4787]
by
mgricken
DrJava now deletes the *.java files that the language level M src/edu/rice/cs/drjava/model/compiler/DefaultCompilerModel.java |
2009-03-02 02:59:19 | Tree |
| 2009-03-02 00:48:46 | Tree | |
|
[r4785]
by
mgricken
Added ability to pass out names of top-level classes generated from |
2009-03-01 19:54:05 | Tree |
|
[r4784]
by
mgricken
Added code to DefinitionsPaneTest that dumps the heap |
2009-02-27 21:38:58 | Tree |
| 2009-02-27 21:15:46 | Tree | |
|
[r4782]
by
kevinmontrose
implementing fix for task 154200 Project Main Document Heuristics should not be hard-coded. XML and old-style project files now store main-class name instead of main-class file. Opening old project files will result in an attempted fix-up of the old data, which may not always succeed; but will not result in an error. Confirmed all tests pass. |
2009-02-27 20:33:56 | Tree |