-
-
is there anyway i can change the color of Characters like "{","}","(",")",";" etc. and strings starts and ends with (") also line starts with (//) or where strings starts with ("/star") and end with (…
-
-
Hi Tomas, check the GIF below. I noticed a rendering issue with the latest release. This is using the demo-sample. The below happens as I resize the text area and make text selections.
![rendering is…
ghost updated
9 years ago
-
Hi Tomas,
Scrolling in a text area with varying text sizes affects the size of the scrolling step, and causes a few things:
If caret is at a position in BIG text, scroll bars do not go down with mous…
ghost updated
9 years ago
-
For example when the font size is changed from 20 to 10 using
```
CodeArea.setStyle("-fx-font-size:10;");
```
the line space is not adjusted automatically. It seems that it retains the former line …
-
- basic requirement is support of undo for last action
- do we want to do more than that?
-
The AltGr Key to modify a keys behaviour doesn't print any characters. For example 8+AltGr should lead to a [ printed, but it does just nothing. The AltGr Key is used on German keyboards. I don't know…
-
Hi Tomas,
this version is depending on snapshots :-( . It seems that one of them has changed and this version isn't working anymore.
caused by: java.lang.NoSuchMethodError: org.fxmisc.flowless.Virtu…
-
Hi Tomas, I was looking at the code highlighting example. I have a question.
How do get multiple colors per keyword.
I did this:
```
private static final String[] GOLD = new String[]{
"abstract",…
ghost updated
10 years ago