Menu

Legacy SVN Repository Commit Log


Commit Date  
[r3740] by dlsmith

Fixed compiler warnings in drjava.project.ProjectFileParser and util.FileOps

2006-04-06 19:23:48 Tree
[r3739] by dlsmith

Nested the classes in src/edu/rice/cs/util/sexp/Tokens.java to prevent needless recompilation

2006-04-06 16:57:07 Tree
[r3738] by dlsmith

Updated OS X wrapper; now contains version number and runs as a Universal application.

2006-04-06 16:24:15 Tree
[r3737] by rcartwright

Fixed the bug in testing when non-source files are open. DrJava now only confirms that files with the extensions ".java", ".dj0", ".dj1", and ".dj2" have been compiled before running junit on TestCase classes. Moved the methods in GlobalModelNaming to the interface OpenDefinitionsDocument and its implementation as the innner class ConcreteOpenDefDoc (within AbstractGlobalModel and DefaultGlobalModel). The class GlobalModelNaming is no longer used and can be removed.

2006-04-05 02:53:19 Tree
[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
Older >
MongoDB Logo MongoDB