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

6641 commits

Author SHA1 Message Date
Anton Leherbauer
0e02e7fcf3 Terminal: Bug 434478 Stop capturing key events in disconnected state
In disconnected state no input is accepted by the terminal, therefore
key bindings are allowed to be processed by Eclipse.

Change-Id: I119a25ce9cf366eefe92d2d9490472280e6dfd79
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2014-05-13 12:00:25 +02:00
Anton Leherbauer
e116111b80 Terminal: Bug 434294 Fix handling of multiple key bindings for copy/paste
- now considering all key bindings in EditActionsAccelerator
- fix incorrect creation of escape codes for a combination of modifiers

Change-Id: I2547bba7ef3ca13370b1abf3f8ad8f5956d76c58
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2014-05-12 02:57:55 -04:00
Martin Oberhuber
aae4669f4d Terminal: Bug 434487 - Key bindings for "maximize view" and "quick
access"

This initial commit contributes "Alt+Up" for "Maximize View",
it also works for "Restore View"; as well as "Alt+Right" for
"Quick Access" in lieu of Ctrl+3 which may need to go to the Terminal.

Still TBD: Add those commands to the context menu such that they are
discoverable; and, decide whether "Alt+Down" should also be contributed
as a more intuitive variant for "restore view".

Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com>
Change-Id: Iebf912cb404636c43014e15af9e63dea407e083f
2014-05-09 14:32:50 +02:00
Martin Oberhuber
f1e9724565 Bug 434294 - [terminal] Make Mac COMMAND key to always act locally
On Mac, the COMMAND key is expected to always perform keyboard 
shortcuts on the local host, or emulate keys like HOME and END.
This change now supports the COMMAND key as expected.

Also,
- configured the VT100TerminalControl.java to forced use of UTF-8
  encoding since one comment has non-US-ASCII characters
- added the CTRL+INSERT binding for "Copy",
- converted CTRL+SHIFT in the bindings into M1+M2 which is the
  preferred syntax according to the org.eclipse.ui.bindings
  extension point description ("sequence" section).

Change-Id: I49321e3855b9ccf53fcb49a5346cfedff4c0c8c0
Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com>
2014-05-09 13:14:09 +02:00
Anton Leherbauer
81e25e6d70 Bug 434294 Implement processing of Eclipse key bindings
Any special key stroke which does not map to an escape code
is now processed as an Eclipse key binding.
This enables key bindings like Ctrl+Insert, Ctrl+F7, etc.

