Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » How to customize Java Console View?
How to customize Java Console View? [message #221549] Thu, 05 January 2006 10:41 Go to next message
Eclipse UserFriend
Hi everybody,

when I start a java application everything that goes to System.out is
listed in the console view. System.in is read from the console view.

I would like to customize this view to have features of a shell.
In particular I would like to have a history of all Strings entered. The
list of entered Strings should be accessible using the cursor keys...

Can anyone give me a starting point for extending the console view?
Where is the console view defined?
What class is a starting point for walking through the code?

tia

Thomas
Re: How to customize Java Console View? [message #221574 is a reply to message #221549] Thu, 05 January 2006 16:23 Go to previous messageGo to next message
Eclipse UserFriend
Thomas Porcham wrote:
> Hi everybody,
> when I start a java application everything that goes to System.out is
> listed in the console view. System.in is read from the console view.
>
> I would like to customize this view to have features of a shell.
> In particular I would like to have a history of all Strings entered. The
> list of entered Strings should be accessible using the cursor keys...
>
> Can anyone give me a starting point for extending the console view?
> Where is the console view defined?
> What class is a starting point for walking through the code?
>
> tia
>
> Thomas
>
>

Thomas,
There is an outstanding bug for this sort of work. See
https://bugs.eclipse.org/bugs/show_bug.cgi?id=36669 for details.

The general console framework is provided by the org.eclipse.ui.console
plugin. In there you can look at TextConsole and IOConsole. The
particular console that you are referring to is the ProcessConsole which
is contributed by the org.eclipse.debug.ui plugin.
Kevin
Re: How to customize Java Console View? [message #221677 is a reply to message #221574] Fri, 06 January 2006 11:47 Go to previous message
Eclipse UserFriend
Thank you for the fast and helpful answer!

Thomas
Previous Topic:Debugger cannot connect to VM
Next Topic:Problem with Outline / Structure
Goto Forum:
  


Current Time: Sun Sep 14 04:33:48 EDT 2025

Powered by FUDForum. Page generated in 0.02983 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top