Menu

Legacy SVN Repository Commit Log


Commit Date  
[r4375] by mgricken

This commit fixes a grave error in our Ant build.xml file;
test failures were caught in a try-catch-finally construct,
letting the build succeed even when unit tests failed.

I also corrected the behavior of escaping in the command
lines for external processes (use \), and I've defensively
modified the code in ExecuteExternalDialog to not call
DirectoryChooser.setSelectedFile so early, even though
that appears to be a Swing bug to me.

M src/edu/rice/cs/drjava/ui/ExecuteExternalDialog.java
M src/edu/rice/cs/util/StringOps.java
M src/edu/rice/cs/util/StringOpsTest.java
M src/edu/rice/cs/util/BalancingStreamTokenizer.java
M src/edu/rice/cs/util/BalancingStreamTokenizerTest.java
M build.xml

2008-03-01 13:51:44 Tree
[r4374] by rcartwright

This commit corrects a bug in FindReplacePanel.java; the selection of the found or replaced word did not create the proper left and right positions for the selected item if the search was in the backwards direction.

2008-03-01 04:48:57 Tree
[r4373] by rcartwright

This commit consists of some very small changes to document formatting and documentation

The following files were changed:

M src/edu/rice/cs/drjava/model/definitions/reducedmodel/ReducedModelComment.java
M src/edu/rice/cs/drjava/model/AbstractDJDocument.java
M src/edu/rice/cs/drjava/ui/MainFrame.java

2008-02-29 22:03:08 Tree
[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
M src/edu/rice/cs/drjava/model/definitions/reducedmodel/ReducedModelBrace.java
M src/edu/rice/cs/drjava/model/AbstractDJDocument.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
[r4370] by mgricken

Changed way predictive input dialogs are sized.

2008-02-28 02:27:01 Tree
[r4369] by mgricken

Added comment that tools.jar must be on classpath
to avoid restart of DrJava.
M src/developer/supportingTechnology.docbook

2008-02-27 21:04:00 Tree
[r4368] by mgricken

Added option to always consider Java API classes
for auto-completion to preferences.

TODO: Speed up creation of list, re-use Javadoc list
for this purpose instead of create a new list
based on Javadoc list.

2008-02-27 19:02:26 Tree
[r4367] by mgricken

Small improvement of the "Auto-Complete" dialog behavior.

2008-02-27 05:05:44 Tree
[r4366] by mgricken

Added "Fully Qualified" and "Java API" options to
auto-completion dialog. The first feature inserts the
fully qualified class name instead of just the simple
class name; the second feature adds all Standard Java
API classes to the predictive input dialog so they
can be completed as well.

M src/edu/rice/cs/drjava/ui/MainFrame.java
M src/edu/rice/cs/drjava/ui/predictive/PredictiveInputModel.java
M src/edu/rice/cs/drjava/ui/predictive/PredictiveInputFrame.java
M src/edu/rice/cs/util/BalancingStreamTokenizerTest.java

2008-02-27 04:51:45 Tree
Older >
MongoDB Logo MongoDB