I have the listener:
https://github.com/TomasMikula/RichTextFX/blob/master/richtextfx-demos/src/main/java/org/fxmisc/richtext/demo/JavaKeywordsAsync.java#L93-L106
After compute highlighting, I run checker syntax, and use setStyleClass method to CodeArea if an error or an assign operation have met. But when I do this, listener of CodeArea begin do task again and again. Whether I can make so that the listener didn't pay attention on CSS changes?
I have the listener:
https://github.com/TomasMikula/RichTextFX/blob/master/richtextfx-demos/src/main/java/org/fxmisc/richtext/demo/JavaKeywordsAsync.java#L93-L106
After compute highlighting, I run checker syntax, and use
setStyleClassmethod toCodeAreaif an error or an assign operation have met. But when I do this, listener ofCodeAreabegin do task again and again. Whether I can make so that the listener didn't pay attention on CSS changes?