1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-25 01:03:48 +02:00
Commit graph

18 commits

Author SHA1 Message Date
Greg Watson
a0fe3f1cf2 Update plugin version number per API tooling.
Change-Id: I312102ed73b8da22bf780b709899400cb647ab65
Signed-off-by: Greg Watson <g.watson@computer.org>
2018-02-08 14:13:07 -05:00
Julien Dehaudt
bcb35d6187 Bug 528470 - Can't retrieve an active console if connection is removed
Change-Id: I84cdad28cf0a37ec0974af88fdd86eea41c18c1a
Signed-off-by: Julien Dehaudt <julien.dehaudt@st.com>
2017-12-18 16:24:34 -05:00
Greg Watson
96f33c6b17 Remove branding from plugin
Change-Id: I42aa5ab3a2b480d07076493bec4376fe0f0cb335
Signed-off-by: Greg Watson <g.watson@computer.org>
2017-06-05 16:23:31 -04:00
Greg Watson
28b6d22079 Updated to 3.0
Change-Id: If59e60c60fd3340310847224c1d13cf01425dd85
Signed-off-by: Greg Watson <g.watson@computer.org>
2016-09-01 15:39:43 -04:00
Doug Schaefer
86b80c5e0e Bug 497254 - Make sure we clean up properly on terminal disconnect.
Both in cases where the disconnect action is invoked, or when the
output stream terminates.

Change-Id: Icc5e842dc8573a00ce57d726b2878a948e01251d
2016-07-04 11:58:58 -04:00
Greg Watson
ba3f1c00ab Bug 494429 - fix race condition when first opening connection
Change-Id: I966679878c4f2ee010da74ecdc750b6e150e4a6a
Signed-off-by: Greg Watson <g.watson@computer.org>
2016-05-24 16:56:47 -04:00
Greg Watson
44afd0475a Bug 494429 - ensure terminal size is changed
Change-Id: I9d8fee5e92d6ab050ada25063d5c7b31af935007
Signed-off-by: Greg Watson <g.watson@computer.org>
2016-05-24 10:57:55 -04:00
Greg Watson
9e941839a8 Update version to 2.1.0
Change-Id: I615241761e8d7e34cb208e653114b5bca31b8ea3
Signed-off-by: Greg Watson <g.watson@computer.org>
2016-05-02 19:08:35 -04:00
Jonathan Williams
19fc558bd1 Bug 488959 - API and extension point documentation
Change-Id: Ie7ce292ab14d11f06f3e4eb2f719704ddb2dae0c
Signed-off-by: Jonathan Williams <jonwilliams@qnx.com>
2016-03-14 16:56:42 -04:00
Jonathan Williams
7a3f956c90 Bug 488959 - TerminalConsole toolbar extensibility.
Allow other plugins to contribute Actions to
TerminalConsole toolbar. Upversion the console plug-ins
to 1.1 for the new APIs.

Change-Id: Ife6f54e0d294f766dff2a88841b6807b259fad1d
Signed-off-by: Jonathan Williams <jonwilliams@qnx.com>
2016-03-14 15:52:49 -04:00
Greg Watson
a59238ffeb Bug 488338 - Change to using import-package
Change-Id: I9c78e4488c7ff93f70403fd005e6443ceaa163be
Signed-off-by: Greg Watson <g.watson@computer.org>
2016-03-11 09:58:16 -05:00
Greg Watson
0e974c88b9 Updated version to 2.0.2 2016-03-09 21:52:42 -05:00
Alena Laskavaia
edb1a9bd2b export org.eclipse.remote.console package
this package is not exported, I need to use API TerminalConsoleUtility
but I cannot


Change-Id: I087aefb5f15e35b85a0835d9bce7841ea822dd42
Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
2015-11-13 09:27:59 -05:00
Greg Watson
59d044cdfb Bug 471143 - Prevent potential NPE in disconnect
Change-Id: I6a160806868048442c0e09bd8541177a650d01bb
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-26 11:02:46 -04:00
Greg Watson
5907fb956d Bug 466893 - Fix org.eclipse.remote.console provider name
Change-Id: I40d8f93e60124937162a4fc7ef13da8dc2171bb1
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-06 12:01:49 -04:00
Greg Watson
2340a50b07 Fix warnings and static method access.
Change-Id: Ic3d4eda4ca1e982984787bd638e082489ae3b63b
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-05-21 16:57:01 -04:00
Rob Stryker
3402e4c69e Bug 467350 - Public API to open consoles
Change-Id: I3ff760a39cb953c7994c108085020d9b78a41e8d
Signed-off-by: Rob Stryker <rob.stryker@jboss.com>
2015-05-21 13:03:48 -04:00
Doug Schaefer
9825f0f0cb Bug 463976 - Implement a Console View based Terminal
Adds a terminal console which can be opened by selecting Open Console >
Terminal Console and selecting a remote connection which supports the
command shell service.  If a console is already open for that remote
connection it will be shown and if one doesn't exist then a new one will
be created.  Buttons for connecting, disconnecting, scroll lock, and
closing the console are also available.

Also adds a local command shell with PTY support. Also added some
syncronization around the connections in the connection type.

Moved the Open Terminal to console plug-in and renamed it Open
Command Shell.

Also fixed missing serial port feature from the remote repo.

Change-Id: I84282b04813471bb01385a328ebc144bdf0e6a28
Signed-off-by: Doug Schaefer <dschaefer@qnx.com>
2015-05-02 23:12:07 -04:00