Menu

Legacy SVN Repository Commit Log


Commit Date  
[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
[r4922] by fro21888

Edited System.In section in the quickstart guide. Explained addition of keyboard shortcut to close a System.in stream in the interactions pane. --John Cate 4/30/09

2009-04-30 16:10:07 Tree
[r4921] by fro21888

Adresses feature request ID: 2692460 - Translate .java Error Line Numbers to .dj? Line Numbers -- committed by John Cate - 4-30-09

2009-04-30 15:47:36 Tree
[r4920] by dlsmith

DynamicJava: Implemented JLSTypeSystem, which attempts to faithfully match the algorithms specified in JLS and implemented by javac.

2009-04-27 19:09:37 Tree
[r4919] by mgricken

For EvaluatorExceptions, we now pass a String message and an array
of StackTraceElements instead of a Throwable. The latter was not
guaranteed to be serializable.

2009-04-27 18:18:44 Tree
Older >
MongoDB Logo MongoDB