i want to open multiple console view with different input text on single swt button click in eclipse rcp application
Can anybody tell me about this ?
Thank you.
i want to open multiple console view with different input text on single swt
Share
Add org.eclipse.ui.console as dependency and after that you can create different extensions.
Some more details about the implementation you can find on this page http://www.eclipsezone.com/eclipse/forums/t66777.html.
Here a simple implementation (source):
plugin.xml
class Factory
Usage