Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sapphire-dev] New topic in forum Sapphire, called How to get the current caret position of a field, by Ondrej Ilcik

Title: Eclipse Community Forums
Subject: How to get the current caret position of a field Author: Ondrej Ilcik Date: Mon, 29 June 2015 12:37
I would like to mimic a feature know from some UI parts in Eclipse (especially launch configurations) - inserting a predefined variable. It allows to modify the value of a text field by inserting a special value to the position of the caret.

I'm struggling with how to get the caret position in Sapphire since the model does not propagate such UI-specific info. Is there a way how to implement this which does not involve creating a special field implementation?

Thanks in advance.
[ Reply ][ Quote ][ View Topic/Message ][ Unsubscribe from this forum ]

Back to the top