Menu

Legacy SVN Repository Commit Log


Commit Date  
[r4597] by rcartwright

This revision disables the query cache except when _indentBlock is
executing in AbstractDJDocument. The cache only provides critical
optimization on block indent operations for individual line indents,
it probably increases overhead and it almost certainly reduces the
ressponsiveness of the UI when entering text in large documents
(because the _clearCache operations can be expensive in some
situations).

The code changes involved in converting the cache back to full-time
operation are minimal so we can easily change it back if we find
the restricted (block-indent-only) version is less desirable.

The following files were modified:

M src/edu/rice/cs/drjava/model/AbstractDJDocument.java
M src/edu/rice/cs/drjava/ui/MainFrame.java
M src/edu/rice/cs/drjava/ui/AbstractDJPane.java

2008-07-18 06:48:24 Tree
[r4596] by rcartwright

This revision systematizes the junit testing command code, correcting
some bugs and inconsistencies between the various forms of junit
testing command. Aborting unit testing (after junitStarted has
executed) generates a junitEnded event instead of executing
idiosyncratic recovery code.

The following files wre modified:

M src/edu/rice/cs/drjava/model/GlobalModelTestCase.java
M src/edu/rice/cs/drjava/model/junit/DefaultJUnitModel.java
M src/edu/rice/cs/drjava/model/GlobalModelJUnitTest.java
M src/edu/rice/cs/drjava/model/AbstractDJDocument.java
M src/edu/rice/cs/drjava/ui/MainFrame.java
M src/edu/rice/cs/drjava/ui/ErrorCaretListener.java

2008-07-18 04:37:24 Tree
[r4595] by dlsmith

Build script cleanup, including a fix for "clean", which was ignoring exe files.

2008-07-17 22:43:56 Tree
[r4594] by dlsmith

Created tag drjava-20080717-r4592

2008-07-17 22:16:27 Tree
[r4593] by mgricken

Updated documentation. "External Processes" and
improved description of new options in "Preferences"
still missing.

M drjava/lib/docs.jar
M docs/src/user/userdoc.docbook

2008-07-17 22:07:04 Tree
[r4592] by rcartwright

This revision fixes a bug that created a deadlock when a project is
loaded when the debugger is active. The following files were
modified:

M src/edu/rice/cs/drjava/model/AbstractGlobalModel.java
M src/edu/rice/cs/drjava/ui/MainFrame.java
M src/edu/rice/cs/drjava/ui/DefinitionsPane.java
M src/edu/rice/cs/drjava/ui/AbstractDJPane.java

2008-07-17 20:54:32 Tree
[r4591] by rcartwright

This revision restores the functioning of the debugger which was
inadvertently disabled in changes I made in r4576 to make
insert/remove listening on the DefinitionsDocument and caret listening
in DefintionsPane lighter weight. It also includes code to show the
interactions tab when a breakpoint is reached.

The following files were modified:

M src/edu/rice/cs/drjava/model/debug/jpda/JPDADebugger.java
M src/edu/rice/cs/drjava/model/repl/newjvm/MainJVM.java
M src/edu/rice/cs/drjava/model/repl/newjvm/InterpreterJVMRemoteI.java
M src/edu/rice/cs/drjava/ui/MainFrame.java
M src/edu/rice/cs/drjava/ui/InteractionsPane.java

2008-07-17 19:03:34 Tree
[r4590] by rcartwright

This revision fixes a GUI bug where the document modification status
fields in main frame ('*" appended to file names) were not updated on
text insertion unless the insertion triggers a bracket balancing
operation. This revision also elides some commented out code that
implemented document locking.

The following files were modified:

M src/edu/rice/cs/drjava/model/definitions/CommentTest.java
M src/edu/rice/cs/drjava/model/definitions/ColoringView.java
M src/edu/rice/cs/drjava/model/AbstractDJDocument.java
M src/edu/rice/cs/drjava/ui/MainFrame.java
M src/edu/rice/cs/drjava/ui/InteractionsPane.java
M src/edu/rice/cs/drjava/ui/DefinitionsPane.java
M src/edu/rice/cs/drjava/ui/AbstractDJPane.java
M src/edu/rice/cs/util/text/SwingDocument.java

2008-07-17 17:17:42 Tree
[r4589] by dlsmith

Increased memory allocation for javadoc. Running under 64-bit Java 6 with the default heap size, it crashed on me after a *long* wait.

2008-07-17 16:28:05 Tree
[r4588] by dlsmith

Created tag drjava-20080717-r4586

2008-07-17 15:48:32 Tree
Older >
MongoDB Logo MongoDB