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

139 commits

Author SHA1 Message Date
Uwe Stieber
53e33dcc46 Fixed missing explicit casts 2015-05-07 09:24:10 +02:00
Uwe Stieber
3c482638be Update "Save Actions" to not remove unnecessary cast 2015-05-07 09:19:09 +02:00
Uwe Stieber
a80476f557 UI: Review view category names and view names 2015-05-07 08:54:55 +02:00
Uwe Stieber
a18e88bc51 Cleanup: Make provider names consistent 2015-05-07 08:07:13 +02:00
Uwe Stieber
ca86c90468 Cleanup: Fix some warnings 2015-05-07 07:55:10 +02:00
Uwe Stieber
5ef6efe70a View: Do not show the "Choose terminal:" combo box if there is only one
possible selection
2015-05-06 17:10:43 +02:00
Uwe Stieber
98c485b819 Releng: Minimum version of cdt.core is 5.6.0 2015-05-06 16:29:00 +02:00
Max Weninger
71e04c4a86 SSH: Add the SSH port to the terminal title if different from the
default SSH port

Signed-off-by: Max Weninger <max.weninger@windriver.com>
2015-05-06 16:24:27 +02:00
Uwe Stieber
60e547451c Process: Adjust cdt.core dependency to build against Juno 2015-05-06 15:58:37 +02:00
Uwe Stieber
eb87450c2f Local: Adjust cdt.core dependency to build against Juno 2015-05-06 15:53:58 +02:00
Uwe Stieber
3d4a9569d9 SSH: Fix SSH terminal not connecting 2015-05-06 13:16:54 +02:00
Greg Watson
4a8667661f Fix plugin-id of extension point.
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-05-05 09:23:02 -04:00
Uwe Stieber
8e6b5d7ccc Releng: Fix providerNames 2015-05-04 10:23:43 +02:00
Uwe Stieber
e03a36ceab View: Fix extension point schema 2015-04-30 10:06:50 +02:00
Uwe Stieber
616610fc8b Control: Fix plug-in ID referenced in TerminalPlugin 2015-04-30 08:55:17 +02:00
Uwe Stieber
04de7d8c82 Remote: Remove unnecessary launcher delegate enablement 2015-04-27 10:18:16 +02:00
Uwe Stieber
2fc0dbbe55 Releng: Fix typo in directory name 2015-04-27 09:10:31 +02:00
Uwe Stieber
7655c5aee1 Releng: Fix terminal connector dependencies 2015-04-27 09:06:31 +02:00
Uwe Stieber
3b3cc4ae76 Remote: Contribute remote terminal connector to "Terminals" view 2015-04-27 08:50:06 +02:00
Uwe Stieber
d9130f679c Releng: Complete Terminal namespace cleanup. Renamed remote connector
plug-in and features.
2015-04-27 07:20:48 +02:00
Uwe Stieber
1248106373 Releng: Run fix copyrights 2015-04-21 10:52:37 +02:00
Uwe Stieber
2565d3af28 Terminal: Fix processing of terminal connector extension point 2015-04-20 09:24:41 +02:00
Uwe Stieber
081c2341a2 Terminal: Fix command category id in local connector contribution
plug-in
2015-04-20 09:09:40 +02:00
Uwe Stieber
42df31be0e Terminal: Fix connector id references 2015-04-17 15:58:33 +02:00
Uwe Stieber
51b6685321 Terminal: Remove makeSettingsPage from ITerminalConnection interface 2015-04-17 15:43:42 +02:00
Uwe Stieber
0a2f67ae84 Terminal: Fix connector and launcher delegate ids 2015-04-17 12:39:30 +02:00
Uwe Stieber
cbb6fb4ef1 Terminal: Merge terminal connector plug-ins and rework terminal feature
structure
2015-04-17 11:19:19 +02:00
Uwe Stieber
8df909e014 Terminal: Merge o.e.tm.terminal.serial to o.e.tm.terminal.view.ui.serial 2015-04-16 15:27:25 +02:00
Uwe Stieber
ff66d2ba1a Terminal: Change name space of Terminals View plug-ins and features from TCF to TM 2015-04-16 09:11:41 +02:00
Uwe Stieber
cb34c361b0 Merge branch 'terminal_split' of ../../../tcf/sources/org.eclipse.tcf 2015-04-15 06:53:54 +02:00
Anton Leherbauer
0d3c144299 Terminals: Fix NPE in TabFolderManager.createTabItem if flags==null 2015-03-26 09:49:24 +01:00
Uwe Stieber
dea02eb9f9 Terminal: Remove deprecated terminal view and preference migration from
deprecated terminal view
2015-03-18 16:33:41 +01:00
Anton Leherbauer
23acc9a46d Bug 205765 - Partial revert: Don't send DEL for backspace
Some telnet servers don't handle the DEL character properly.

