-
I am using RichTextFx library for code editor in my parallel computing framework. Sometimes i get distorted text in the whole text area. Is this problem bcz of JDK8u20 or from any bug in RichTextFX? A…
-
Hi Tomas,
Is it possible to define some sort of [behavior?] model for entering text (not sure I am using the correct terminology here).
Currently, the standard behavior in OS are:
-Delete : removes c…
ghost updated
9 years ago
-
Can you change the return results for undoAvailableProperty and redoAvailableProperty to BooleanExpression or BooleanBinding? This would simplify binding Button.disableProperty().bind(UndoManager.und…
ruckc updated
9 years ago
-
I read a 3 MB text file put its content to my StyleClassedTextArea object with the following code:
byte[] bytes = Files.readAllBytes(file.toPath());
String str = new String(bytes, "UTF-8");
area.setS…
-
I wanted to offer some feedback about any bugs I encountered or ways I thought the component could be improved.
- [ ] When selecting text across multiple lines there seems to be some issues with the c…
-
Hi! Me again :)
It seems when I fill two tabs with a CodeArea and a lot of text (might have to be atleast a screen full??), the content of one of the two won't show.
See the following example.
Note:…
ghost updated
9 years ago
-
Hi Tomas,
I was trying to run the demos, say JavaKeywords.java, under NetBeans as a JavaFX Application. The build was successful but failed at run-time as follows. Any other thing that I should be a…
ynlin updated
9 years ago
-
(this is just an InlineCssTextArea)
In the picture, lines 4 and 5 have no content (other than a standard \r\n)
![tc1](https://cloud.githubusercontent.com/assets/3770591/8362726/90f65362-1b48-11e5-8d…
-
Hello,
I'm using the the CodeEditor as an editabele object on Pane that is inside a scrollpane. (see it like a TextField in MS Word).
I have the issue, that when pressing the spacebar inside the Cod…
-
Hi!
I want to use RichTextFX in a Telnet client sort of setup.
Right now I handle one character at a time (debatable, I want to show things as soon as they become available, even if it's part of a li…
ghost updated
9 years ago