1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00
cdt/terminal/plugins
Jonah Graham 56d741a50c Bug 558536: Revert "Bug 549013 - Eclipse menu won't display on Ubuntu 16.04 LTS when SSH/Serial command shells are opened"
Using the mouse and not the focus listeners leads to lots
of weird, unintended consequences. For example:

- If mouse does not exit the control (because, e.g. it was not
in the control) then captureKeyEvents(false) is never issued
- If mouse does leave control, then control stops capturing
events. This means that although the cursor and focus is still
on the control, keyboard shortcuts no longer go to the control,
so Ctrl-C becomes copy again. This means, depending on where you
move the mouse changes the behaviour of the control.

This reverts commit 19351cbc2b.

Change-Id: I4f57c659e21d823df049b095159a34e5c110ef29
2020-05-16 16:40:29 -04:00
..
org.eclipse.tm.terminal.connector.cdtserial Bug 543122: Add additional baud rates for serial 2020-05-15 14:32:47 -04:00
org.eclipse.tm.terminal.connector.local Move more terminal bundles to Java 8 BREE. 2020-02-15 22:32:24 +02:00
org.eclipse.tm.terminal.connector.process Move more terminal bundles to Java 8 BREE. 2020-02-15 22:32:24 +02:00
org.eclipse.tm.terminal.connector.remote Bug 559474: Correct feature and bundle provider names 2020-01-31 13:22:20 -05:00
org.eclipse.tm.terminal.connector.ssh Bug 559474: Correct feature and bundle provider names 2020-01-31 13:22:20 -05:00
org.eclipse.tm.terminal.connector.telnet Bug 561054: Save host and related settings for Telnet connections 2020-05-10 10:56:24 -04:00
org.eclipse.tm.terminal.control Bug 558536: Revert "Bug 549013 - Eclipse menu won't display on Ubuntu 16.04 LTS when SSH/Serial command shells are opened" 2020-05-16 16:40:29 -04:00
org.eclipse.tm.terminal.test Lambda conversion in terminal code. 2020-02-15 14:45:26 -05:00
org.eclipse.tm.terminal.view.core Get rid of some annoying non-Javadoc comments. 2020-02-14 23:09:59 +02:00
org.eclipse.tm.terminal.view.ui Bug 527055: Save terminal settings even when there is only one terminal type 2020-05-10 10:58:03 -04:00
pom.xml [releng] Bump version to 10.0.0 2020-04-11 17:46:58 -04:00