Menu

Legacy SVN Repository Commit Log


Commit Date  
[r3736] by rcartwright

Added support for listing the files selected but not compiled by a compilation command. These listed files have names that do not end in a DrJava source file extension, namely .drjava, .dj0, dj1, dj2.

2006-04-04 16:21:03 Tree
[r3735] by jon-lugo

Added some code for the asynchronous tasking framework. This is a rough draft and is open for change

2006-04-04 04:03:15 Tree
[r3734] by jon-lugo

made a copy

2006-04-04 03:27:16 Tree
[r3733] by mgricken

Disabled breakpoints are now highlighted with a different color (dark red).
The breakpoints panel labels disabled breakpoints as "(disabled)".

2006-04-03 22:57:35 Tree
[r3732] by mgricken

Added dark red color for disabled breakpoints.

2006-04-03 19:35:30 Tree
[r3731] by mgricken

Fixed "shifting breakpoint highlight" bug:
- Position objects are wrapped in WrappedPositions.
- A DefinitionsDocument remembers all WrappedPositions it creates
using a LinkedList of WeakReferences.
- When a document is kicked out of the cache, the DDReconstructor
stores the WrappedPositions and their current indices in a
WeakHashMap.
- When a document is restored, the DDReconstructor re-creates
the Position objects and updates all WrappedPositions.

Added "Scan Class Files after Each Compile" option:
- This allows auto-completion even of inner class names.

M src/edu/rice/cs/drjava/model/debug/Breakpoint.java
M src/edu/rice/cs/drjava/model/GlobalModel.java
M src/edu/rice/cs/drjava/model/definitions/DefinitionsDocument.java
M src/edu/rice/cs/drjava/model/DummyGlobalModel.java
M src/edu/rice/cs/drjava/model/AbstractGlobalModel.java
M src/edu/rice/cs/drjava/model/FileGroupingState.java
M src/edu/rice/cs/drjava/config/OptionConstants.java
M src/edu/rice/cs/drjava/ui/MainFrame.java
M src/edu/rice/cs/drjava/ui/predictive/PredictiveInputFrame.java
M src/edu/rice/cs/drjava/ui/config/ConfigFrame.java

2006-04-03 10:38:23 Tree
[r3730] by rcartwright

(1) Fixed a bug in the paths displayed for files in the navigation pane;
the paths were relative to the project file parent rather than the project
root. They are now relative to the project root
(2) Added support for a "Save Project As ..." command. Only a new project file is saved; the source tree is not moved or copied.
(3) Changed the format of project (.pjt) files to store paths for the files
in the source tree relative to the source root rather than the project file
parent. The old file format is still supported. The two formats are distinguished by the name of the property given the project root. It is "proj-root" in the old format and "proj-root-and-base" in the new format. In the new format, this property is mandatory in every project file.

2006-04-03 04:56:09 Tree
[r3729] by jon-lugo

minor cosmetic change

2006-04-03 02:59:06 Tree
[r3728] by jon-lugo

Changed the default DocumentCache capacity from 2 to 24. I also made some small cosmetic changes to DrJava.java

2006-04-03 02:55:08 Tree
[r3727] by dlsmith

Added log4j library

2006-03-31 21:23:05 Tree
Older >
MongoDB Logo MongoDB