Replies: 1 comment
-
I wonder whether the STTextView.didChangeSelectionNotification is insufficient for that purpose. It's modeled after how NSTextView works. The notification is fired for every selection change, and since the caret position is a selection, it is fired on every caret position change too. The didChangeSelectionNotification notification is fired after change, meaning the handler can obtain the new position from the STTextView. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey @krzyzanowskim was wondering if you have any way to get current cursor position - row and column?
Beta Was this translation helpful? Give feedback.
All reactions