Change-Id: If9189f6334ce3b07b090114406e264b4af8daf3e
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-03-06 14:18:33 +01:00
Uwe Stieber
ad9890ef85 Target Explorer: A process redirected to a terminal cannot be reconnected once the process terminated 2015-03-04 09:58:35 +01:00
Anton Leherbauer
1beb9d15f9 Bug 205765 - [terminal] some emacs keys do not work correctly Ctrl-/ and Backspace
Change-Id: Ib1af6d41ec0ea9512b289ee78ed9c93bc522d8ee
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-03-03 14:42:21 +01:00
Uwe Stieber
ef371f478b Terminals: Remove unnecessary dependency to o.e.ui.forms 2015-02-26 08:38:28 +01:00
Uwe Stieber
7ab002e332 Target Explorer: Bug 429088 - The "System" menu has no accelerators 2015-02-25 15:23:26 +01:00
Uwe Stieber
40af8fd24c Terminal: Enable terminal logging only if any terminal tracing option is
enabled and the bundle state location can be determined
2015-02-25 12:04:54 +01:00
Anton Leherbauer
54b71c9c08 Bug 420927 - ITerminalViewControl.connectTerminal() steals keyboard focus
On connect
- don't set focus
- properly reset terminal state

Use better initialization of default encoding.

Change-Id: I712958fc8ea906a15b7219be151c6d43c06762f9
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-02-25 10:30:05 +01:00
Anton Leherbauer
08ac472198 Bug 460703 - [terminals] Add support for middle mouse button paste 2015-02-25 10:17:34 +01:00
Anton Leherbauer
0b4533ee5d Terminals: Keep context menu from being disposed if terminal is disposed
Related to Bug 458625.
2015-02-24 17:02:09 +01:00
Anton Leherbauer
d4a119e55b Bug 392029 - CommandInputField: Enter key on the number pad does not work
Change-Id: I631e73a166db6f927403f6fd8ca585c3492e607a
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-02-24 12:45:40 +01:00
Anton Leherbauer
69b22f674e Bug 460655 - [terminal] Reparenting a terminal widget leaks resources
When moving a terminal widget under a new SWT parent we have to take
special care not to leak resources.

Change-Id: I9b397b77c8473df55e6330e2c43d04cb668772ee
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-02-24 11:31:08 +01:00
Anto Leherbauer
5f9c9c21a2 Terminals: Bug 443048 - Can't use Middle click to close shell Tabs
inside Terminal View
2015-02-24 11:16:57 +01:00
Uwe Stieber
0739245a5c Terminal: Remove empty about.mapping files 2015-02-23 16:41:33 +01:00
Uwe Stieber
8b0620e163 Terminal: Fix findbugs warnings 2015-02-23 15:52:05 +01:00
Uwe Stieber
57e162d830 Terminal: Use Tycho identifiers in about.mappings 2015-02-23 15:34:50 +01:00
Uwe Stieber
6ceee72110 Terminal: Remove build id from about.properties 2015-02-23 15:22:56 +01:00
Anton Leherbauer
4e2c2046d2 Bug 458625 - Terminals view leaks SWT controls when closing a tab 2015-02-23 14:08:14 +01:00
Uwe Stieber
948fb17634 Terminal: Bug 460061: Fix copyrights in terminal plug-ins and features 2015-02-23 10:22:25 +01:00