You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
start Eclipse IDE for C/C++, select a workspace with a few open c++ files (~5-10)
in the focused editor window, Ctrl keycombos don't work (Ctrl+Z, Ctrl+Left/Right, Ctrl+Shift+... etc)
hit Ctrl+PageUp/Down to switch window (and switch back to initial window)
Ctrl kombos work
Eclipse IDE for C/C++
Version: 2022-06 (4.24.0)
Build id: 20220609-1112
For verifying eclipse-platform/.github#38 I tested SDK 4.25RC2 though with that I can't with test my current c++ project.
How can I test dev builds of the c++ IDE?
The text was updated successfully, but these errors were encountered:
Looks like initial focus / context is either not set or unset during UI startup, so that we need one extra click / focus change to make keybindings work.
mickaelistria
changed the title
sometimes Ctrl editor shortcuts don't work in initial editor window after startup
keybinding don't work in initial editor window after startup
Sep 9, 2022
If I open a png file in the Eclispe editor, the Open Resource shortcut is also frequently not working. Similar if I close all editors, I regulary have to give focus to a part to make keybindings working again.
Ctrl
keycombos don't work (Ctrl+Z, Ctrl+Left/Right, Ctrl+Shift+... etc)Eclipse IDE for C/C++
Version: 2022-06 (4.24.0)
Build id: 20220609-1112
For verifying eclipse-platform/.github#38 I tested SDK 4.25RC2 though with that I can't with test my current c++ project.
How can I test dev builds of the c++ IDE?
The text was updated successfully, but these errors were encountered: