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
I have searched the issue tracker for open issues that relate to the same feature, before opening a new one.
This issue only relates to a single feature. I will open new issues for any other features.
Is your feature request related to a problem?
When creating a project, I encountered a problem with the entry object. I couldn't find a way to get the starting column and row of the selected text. I'd like to fix this, it doesn't look that hard.
Is it possible to construct a solution with the existing API?
Yes, i have a PR from forked repo
Describe the solution you'd like to see.
selectRow, selectColumn int -> SelectRow, SelectColumn int
The text was updated successfully, but these errors were encountered:
mykytaserdiuk
changed the title
There is no way to get the beginning of the selected text
There is no way to get the beginning of the selected text in entry
Jan 12, 2025
Checklist
Is your feature request related to a problem?
When creating a project, I encountered a problem with the entry object. I couldn't find a way to get the starting column and row of the selected text. I'd like to fix this, it doesn't look that hard.
Is it possible to construct a solution with the existing API?
Yes, i have a PR from forked repo
Describe the solution you'd like to see.
selectRow, selectColumn int
->SelectRow, SelectColumn int
The text was updated successfully, but these errors were encountered: