Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can RichTextFX be used to select an arbitrary text range for copy/paste operations? #388

Closed
gbmhunter opened this issue Nov 8, 2016 · 2 comments

Comments

@gbmhunter
Copy link

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).

@JordanMartinez
Copy link
Contributor

RichTextFX (via StyledTextArea and its flavors) does support selection of text, which can be cut/copied/pasted. Have you seen ClipboardActions which StyledTextArea implements?

@gbmhunter
Copy link
Author

Great that is good news! No I hadn't managed to stumble across that API :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants