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 am currently using a stock-standard JavaFX TextFlow node for displaying rich text. However, the TextFlow node does not currently support selection of text for copy/paste operations.
I was wondering if RichTextFX does support this? (I had a quick look through the readme and couldn't find any mention of it).
The text was updated successfully, but these errors were encountered:
RichTextFX (via StyledTextArea and its flavors) does support selection of text, which can be cut/copied/pasted. Have you seen ClipboardActions which StyledTextArea implements?
I am currently using a stock-standard JavaFX
TextFlow
node for displaying rich text. However, theTextFlow
node does not currently support selection of text for copy/paste operations.I was wondering if
RichTextFX
does support this? (I had a quick look through the readme and couldn't find any mention of it).The text was updated successfully, but these errors were encountered: