This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 246486 - an option to change output window to system console screen and vice versa
Summary: an option to change output window to system console screen and vice versa
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 8.0
Hardware: PC Other
: P4 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-16 05:01 UTC by rajattiwari2710
Modified: 2015-02-24 09:45 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rajattiwari2710 2014-08-16 05:01:29 UTC
sometimes when developing java console application, the output window is great but in some cases we have to run our program on the system console screen from netbeans ide. In that scenario that big white output window doesn't seems well. So, i want you to implement a option which enables us to change output mode to System console screen when required.
Please, fix it soon so that we have a better netbeans experience.
Comment 1 Jaroslav Tulach 2014-08-18 16:29:45 UTC
Well, why don't you switch to command line and execute the same command from there? Just copy the ant/mvn command printed on top of the output.

Optionally you can use internal "terminal" window to stay in your favorite IDE.

There is another option and that is turning off the core.output2 module and making sure the terminal module is still on - then the terminal should be used for output of all programs. A bit harder to configure, but the code is ready for that.
Comment 2 rajattiwari2710 2014-08-19 02:32:12 UTC
(In reply to Jaroslav Tulach from comment #1)
> Well, why don't you switch to command line and execute the same command from
> there? Just copy the ant/mvn command printed on top of the output.
> 
> Optionally you can use internal "terminal" window to stay in your favorite
> IDE.
> 
> There is another option and that is turning off the core.output2 module and
> making sure the terminal module is still on - then the terminal should be
> used for output of all programs. A bit harder to configure, but the code is
> ready for that.

Sorry, but i didn't get your suggestions.
Please give me a detailed process of all of your above suggestions so that i can use this ide effectively.