Menu

Legacy SVN Repository Commit Log


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

Updated developer documentation.
M docs/src/developer/supportingTechnology.docbook

2009-02-11 19:00:19 Tree
[r4750] by mgricken

Fixes bug 2153310: Focus Jumps to Interactions Pane.
https://sourceforge.net/tracker2/?func=detail&aid=2153310&group_id=44253&atid=438935

2009-02-10 06:10:45 Tree
[r4749] by mgricken

Fixes bug 2582488: Hangs If Testing Modified File, But Choose "No" for Saving
https://sourceforge.net/tracker2/?func=detail&aid=2582488&group_id=44253&atid=438935

2009-02-09 20:46:43 Tree
[r4748] by mgricken

Fixes bug 2106569: Debugging twice throws a DeadlockException
https://sourceforge.net/tracker2/index.php?func=detail&aid=2106569&group_id=44253&atid=438935

2009-02-09 17:25:26 Tree
Older >
MongoDB Logo MongoDB