-
Notifications
You must be signed in to change notification settings - Fork 184
Description
Describe the bug
On Eclipse 2025-06 M3 (4.36.0 M3), the select all (command + A) is not working, even cursor selection also not working on any source code (java, docker, bash etc). The OS is MacOS Tahoe 26.1
To Reproduce
A standalone SWT snippet to reproduce the behavior (preferable)
(or)
Steps to reproduce the behavior.
Open any file on Eclipse Java IDE, try to select all code using command + A or cursor select on MacOS Tahoe 26.1
Expected behavior
On using shortcut like command + A or Select All or Cursor selection, it should select code, currently on command + A, the cursor is going down, below is error we received on console log
-[TUINSCursorUIController activate:]: SWTCanvasView doesn't conform to NSTextInputClient protocol.
Environment:
- Select the platform(s) on which the behavior is seen:
-
- All OS
-
- Windows
-
- Linux
-
- [√ ] macOS
- Additional OS info (e.g. OS version, Linux Desktop, etc)
Tahoe 26.1 - JRE/JDK version
JDK 21.0
Version since
Eclipse or SWT version since when the behavior is seen
Version: 2025-06 M3 (4.36.0 M3)
Build id: 20250522-0641
Workaround (or) Additional context
No workaround as of now