|
From: Calvin Yu <cy...@ya...> - 2002-08-01 13:07:04
|
try:
Console console = (Console)
view.getDockableWindowManager().getDockable("console");
or better yet:
view.getDockableWindowManager().showDockableWindow("console");
Console console = (Console)
view.getDockableWindowManager().getDockable("console");
(getDockable() returns null if the dockable is shown on the view).
Calvin
Mike Hansen wrote:
> Is there a way to print output to the Console plugin from my own
plugin? I looked around in the code but
> couldn't find anything. The console class has a public print()
method, but I couldn't figure out how to get the
> instance of the Console, only the ConsolePlugin.
>
> Also, is there a way to search the archives of this list? I couldn't
figure out how to search on the two
> archives listed at sourceforge.
>
> Thanks!
>
> mike
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by: Dice - The leading online job board
> for high-tech professionals. Search and apply for tech jobs today!
> http://seeker.dice.com/seeker.epl?rel_code=31
|