Menu

Legacy SVN Repository Commit Log


Commit Date  
[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
[r4753] by mgricken

Pressing Ctrl-D now allows the user to close the input stream.
The behavior is the same as on MacOS: If Ctrl-D is pressed with
an empty input string (i.e. nothing else has been entered), then
the stream is closed and read() will return -1. If other
characters have already been entered, then those characters
will be used as input, the stream is NOT closed, but contrary
to pressing Enter, no newline character is entered.

Implements feature request: 1470491
Allow "end of file" in System.in input
https://sourceforge.net/tracker2/?func=detail&aid=1470491&group_id=44253&atid=438938

2009-02-12 00:28:07 Tree
[r4752] by llm1

updated InteractionsModel: use of _prepareToInterpret(toEval)

2009-02-11 20:54:34 Tree
Older >
MongoDB Logo MongoDB