-
Notifications
You must be signed in to change notification settings - Fork 3
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
RichTextFX Editor #2
Comments
Here's an editor JeditFX that may be of interest to you. (Haven't tried it) |
Of course I know about RichTextFX, there is even a reference to it in the Readme file in my other project https://github.com/andy-goryachev/FxEditor The main issue with RichTextFX and my other project is that they both are based on Text/TextFlow, and will grind to a halt when trying to render long text lines found in log files. Think a million characters. As a result, this project was born, which renders to a Canvas using a monospace grid. So in a sense this issue is logged against a wrong project, but thank you nevertheless! Incidentally, is there anything in you wish was added to or made public in javafx, in the context of rich text editor? |
Okay great. I didn't know about the JavaFX PrismTextLayout issue, but it does make sense.
Well it would be nice if the HtmlEditor toolbar's visibility could be set on/off, and if the toolbar was customizable (adding/removing buttons). |
Thank you @Jugen . I looked at HTMLEditor - you are right, it is not extensible. The best bet is to write your own skin, but that effort quickly spins out of control. |
@andy-goryachev Thanks. |
@sirop : |
Hi Andy, just wanted to bring the RichTextFX project to your attention in terms of being able to handle very large text models.
The text was updated successfully, but these errors were encountered: