You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why not provide a convenience method that gets a character's absolute position? This would be more readably apparent than area.position(int, int).toOffset():
I believe we've discussed this before, but rather than typing....
... to get the absolute position (which isn't readily obvious to new users of the code) that is necessary for other actions, for example...
Why not provide a convenience method that gets a character's absolute position? This would be more readably apparent than
area.position(int, int).toOffset()
:(I'm not sure if the supplied method name should be used.
absoluteCharPosition
might be better?)Additionally, the above methods could be expanded to include the new row-column format:
The text was updated successfully, but these errors were encountered: