Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.8.0
-
Fix Version/s: None
-
Component/s: Groovy Console
-
Labels:None
-
Environment:OS X 10.6.7, english
groovy 1.8.0
java version "1.6.0_24"
-
Number of attachments :
Description
Having two open windows in groovy console. Executing a script in one of the windows will result in having the output in all output windows.
Expected: output appears only in the output window belonging to the script that was executed
It seems to be quite explicitly sending normal / error output to all console windows' output area, so just wanted to cross-check if there is some other feature that depends on it. Or, is it ok to go ahead and fix it so that output always remains in the window in which it was executed?