how to open multiple consoleview with different input text
问题 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. 回答1: 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 <plugin> <extension point="org.eclipse.ui.console