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

paste rtf text #73

Closed
albreax opened this issue Jul 24, 2014 · 2 comments
Closed

paste rtf text #73

albreax opened this issue Jul 24, 2014 · 2 comments

Comments

@albreax
Copy link

albreax commented Jul 24, 2014

Hi Tomas, is there a possibility to insert rtf text with styles?
Thanks
Albreax

@TomasMikula
Copy link
Member

Hi Albreax, this is not supported and impossible to support generally, because StyledTextArea<S> is generic and does not know anything about your style type S. This means you can implement pasting RTF into your concrete instance of StyledTextArea, but it's not possible to support generally (e.g. it does not make sense for a code editor to insert RTF). That said, it would be a nice contribution to extend the RichTextDemo to support RTF ;)

@albreax
Copy link
Author

albreax commented Jul 25, 2014

Hi Tomas, thanks for the respond.

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