Search in sources :

Example 6 with CodeArea

use of org.fxmisc.richtext.CodeArea in project Gargoyle by callakrsos.

the class SimpleTextView method initialize.

@FXML
public void initialize() {
    codeArea = new CodeArea();
    initHelpers();
    initGraphics();
}
Also used : CodeArea(org.fxmisc.richtext.CodeArea) FXML(javafx.fxml.FXML)

Aggregations

CodeArea (org.fxmisc.richtext.CodeArea)6 Beta (com.google.common.annotations.Beta)1 TextSearchAndReplaceView (com.kyj.fx.voeditor.visual.component.popup.TextSearchAndReplaceView)1 ASTSqlCodeAreaHelper (com.kyj.fx.voeditor.visual.component.text.ASTSqlCodeAreaHelper)1 HOGMLexer (com.sri.ai.praise.model.v1.hogm.antlr.HOGMLexer)1 HOGMTerminalSymbols (com.sri.ai.praise.model.v1.hogm.antlr.HOGMTerminalSymbols)1 FXUtil (com.sri.ai.praise.sgsolver.demo.FXUtil)1 Collection (java.util.Collection)1 Collections (java.util.Collections)1 FXML (javafx.fxml.FXML)1 Scene (javafx.scene.Scene)1 IndexRange (javafx.scene.control.IndexRange)1 AnchorPane (javafx.scene.layout.AnchorPane)1 ANTLRInputStream (org.antlr.v4.runtime.ANTLRInputStream)1 CommonTokenStream (org.antlr.v4.runtime.CommonTokenStream)1 Token (org.antlr.v4.runtime.Token)1 LineNumberFactory (org.fxmisc.richtext.LineNumberFactory)1 StyleSpans (org.fxmisc.richtext.StyleSpans)1 StyleSpansBuilder (org.fxmisc.richtext.StyleSpansBuilder)1 UndoManager (org.fxmisc.undo.UndoManager)1