| [news.eclipse.platform.swt] Re: How to obtain cursor position in Text control |
Hi,
I need to obtain the cursor position from my SWT Text control (not the mouse cursor, the text cursor).
Is there any functionality to give what i want in SWT Text control?
Um, did you not see Text.getCaretPosition() ?
Eric