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
{{ message }}
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
I wonder if this is not relatively easy to do by tracking mouse drag events, looking up exact Text node hovered, down to exact letter (this might be the hard part) and applying text background on all in between Text nodes. Simple mechanism would select by Text nodes, then exact characters. The latter would be doable using simulated interpolation using JavaFX computeTextWidth(text, font) util method. The background would have to be interpolated as well - which may be tricky.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add as an optional feature the ability to auto-detect urls in regular text.
The text was updated successfully, but these errors were encountered: