I want to color the words which have not yet been colored with word highlightning (patterns etc.)
I tried:
CodeArea codeArea = new CodeArea();
codeArea.setId("codearea");
and in .css file
#codearea .text {
-fx-fill: whitesmoke;
}
but it colors all text in CodeArea
Any ideas or help ?
Sorry about my bad english :)
Thanks
I want to color the words which have not yet been colored with word highlightning (patterns etc.)
I tried:
and in .css file
but it colors all text in CodeArea
Any ideas or help ?
Sorry about my bad english :)
Thanks