Change-Id: I05ea201b0b23e068d4e1d48011761cca64f7c012
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2014-05-08 11:43:13 +02:00
Anton Leherbauer
ad700cb1cf Bug 434294 - [terminal] Incorrect handling of function keys with modifiers
Change-Id: I2727f70e2a54939b8b606ab779f3c26edc36f257
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2014-05-07 15:43:18 +02:00
Anton Leherbauer
9c72effa34 Terminal: Bug 433751 - Add option to enable VT100 line wrapping mode
Change-Id: I6b75db80b8edda518333c6acc59ba461f51932bd
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2014-04-30 12:31:53 +02:00
Dave McKnight
159fbdb61e [433696] RSE profile merge does not handle property sets 2014-04-28 15:15:04 -04:00
Dave McKnight
e525bf1b19 [433541] profile duplication isn't copying profile or connection
property sets
2014-04-25 14:56:21 -04:00
Dave McKnight
d3f1002fcb [432872] [dstore] enforce secure permission bits for .dstore* logs 2014-04-23 12:56:54 -04:00
Dave McKnight
575c130ceb [432872] [dstore] enforce secure permission bits for .dstore* logs 2014-04-23 12:56:43 -04:00
Uwe Stieber
712178597a Terminal: Fix SWT Widget disposed error 2014-04-23 14:31:41 +02:00
Uwe Stieber
35c746ecfd Terminal: Move back terminal-tests feature to standard profile 2014-04-17 16:01:16 +02:00
Uwe Stieber
58ce8b6f1f Tests: Do not package tests plug-in's into repository 2014-04-17 15:42:14 +02:00
Uwe Stieber
33d53ece20 Tycho: Separate test execution into separate profile 2014-04-17 15:35:44 +02:00
Dave McKnight
2d1f02168f [432872] [dstore] enforce secure permission bits for .dstore* logs 2014-04-16 10:51:29 -04:00
Dave McKnight
dede0b3299 [432875] [dstore] do not use rmt_classloader_cache*.jar 2014-04-16 10:10:15 -04:00
Max Weninger
8c1c3b5642 Terminal: Fix handling of "word-left" (ctrl+left) and "word-right" (ctrl+right)
Signed-off-by: Max Weninger <max.weninger@windriver.com>
2014-04-15 14:43:57 +02:00
Dave McKnight
1c51f2f0eb [432433] RSE SSL messages should be updated to say SSL/TLS 2014-04-09 10:17:14 -04:00
Uwe Stieber
c2e7aaa652 Terminal: Fix SWT widget disposed exception on shutdown if terminal is
still open
2014-04-09 07:56:05 +02:00
Dave McKnight
d1c5c40a18 [431396] RSE SystemRemoteFileDialog fails to expand CYGWIN emulated
Windows drives through openSSH
2014-03-28 11:21:03 -04:00
Uwe Stieber
2567feecc8 Terminal: Fix isConnectOnEnterIfClosed() should prevent the reconnect
only
2014-03-28 07:04:22 +01:00
Dave McKnight
c93a4bbe65 [431378] [shells] Remote shells not always restored properly on
reconnect
2014-03-27 11:54:11 -04:00
Uwe Stieber
b6ef45d1b0 Releng: Maven (pom) versions and MANIFEST versions must always match 2014-03-27 15:21:22 +01:00
Uwe Stieber
f60f849171 Terminal: Fix build errors in test plug-in because of ITerminalControl
interface change
2014-03-27 14:05:46 +01:00
Uwe Stieber
29de2cf771 Terminal: Added method to control if the terminal control tries to
reconnect the terminal connection if closed and the user hits ENTER
2014-03-27 13:22:27 +01:00
Dave McKnight
2746ad1ec4 [431291] RSE dialogs missing some mnemonics 2014-03-26 16:32:27 -04:00
Dave McKnight
411e15f6dc [431060][local] RSE performance over local network drives are suboptimal 2014-03-25 11:12:23 -04:00
Dave McKnight
a2215eb3b8 update version 2014-03-24 16:56:12 -04:00
Dave McKnight
6bd0182261 [431060][local] RSE performance over local network drives are suboptimal 2014-03-24 16:51:10 -04:00
Dave McKnight
a537c62d41 [430905] need to check for duplicate subsystem on profile restore 2014-03-21 15:07:54 -04:00
Dave McKnight
2acc687d5b [430900] RSE table enhancement to populate full column when clicking
column for sorting purposes
2014-03-21 14:50:54 -04:00
Dave McKnight
23e662c98c update copyright year 2014-03-21 14:17:01 -04:00
Dave McKnight
058383b98c [430898][terminal] first RSE terminal view doesn't get focus on prompt 2014-03-21 14:15:16 -04:00
Dave McKnight
0d70a6c5e3 [430896] On shutdown, RSE should call
SystemRemoteEditManager.refreshRemoteEditProject() in order to clear
cache files
2014-03-21 12:48:42 -04:00
Dave McKnight
c4e399ed42 [430321] SystemView call to disassociate() should check that data isn't
null
2014-03-13 16:58:23 -04:00
Anna Dushistova
76b67df3a8 [releng]Forcefully updating last modification date to get build qualifier updated for docs.
Signed-off-by: Anna Dushistova <anna.dushistova@gmail.com>
2014-03-10 19:46:40 +03:00
Anna Dushistova
0b57236543 [releng]Forcefully updating last modification date to get build qualifier updated for terminal and examples.
Signed-off-by: Anna Dushistova <anna.dushistova@gmail.com>
2014-03-10 18:49:18 +03:00
Anna Dushistova
2edccb19e9 [releng]Forcefully updating last modification date to get build qualifier updated.
Signed-off-by: Anna Dushistova <anna.dushistova@gmail.com>
2014-03-10 12:50:10 +03:00
Snjezana Peco
9412274a6d Bug 429908 - Minor errors in org.eclipse.rse.doc.user
Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=429908
Signed-off-by: Snjezana Peco <snjeza.peco@gmail.com>
Change-Id: Ieb5a7130f2276641239dce711a131c66fd9bbdd7
2014-03-08 17:04:18 +01:00
Dave McKnight
59a766b405 [412209] RSE_UI_INIT - keeps hanging eclipse 2014-02-14 11:42:39 -05:00
Dave McKnight
dace53ca5e [428126] NPE in remote import wizard 2014-02-13 13:21:33 -05:00
Dave McKnight
326bddab50 [427847] deletion of newly created local connection disabled 2014-02-10 17:13:06 -05:00
Anna Dushistova
18fbb77ec6 [releng]Working on the signing issue.
Signed-off-by: Anna Dushistova <anna.dushistova@gmail.com>

Change-Id: Ib1351f1e1b157d71eae101bbb95b5bb9bdcc6806
2014-02-10 22:21:18 +03:00
Anna Dushistova
0aacf3bf96 [releng]Trying to resolve signing issue.
Signed-off-by: Anna Dushistova <anna.dushistova@gmail.com>
2014-02-10 21:20:37 +03:00
Dave McKnight
ec512b8912 [427306] A couple cases where RSE doesn't indicate lack of space for
upload
2014-02-03 13:31:33 -05:00
Uwe Stieber
3d3a70eb74 Terminal: Synchronize versions for sdk features 2014-01-29 07:52:20 +01:00
Uwe Stieber
11d34f28ef Terminal: Adjust terminal repository to match new version numbers 2014-01-28 18:38:27 +01:00
Uwe Stieber
360e5f1443 Terminal: Fix Bug 425757 - Command line is disarranged
This commit rolls back the commit
faa1188866 which changed the layout to use
a FillLayout. As this is fixing an issue with a horizontal scrollbar
painted on Linux where it is not needed, it leads to more serious issues
on Windows. Rolling back the commit is addressing the immediate need of
getting the layout fixed where the scrollbar issue is somewhat
cosmetical.
2014-01-28 13:29:22 +01:00
Uwe Stieber
201b904cad Terminal: Fix Terminal Core SDK feature not correctly categorized in repository 2014-01-25 15:03:03 +01:00