Bug 287900 - Add an OSGi console to the console view
Summary: Add an OSGi console to the console view
Status: CLOSED DUPLICATE of bug 162420
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.6   Edit
Hardware: All Windows Vista
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 279562
Blocks:
  Show dependency tree
 
Reported: 2009-08-27 18:25 EDT by Chris Aniszczyk CLA
Modified: 2009-11-13 10:22 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Aniszczyk CLA 2009-08-27 18:25:12 EDT
+++ This bug was initially created as a clone of Bug #279562 +++

Equinox has support now for multiple console sessions.

We can add an OSGi console now.
Comment 1 Curtis Windatt CLA 2009-08-28 10:49:23 EDT
If this is planned for 3.6 can we get some more detail?
Comment 2 Thomas Watson CLA 2009-08-28 11:01:59 EDT
The bug 279562 has been released for 3.6 already.  It adds a new interface to the org.eclipse.osgi.framework.console package (ConsoleSession).  This interface provides clients with the ability to fire up a new console instance that connects to their ConsoleSession.  The ConsoleSession is created by the client to provide input/output to the console instance.  In order for the ConsoleSession to be found by the framework the client must register the ConsoleSession as an OSGi service.

See bug 279562 attachment 145710 [details] for an example of an IOConsole that uses a ConsoleSession to connect to a new osgi console instance.  You must use the content from head for org.eclipse.osgi to use the example.
Comment 3 Curtis Windatt CLA 2009-11-13 10:22:28 EST

*** This bug has been marked as a duplicate of bug 162420 ***