Terminal Connection

Identifier:
eu.geclipse.terminal.connection

Description:
This extension point is used to add a terminal factory to the new terminal dropdown button in the terminal view. Terminals created by the factories will be added to terminal view in new tabs.

Configuration Markup:

<!ELEMENT extension (dropDownEntry+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT dropDownEntry EMPTY>

<!ATTLIST dropDownEntry

class CDATA #REQUIRED

label CDATA #REQUIRED

icon  CDATA #IMPLIED>


Examples:
See eu.geclipse.terminal.ssh for an example.