Skip to content

Instantly share code, notes, and snippets.

@Namek
Created March 5, 2016 20:37
Show Gist options
  • Save Namek/2e6100f30dca16769367 to your computer and use it in GitHub Desktop.
Save Namek/2e6100f30dca16769367 to your computer and use it in GitHub Desktop.
Research: TheConsole2 - console output view
JavaFX TextArea:
JavaFX WebView:
+ easily selectable for copying
- hard to display image downloaded by script
- not efficient
- required to wait for engine load asynchronously
JavaFX TextFlow:
+ easy to display image
- cannot mark/select text for copying https://bugs.openjdk.java.net/browse/JDK-8092278
- not really efficient rendering, maybe fixable by JavaFX ListView
http://stackoverflow.com/questions/17456716/how-to-highlight-a-row-if-it-contains-specific-text-in-javafx
http://stackoverflow.com/questions/28243156/autoscroll-javafx-textflow
http://stackoverflow.com/questions/9128535/highlighting-strings-in-javafx-textarea
RichTextFx:
+ efficient
- poor docs/demos
- hard to edit old elements
-? no images
e(fx)clipse Runtime StyledTextArea:
+ efficient
- no docs
- hard to edit old elements
-? no text wrap
-? no images
@Namek
Copy link
Author

Namek commented Mar 5, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment