Dave Jarvis' Repositories

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

fixed undo/redo - clear undo history after first load - do not record style changes in undo history

AuthorKarl Tauber <email>
Date2015-07-28 21:11:51 GMT+0200
Commit1605e3db04e593ceb7e795f26376752c2a3a388a
Parent8c7e3f9
Delta1 line added, 1 line removed
src/main/java/org/markdownwriterfx/editor/MarkdownEditorPane.java
public MarkdownEditorPane() {
- textArea = new StyleClassedTextArea();
+ textArea = new StyleClassedTextArea(false);
textArea.setWrapText(true);
textArea.getStyleClass().add("markdown-editor");