Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keybinding don't work in initial editor window after startup #324

Open
ronso0 opened this issue Sep 8, 2022 · 3 comments
Open

keybinding don't work in initial editor window after startup #324

ronso0 opened this issue Sep 8, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@ronso0
Copy link

ronso0 commented Sep 8, 2022

  • 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?

@jonahgraham
Copy link
Contributor

This is a known issue - see Bug 558369 for some history. @iloveeclipse said:

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.

As for:

How can I test dev builds of the c++ IDE?

These are published here:
screen shot of https://www.eclipse.org/downloads/packages/
For 2022-09 RC1 the full URL is: https://www.eclipse.org/downloads/packages/release/2022-09/rc1 - RC2 will be ready tomorrow for testing ahead of the release next Wednesday. Follow the epp-dev mailing list for announcements. The publication dates are on the wiki.

@mickaelistria mickaelistria transferred this issue from eclipse-platform/.github Sep 9, 2022
@mickaelistria 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
@mickaelistria mickaelistria added the bug Something isn't working label Sep 9, 2022
@vogella
Copy link
Contributor

vogella commented Sep 20, 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.

@mickaelistria
Copy link
Contributor

If I open a png file in the Eclispe editor,

It might be that the browser editor captures the keybinding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants