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
macOS Sequoia introduced native OS-level support for accessing the context (right-click) menu using a key shortcut. The default is Ctrl+Enter (this can be customised or disabled in macOS Keyboard settings).
Unfortunately in (any version of) Eclipse this can cause undesired behaviour. For example:
Select something in Package Explorer
Press Ctrl+Enter to access the context menu
The context menu will appear
Press Escape to cancel the context menu
The context menu for the part tab will now appear (the one with "Close", "Close Others" etc)
The selection in the Package Explorer tree will now be something else (random selection) and/or the selected file will open in the editor
That's just one example. Pressing Ctrl-Enter in other Views or Editors will lead to similar and unwanted behaviour.
It may be that somewhere in SWT on Mac the key combination for the context menu needs to be trapped. The default Eclipse key binding of Shift+F10 invokes the context menu and this works OK in Eclipse.
I'm just reporting the issue, I have no idea how to fix this.
Environment:
All OS
Windows
Linux
macOS
macOS Sequoia 15.0
The text was updated successfully, but these errors were encountered:
macOS Sequoia introduced native OS-level support for accessing the context (right-click) menu using a key shortcut. The default is Ctrl+Enter (this can be customised or disabled in macOS Keyboard settings).
Unfortunately in (any version of) Eclipse this can cause undesired behaviour. For example:
That's just one example. Pressing Ctrl-Enter in other Views or Editors will lead to similar and unwanted behaviour.
It may be that somewhere in SWT on Mac the key combination for the context menu needs to be trapped. The default Eclipse key binding of Shift+F10 invokes the context menu and this works OK in Eclipse.
I'm just reporting the issue, I have no idea how to fix this.
Environment:
macOS Sequoia 15.0
The text was updated successfully, but these errors were encountered: