| Commit | Date | |
|---|---|---|
|
[r4372]
by
rcartwright
The small revision renames some of the methods in the reduced model classes with more descriptive titles. The following files were modified: M src/edu/rice/cs/drjava/model/definitions/reducedmodel/ReducedModelControl.java |
2008-02-29 21:31:01 | Tree |
|
[r4371]
by
rcartwright
This commit fixes a long-standing bug in the logic of the Find/Replace machine of DrJava. When searching wraps around the end (or beginning if searching backwards), the machine must search more than the complement of the text already searched because the already searched text may contain a suffix (prefix for backwards searching) of the "find" word that it is searching for. The old code only searched the complement. The following file was modified: M src/edu/rice/cs/drjava/model/FindReplaceMachine.java |
2008-02-29 15:19:21 | Tree |
| 2008-02-28 02:27:01 | Tree | |
|
[r4369]
by
mgricken
Added comment that tools.jar must be on classpath |
2008-02-27 21:04:00 | Tree |
|
[r4368]
by
mgricken
Added option to always consider Java API classes TODO: Speed up creation of list, re-use Javadoc list |
2008-02-27 19:02:26 | Tree |
| 2008-02-27 05:05:44 | Tree | |
|
[r4366]
by
mgricken
Added "Fully Qualified" and "Java API" options to M src/edu/rice/cs/drjava/ui/MainFrame.java |
2008-02-27 04:51:45 | Tree |
|
[r4365]
by
mgricken
Added escaping for whitespace, quotes and keywords. |
2008-02-26 21:16:01 | Tree |
|
[r4364]
by
rcartwright
Additional superficial refactoring of the reduced model support for indentation. The following files were modified: M src/edu/rice/cs/drjava/model/definitions/indent/ActionBracePlus.java |
2008-02-26 18:51:59 | Tree |
|
[r4363]
by
rcartwright
This revision simply patches the holes in the previous commit. The following files were changed: M src/edu/rice/cs/drjava/model/GlobalModelCompileErrorsTest.java |
2008-02-26 07:24:07 | Tree |