Menu

Legacy SVN Repository Commit Log


Commit Date  
[r5552] by rcartwright

This revsion adds tooltip support to the compiler choice box. Ideally, we should provide tooltips for all of the menu items not just the chosen alternative. I plan to fix this in a future commit.

The following files were modified:

M drjava/src/edu/rice/cs/drjava/model/compiler/JavacCompiler.java
M drjava/src/edu/rice/cs/drjava/ui/CompilerErrorPanel.java

2012-05-01 15:38:23 Tree
[r5551] by rcartwright

This revision cleans up the last commit which was incomplete and garbled.

The following files were modified:

M plt/src/edu/rice/cs/plt/concurrent/IncrementalTaskController.java
M plt/src/edu/rice/cs/plt/reflect/JavaVersion.java
M plt/src/edu/rice/cs/plt/reflect/ReflectUtilTest.java
M plt/src/edu/rice/cs/plt/collect/ExternallySortedMultiMap.java
M plt/src/edu/rice/cs/plt/collect/ExternallySortedSet.java
M plt/src/edu/rice/cs/plt/collect/ConcreteRelationIndex.java
M drjava/src/edu/rice/cs/drjava/project/ProjectFileParserFacade.java
M drjava/src/edu/rice/cs/drjava/project/ProjectFileParser.java
M drjava/src/edu/rice/cs/drjava/model/DefaultGlobalModel.java
M drjava/src/edu/rice/cs/drjava/model/JarJDKToolsLibrary.java
M drjava/src/edu/rice/cs/drjava/model/JDKToolsLibrary.java
M drjava/lib/plt.jar

2012-05-01 15:11:25 Tree
[r5550] by rcartwright

This revision modestly cleans up searching for available compilers. Much is left to be done.

The folloing files were modified:

M drjava/src/edu/rice/cs/drjava/model/JDKToolsLibrary.java
M drjava/src/edu/rice/cs/drjava/model/JarJDKToolsLibrary.java
M drjava/src/edu/rice/cs/drjava/model/DefaultGlobalModel.java
M drjava/src/edu/rice/cs/drjava/model/FileMovedException.java
M drjava/src/edu/rice/cs/drjava/model/ConcreteRegionManager.java
M drjava/src/edu/rice/cs/drjava/model/JDKDescriptor.java
M drjava/src/edu/rice/cs/drjava/model/Finalizable.java
M drjava/src/edu/rice/cs/drjava/model/TestDocGetter.java
M drjava/src/edu/rice/cs/drjava/model/GlobalEventNotifier.java
M drjava/src/edu/rice/cs/drjava/model/DocumentRegion.java
M drjava/src/edu/rice/cs/drjava/project/ProjectFileParser.java
M drjava/src/edu/rice/cs/drjava/ui/BreakpointsPanel.java
M drjava/src/edu/rice/cs/drjava/ui/RegionsTreePanel.java
M drjava/src/edu/rice/cs/drjava/ui/RegionsListPanel.java
M drjava/src/edu/rice/cs/drjava/ui/FindResultsPanel.java
M drjava/src/edu/rice/cs/drjava/ui/FindReplacePanel.java
M drjava/src/edu/rice/cs/drjava/ui/MainFrame.java
M drjava/src/edu/rice/cs/drjava/ui/BookmarksPanel.java
M drjava/src/edu/rice/cs/drjava/ui/DefinitionsPane.java

2012-05-01 04:31:43 Tree
[r5549] by rcartwright

This revision substitutes accessor for direct field accesses in some DrJava classes.

The following files were modified;

M src/edu/rice/cs/drjava/ui/BreakpointsPanel.java
M src/edu/rice/cs/drjava/ui/RegionsTreePanel.java
M src/edu/rice/cs/drjava/ui/FindResultsPanel.java
M src/edu/rice/cs/drjava/ui/FindReplacePanel.java
M src/edu/rice/cs/drjava/ui/MainFrame.java
M src/edu/rice/cs/drjava/ui/BookmarksPanel.java

2012-04-29 22:50:44 Tree
[r5548] by rcartwright

This revision generifies the code base with respect to the Java 7 libraries. Compilation
with the Java 7 compiler no longer generates any warnings.

The following files were modified:

M src/edu/rice/cs/util/text/SwingDocument.java
M src/edu/rice/cs/drjava/model/JarJDKToolsLibrary.java
M src/edu/rice/cs/drjava/ui/AutoCompletePopup.java
M src/edu/rice/cs/drjava/ui/predictive/PredictiveInputFrame.java
M src/edu/rice/cs/drjava/ui/NewVersionPopup.java
M src/edu/rice/cs/drjava/ui/config/ForcedChoiceOptionComponent.java
M src/edu/rice/cs/drjava/ui/CompilerErrorPanel.java
M src/edu/rice/cs/drjava/ui/EditExternalDialog.java
M src/edu/rice/cs/drjava/ui/AboutDialog.java
M src/edu/rice/cs/drjava/ui/AbortablePanel.java
M src/edu/rice/cs/drjava/ui/AbstractDJPane.java
M src/edu/rice/cs/drjava/ui/ClipboardHistoryFrame.java
M src/edu/rice/cs/drjava/ui/RegionsTreePanel.java
M src/edu/rice/cs/drjava/ui/DefinitionsPane.java
M src/edu/rice/cs/drjava/ui/RegionsListPanel.java
M src/edu/rice/cs/drjava/ui/FindResultsPanel.java

