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).
I am currently using a stock-standard JavaFX
TextFlownode for displaying rich text. However, theTextFlownode does not currently support selection of text for copy/paste operations.I was wondering if
RichTextFXdoes support this? (I had a quick look through the readme and couldn't find any mention of it).