Menu

Legacy SVN Repository Commit Log


Commit Date  
[r4763] by mgricken

Exceptions thrown during compilation are now recorded as errors
and the error window is shown.

2009-02-20 17:18:56 Tree
[r4762] by mgricken

Created tag drjava-20090220-r4761

2009-02-20 06:41:12 Tree
[r4761] by mgricken

Fixes bug 2618570: cannot read zip file entry
This bug had reappeared because the fix that had been introduced in
revision 4567 to deal with exe files and JDK 6 update 4 and higher
was reverted in revision 4675.

2009-02-20 06:23:45 Tree
[r4760] by mgricken

Set default for "Close System.in" to Ctrl-Z on Windows systems.

2009-02-16 22:09:28 Tree
[r4759] by mgricken

Menu Item and Customizable Shortcut for Ctrl-D End of Stream (feature 2591844)
https://sourceforge.net/tracker2/?func=detail&aid=2591844&group_id=44253&atid=438938

2009-02-16 22:04:53 Tree
[r4758] by fro21888

Menu option for closing System.in

2009-02-16 21:27:07 Tree
[r4757] by mgricken

Created tag drjava-20090216-r4756

2009-02-16 16:17:33 Tree
[r4756] by mgricken

Imports should persist over breakpoints (Feature 1418853)
https://sourceforge.net/tracker/?func=detail&aid=1418853&group_id=44253&atid=438938

Commented auto-import better.
NOTE: This only processes import statements until the
first non-import statement or comment is reached
Example: import java.io.File; import java.io.IOException
--> imports both File and IOException
Example: import java.io.File; /* comment */ import java.io.IOException
--> imports only File
Example: import java.io.File; File f; import java.io.IOException
--> imports only File
If this were done in the interpreter, better parsing could be done.

2009-02-13 22:04:07 Tree
[r4755] by markcheng

Implemented auto-import after Breakpoints and Steps.

2009-02-13 21:11:22 Tree
[r4754] by mgricken

Changed InputBox in InteractionsPane so that finishing the input
with Enter does not display the final newline

2009-02-12 01:07:06 Tree
Older >
MongoDB Logo MongoDB