| [news.eclipse.platform.swt] Re: Caret on beginning of selection |
Hi Pavel,
This solution is clearly discouraged - but works for me.
Peter
Hi all,
is there a chance in SWT Text widget to programmaticaly set a selection with a caret to be on the beginning of the selection?
Example: some|TEXT
- "some" is a not selected part of the text in Text widget - "|" is a caret position - "TEXT" is a selected part of the text in Text widget
For better understanding, it's about autocomplete functionality.
Thanks for suggestions, Pavel Halas