Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-dd-dev] (no subject)


I have updated the bug you filed for this problem:  https://bugs.eclipse.org/bugs/show_bug.cgi?id=126605

Currently, there is no way to override the default "process" console - there is only a way to provide custom coloring via the "consoleColorProviders" extension point. Marking as enhancement request to be able to override console creation.

Darin Wright
Eclipse Debug Lead,
Rational Team,
IBM Canada


dsdp-dd-dev-bounces@xxxxxxxxxxx wrote on 02/07/2006 04:37:26 AM:

> Hello
> I try to create my own console for a Ciao Prolog Proces that
> simulate a shell. The Eclipse console not work fine, then I create a
> CiaoConsole, a CiaoProcess, a CiaoProcessFactory, CiaoProxyStreams
> and CiaoListeners. When I launch the process I create the console
> and the streams and I atach the console to the ConsoleManager like:
>     IConsole[] consoles = {uiConsole};
>        ConsolePlugin.getDefault().getConsoleManager().addConsoles(consoles);
>         ConsolePlugin.getDefault().getConsoleManager().
> showConsoleView(uiConsole);
>
> The problem is the Eclipse console, this is opened but I don't need
> it. How can I close it? Can I disconect it?
> Thanks_______________________________________________
> dsdp-dd-dev mailing list
> dsdp-dd-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dsdp-dd-dev

Back to the top