You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug in class JavaKeywordsAsync.java. The method multiPlainChanges() does not exist. The method must be replaced by method plainTextChanges()
public void start(Stage primaryStage) {
executor = Executors.newSingleThreadExecutor();
codeArea = new CodeArea();
codeArea.setParagraphGraphicFactory(LineNumberFactory.get(codeArea));
Subscription cleanupWhenDone = codeArea.multiPlainChanges()
.successionEnds(Duration.ofMillis(500))
.supplyTask(this::computeHighlightingAsync)
...
The text was updated successfully, but these errors were encountered:
It exists. You're probably using the wrong RTFX version (there isn't a stable release that includes that method yet) or have an issue with your dependencies' cache.
There is a bug in class
JavaKeywordsAsync.java
. The methodmultiPlainChanges()
does not exist. The method must be replaced by methodplainTextChanges()
The text was updated successfully, but these errors were encountered: