Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

RichTextFX updated to versoin 0.7-M2

AuthorKarl Tauber <email>
Date2016-07-26 11:47:46 GMT+0200
Commit3169e2fc2d10351980a2199937983448f340f62a
Parent025c9d9
Delta4 lines added, 4 lines removed
src/main/java/org/markdownwriterfx/editor/MarkdownSyntaxHighlighter.java
import javafx.application.Platform;
import org.fxmisc.richtext.StyleClassedTextArea;
-import org.fxmisc.richtext.StyleSpans;
-import org.fxmisc.richtext.StyleSpansBuilder;
+import org.fxmisc.richtext.model.StyleSpans;
+import org.fxmisc.richtext.model.StyleSpansBuilder;
import org.pegdown.ast.*;
src/main/java/org/markdownwriterfx/editor/WhitespaceOverlayFactory.java
import javafx.scene.Node;
import javafx.scene.text.Text;
-import org.fxmisc.richtext.Paragraph;
-import org.fxmisc.richtext.StyledText;
+import org.fxmisc.richtext.model.Paragraph;
+import org.fxmisc.richtext.model.StyledText;
import org.markdownwriterfx.editor.ParagraphOverlayGraphicFactory.OverlayFactory;
import org.reactfx.collection.LiveList;