Bug with text selection in Toad Edge 2.11/2.12

Title: [Toad Edge 2.11/2.12] Text selection not visually rendered on macOS Tahoe 26 (SWT regression)

Environment: Toad Edge 2.11 and 2.12 macOS Tahoe 26.3.1

Symptom: In the SQL Editor, multi-line text selection produces no visible highlight. The selection is logically correct — copy/paste returns the expected content — but there is no visual indication of what is selected. Current-line highlighting works, but as soon as Shift+Arrow extends the selection, the highlight disappears entirely. Dark Mode changes in macOS are also not reflected in Toad Edge.

Likely root cause: Upstream SWT bug on macOS Tahoe 26.1+, tracked in eclipse-platform/eclipse.platform.swt issues #2621, #2671, #2793, and #2244 in eclipse.platform. Fixed in Eclipse 4.38+ via migration from NSTextInput to NSTextInputClient. Affects every Eclipse RCP application, including DBeaver and STM32CubeIDE.

Request: When will Toad Edge ship a build with the updated SWT bundle?