- This is on macOS 15.7.1 and 26.0 and 26.1. Possibly on other versions.
- Any recent version of Eclipse
This is a follow on from #2621 where it was noted from @danishmau that a warning is written to Mac's Console app.
- On Mac launch the Console app, start message streaming and filter on text "SWTCanvasView"
- Launch Eclipse and open some code
The following console warning is emitted:
-[TUINSCursorUIController activate:]: SWTCanvasView doesn't conform to NSTextInputClient protocol.
At the moment this doesn't seem to cause any problems but I've opened this issue as a heads up in case of future problems.
Refer to #2621 for more investigations and analysis.