2012-04-29 20:07:19 Tree
[r5547] by cssharuhi0216

update

2012-04-29 04:54:19 Tree
[r5546] by rcartwright

This revision commits the debugging version of ScalaCompiler.jar in
"platform" that is consistent with platform.jar in "drjava/lib".

The following files were modified:

M platform/src-scala/edu/rice/cs/drjava/model/compiler/ScalaCompiler.java
M platform/classes/base-scala/edu/rice/cs/drjava/model/compiler/ScalaCompiler.class

2012-04-27 20:11:10 Tree
[r5545] by rcartwright

This revision enables more logging output to see if the correct output
directory is being passed to the Scala compiler.

The following files have been modified:

M drjava/lib/platform.jar
M drjava/src/edu/rice/cs/drjava/model/compiler/DefaultCompilerModel.java

2012-04-27 17:00:54 Tree
[r5544] by rcartwright

This commit partially cleans up the typing to conform with the newly generified Java 7 APIs.
It also adds final/volatile modifiers to some shared field declarations.

The following files have been modified:

M src/edu/rice/cs/drjava/ui/ProjectPropertiesFrame.java
M src/edu/rice/cs/drjava/ui/RegionsTreePanel.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/MainFrameStatics.java
M src/edu/rice/cs/drjava/ui/DefinitionsPane.java
M src/edu/rice/cs/drjava/model/compiler/JavacCompiler.java
M src/edu/rice/cs/drjava/model/compiler/CompilerModel.java
M src/edu/rice/cs/drjava/model/compiler/DefaultCompilerModel.java
M src/edu/rice/cs/drjava/model/FileRegion.java
M src/edu/rice/cs/drjava/model/JarJDKToolsLibrary.java
M src/edu/rice/cs/drjava/model/cache/DocumentCache.java
M src/edu/rice/cs/drjava/model/DefaultGlobalModel.java
M src/edu/rice/cs/drjava/model/definitions/reducedmodel/BraceReduction.java
M src/edu/rice/cs/drjava/model/definitions/DefinitionsDocument.java
M src/edu/rice/cs/drjava/model/junit/DefaultJUnitModel.java
M src/edu/rice/cs/drjava/model/repl/DefaultInteractionsModel.java
M src/edu/rice/cs/drjava/model/GlobalModelJUnitTest.java
M src/edu/rice/cs/drjava/model/JDKToolsLibrary.java
M src/edu/rice/cs/drjava/model/AbstractDJDocument.java
M src/edu/rice/cs/drjava/config/ClassPathOption.java
M src/edu/rice/cs/util/GeneralProcessCreator.java
M src/edu/rice/cs/util/docnavigation/JListNavigator.java
M src/edu/rice/cs/util/swing/FontChooser.java
M src/edu/rice/cs/util/swing/CheckBoxJList.java
M src/edu/rice/cs/util/swing/DirectoryChooser.java
M src/edu/rice/cs/util/swing/BorderlessScrollPane.java
M src/edu/rice/cs/util/swing/ScrollableListDialog.java
M src/edu/rice/cs/util/FileOps.java
M src/edu/rice/cs/util/text/AbstractDocumentInterface.java
M src/edu/rice/cs/util/text/EditDocumentInterface.java
M src/edu/rice/cs/util/text/SwingDocument.java
M src/edu/rice/cs/util/text/SwingDocumentInterface.java
M build.xml

2012-04-27 15:22:12 Tree
[r5543] by rcartwright

This revision fixes a problem in the guessVersion method of
JarJDKToolsLibrary rregarding Mac OS X Java 7 distributions. It also
reinstates code supporting JUnit testing that was mistakenly commented
out as part of disabling language level s support (which is not
applicable to Scala). JUnit errors are now properly reported in the
JUnit testing panel and highlighted in source documents.

The following files were modified:

M plt/src/edu/rice/cs/plt/reflect/JavaVersion.java
M drjava/lib/plt.jar
M drjava/src/edu/rice/cs/drjava/model/JarJDKToolsLibrary.java
M drjava/src/edu/rice/cs/drjava/model/junit/DefaultJUnitModel.java
M drjava/src/edu/rice/cs/drjava/model/compiler/CompilerErrorModel.java
M drjava/src/edu/rice/cs/drjava/MainController.java
M drjava/src/edu/rice/cs/drjava/ui/MainFrame.java
M drjava/src/edu/rice/cs/drjava/ui/DefinitionsPane.java
M drjava/src/edu/rice/cs/drjava/ui/ErrorCaretListener.java
M drjava/src/edu/rice/cs/util/sexp/SExpParser.java

2012-04-25 15:56:21 Tree
Older >
MongoDB Logo MongoDB