Hi Tomas,
I can't compile JavaKeywords Demo. My tools and libs are Ecplise Kepler, Java jdk-8u20 and richtextfx-fat-1.0.0-SNAPSHOT.jar. The problem is from line 61 to 63:
codeArea.textProperty().addListener((obs, oldText, newText) -> {
codeArea.setStyleSpans(0, computeHighlighting(newText));
});
The error message is:
Description Resource Path Location Type
Syntax error on token ",", ( expected JavaKeywords.java /MyJavaFXApp/src/application line 61 Java Problem
Description Resource Path Location Type
Syntax error on tokens, delete these tokens JavaKeywords.java /MyJavaFXApp/src/application line 61 Java Problem
Can you help me in this case?
Kind Regards,
Thomas Laemmlein
Hi Tomas,
I can't compile JavaKeywords Demo. My tools and libs are Ecplise Kepler, Java jdk-8u20 and richtextfx-fat-1.0.0-SNAPSHOT.jar. The problem is from line 61 to 63:
codeArea.textProperty().addListener((obs, oldText, newText) -> {
codeArea.setStyleSpans(0, computeHighlighting(newText));
});
The error message is:
Description Resource Path Location Type
Syntax error on token ",", ( expected JavaKeywords.java /MyJavaFXApp/src/application line 61 Java Problem
Description Resource Path Location Type
Syntax error on tokens, delete these tokens JavaKeywords.java /MyJavaFXApp/src/application line 61 Java Problem
Can you help me in this case?
Kind Regards,
Thomas Laemmlein