[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Caret on beginning of selection

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