Menu

Legacy SVN Repository Commit Log


Commit Date  
[r4932] by mgricken

Added number of processors to system configuration in About/Error.

2009-05-04 20:55:15 Tree
[r4931] by mgricken

Updating documentation.

2009-05-04 04:43:54 Tree
[r4930] by markcheng

Edited documentation

2009-05-04 04:14:50 Tree
[r4929] by mgricken

Fixes bug 2784770: Stepping through Language Level File Opens .java File
and bug 2784774: Stack Trace in Debugger Stack Window Not Showing dj? Line

2009-05-04 01:40:12 Tree
[r4928] by mgricken

Fixed bug 2784774: Stack Trace in Debugger Stack Window Not Showing dj? Line.
Fixed bug where two files with the same name, located in different packages,
would get mapped to the same cache entry of the LanguageLevelStackTraceMapper.
Improved cache performance of LanguageLevelStackTraceMapper by letting
debugger, JUnit and interactions pane use the same instance.

2009-05-01 21:51:22 Tree
[r4927] by mgricken

Fixes bug 2784769: Closing File Removes All Breakpoints/Bookmarks
In revision 4641,
doc.getBreakpointManager().clearRegions();
was incorrectly replaced with
breakpointManager.clearRegions();

2009-05-01 19:13:40 Tree
[r4926] by mgricken

Documented "applet" command.

2009-05-01 19:02:03 Tree
[r4925] by mgricken

Implemented a "Run Document as Applet" menu item (Tools menu,
Shift-F2). Also an Interactions Pane "applet" command that works
like the "java" command we already had. You can start an
applet from the command line by typing in:

java MyApplet arg1 arg2 arg3

This internally generates the following command line:
edu.rice.cs.plt.swing.SwingUtil.showApplet(new MyApplet("arg1","arg2","arg3"), 400, 300);

The arguments get passed in as strings. That means the applet class
must have a constructor with the right number of String parameters.

2009-05-01 18:42:02 Tree
[r4924] by mgricken

Changed list of classes to exclude from stepping into from a
"comma-separated list" entered as a string to a vector option of
string.
Changed "generated .java file" open dialog to allow user to
close .java files right there.
Fixed stack trace that was passed in ase of an evaluator exception.
Renamed project's "Main Document" to "Main Class".

2009-05-01 12:18:54 Tree
[r4923] by mgricken

Updated documentation. Still missing:
- Imports persist over breakpoints
- Default imports in Interactions Pane
- Automatic Trace
- Find All/Replace All limited to selection
Those have been marked with TODO

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

2009-05-01 05:13:50 Tree
Older >
MongoDB Logo MongoDB