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>
The org.eclipse.remote.doc.isv plug-in holds developer's guide.
The API is generated at build time with tychon in the html/reference/api folder.
Change-Id: I9812be3bcf7248f3b3c6330df86c0b862510dd3e
Signed-off-by: Wainer dos Santos Moschetta <wainersm@linux.vnet.ibm.com>
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>
This adds a remote connection type that uses the CDT Native serial
port driver. Really all this is supported is the command shell for
the Remote Terminal. But it's a great example of something very
different from SSH and Local that supports the same common infra
structure such as the Terminal.
Change-Id: I813e26370d3d137d5158fa63deba4b0820cdd596
Signed-off-by: Doug Schaefer <dschaefer@qnx.com>
Removing it (especially from the build pom.xml) removes the circular
dependency problem.
Change-Id: If57ff21f72f6d04fe3ac79314a112e2bdc5848b2
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>