Test the connection type id instead of if the connection has a service
implementing ISerialPortService to prevent the test passing for
connections that it should not.
Change-Id: I6201e0f479e3bda7384daa4f0159e998b4fc2d22
Signed-off-by: Jonathan Williams <jonwilliams@qnx.com>
Changed SerialPortConnectionBlock in NewSerialPortConnectionWizardPage
from package-private to protected to allow access in subclasses.
Change-Id: Ie24ae79de1d6be331c8700f4a54cf090ef7ef820
Signed-off-by: Jonathan Williams <jonwilliams@qnx.com>
The method should create an event of CONNECTION_REMOVED type.
Change-Id: I2d03146dd6df6b46f5e641b5c53d72b6ca73b210
Signed-off-by: Wainer dos Santos Moschetta <wainersm@linux.vnet.ibm.com>
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>
It should allows selection of file on resources browsing mode.
Patch backported to R2_0_maintenance branch.
Change-Id: I24e891490b88b9460b4eefb22e06118eee46b115
Signed-off-by: Wainer dos Santos Moschetta <wainersm@linux.vnet.ibm.com>
Call to exitValue() throws IllegalThreadStateException
when the process has not terminated insted of -1.
Change-Id: Ia119ecf0c7aba34619f2b95c072bd4261f1ac898
Signed-off-by: Wainer dos Santos Moschetta <wainersm@linux.vnet.ibm.com>
Also changed a number of variables in the
NewSerialPortConnectionWizardPage to be private and use getters for
access.
Change-Id: Ib677be603efaf1cab57879c628991b86bc796f47
Signed-off-by: Jonathan Williams <jonwilliams@qnx.com>
- move aborting logic from opening connection to retrieval of file
service
Change-Id: Ided36954880e535243783ed704d2fac161d42b59
Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
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>
The fallback code was returning RemotePath(path) on Windows, which gives
a path for the local file system, hence a Windows path, not a POSIX one.
Change-Id: I220ffd7fbc7521fb28a5b1d0d41bf966131c035a
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
When terminating command shell some I/O stream might be null.
Change-Id: I03ed30f7869f499fb4b62b978d689ffb99b1eac4
Signed-off-by: Wainer dos Santos Moschetta <wainersm@linux.vnet.ibm.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>
Make TelnetConnection#getPort() and getTimout()
return default port telnet (23) and timeout (0)
if it isn't set with host services.
Change-Id: I740cd6a10b1f34d7f1afb956578b97b7886f36cc
Signed-off-by: Wainer dos Santos Moschetta <wainersm@linux.vnet.ibm.com>