1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-05 08:05:24 +02:00
Commit graph

11 commits

Author SHA1 Message Date
Martin Oberhuber
f432d8aebd [200541][api][breaking] Rename terminalConnector -> terminalConnectors and add some Javadoc and @since tags 2008-04-04 15:36:12 +00:00
Martin Oberhuber
6e7c3f740e [200541][api][breaking] Rename terminalConnector -> terminalConnectors and add some Javadoc and @since tags 2008-04-04 15:25:53 +00:00
Martin Oberhuber
1692d941ab [200541][api][breaking] Rename terminalConnector -> terminalConnectors and add some Javadoc and @since tags 2008-04-04 15:23:10 +00:00
Michael Scharf
c91dfb4717 bug 200541: [terminal][api] TerminalConnectorProxy class should be removed
https://bugs.eclipse.org/bugs/show_bug.cgi?id=200541
The attached patch contains the following changes:
- ITerminalConnectorInfo is gone
- ITerminalConnector is now the client interface
- the implmentation is in org.eclipse.tm.internal.terminal.connector.TerminalConnector
  (was TerminalConnectorExtension.TerminalConnectorProxy)
- TerminalConnector is adaptable and can be adapted to the TerminalConnectorImpl
- the terminalConnector extension now requires extensions to implement TerminalConnectorImpl
  (was ITerminalConnector before)
- a test added for TerminalConnector
2008-04-04 13:52:27 +00:00
Martin Oberhuber
3f705b5db7 [199285][api][breaking] make terminal connector id required again in plugin.xml 2008-02-05 18:00:19 +00:00
Michael Scharf
064f9aad7b 199285: [terminal][api] id is optional to not break API
https://bugs.eclipse.org/bugs/show_bug.cgi?id=199285
2007-10-05 13:01:02 +00:00
Michael Scharf
2ad64ddcdd bug 199285: [terminal][api] TerminalConnector ID should be mandatory in plugin.xml
https://bugs.eclipse.org/bugs/show_bug.cgi?id=199285
2007-10-03 01:05:11 +00:00
Michael Scharf
9ac1f1845e [186136] [terminal] Terminal activates extensions too early
Now the plugins are activated only when they are really needed:
- when a connection is made
- when the user selects the connection in the settings dialog
2007-05-16 20:38:23 +00:00
Michael Scharf
ca1d643e1a [186134] [api] Mark Terminal API as provisional 2007-05-15 22:48:40 +00:00
Martin Oberhuber
405deafe39 [cleanup] fix terminal copyright headers and beautify 2006-12-07 10:04:34 +00:00
Michael Scharf
3ee369fe6a bug 165177: split the plugin into the terminal view and connection contributions 2006-12-01 03:08:19 +00:00