| Commit | Date | |
|---|---|---|
|
[r4176]
by
rcartwright
Revised the implementation of getCurrentLine and getCurrentCol in The following files were modified: M src/edu/rice/cs/drjava/model/definitions/DefinitionsDocument.java |
2007-02-24 10:50:05 | Tree |
|
[r4175]
by
dlsmith
A number of significant improvements and reorganizations to the plt module: - Most classes now implement Serializable. Anonymous classes that need to be serializable were lifted into a static context (following the recommendation of the Sun serialization spec). - Added plt.concurrent.ConcurrentUtil, with support for running tasks with return values in another thread or process. Also added a few concurrency and timing-based classes. - ReflectUtil supports dynamically accessing static fields and methods, in addition to invoking constructors. - ReflectUtil supports converting methods, constructors, and fields to Lambdas. - Reorganization in plt.lambda and plt.iter: some static fields were moved into LambdaUtil; some methods were renamed; some methods were added; a few unnecessary class definitions were removed, and a few class definitions were added. - Added splitter and void writer/output stream classes to plt.io. - Migrated the util.newjvm.ExecJVM methods to plt.concurrent.ConcurrentUtil. - Improved tests. |
2007-02-23 21:27:47 | Tree |
|
[r4174]
by
rcartwright
This revision makes a number of small changes to the concurrency The following documents were changed: M src/edu/rice/cs/drjava/model/repl/InteractionsDocument.java |
2007-02-23 20:28:14 | Tree |
|
[r4173]
by
mgricken
Comments out changes from revision 4171, which made DefinitionsPaneTest hang. |
2007-02-23 18:29:19 | Tree |
|
[r4172]
by
mgricken
This fixes a problem with the updated multi-document capabilities. M src/edu/rice/cs/drjava/ui/MainFrame.java |
2007-02-22 03:03:43 | Tree |
|
[r4171]
by
mgricken
Added capability to select multiple documents in flat file mode too, M src/edu/rice/cs/util/docnavigation/JListNavigator.java |
2007-02-21 20:38:06 | Tree |
|
[r4170]
by
rcartwright
This revision adds substantially more synchronizattion (readers/writers locking on SwingDocuments) in the AbstractConsoleController class and its subclasses. M src/edu/rice/cs/drjava/model/debug/jpda/JPDADebugger.java |
2007-02-21 04:57:49 | Tree |
|
[r4169]
by
mgricken
Added capability to select multiple documents in the project view, M src/edu/rice/cs/drjava/model/AbstractGlobalModel.java |
2007-02-21 01:53:43 | Tree |
|
[r4168]
by
c45207
The indenter now handles attributes before declarations correctly. Changed files: |
2007-02-20 19:02:34 | Tree |
|
[r4167]
by
mgricken
Reverses changes to the MainFrame.open method from revision 4150 M src/edu/rice/cs/drjava/model/AbstractGlobalModel.java |
2007-02-20 00:14:30 | Tree |