Skip to content

Commit

Permalink
Merge pull request #769 from JordanMartinez/lastPR
Browse files Browse the repository at this point in the history
Update UndoFX (2.1.0); stop maintaining project
  • Loading branch information
JordanMartinez authored Jul 16, 2018
2 parents fcbd57b + c8212ce commit 357095a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
**This project is no longer being maintained. See [this issue](https://github.com/FXMisc/RichTextFX/issues/768) for more details.**

RichTextFX
==========

Expand Down
2 changes: 1 addition & 1 deletion richtextfx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if (gradle.gradleVersion.substring(0, 1) >= "4") {
}
dependencies {
compile group: 'org.reactfx', name: 'reactfx', version: '2.0-M5'
compile group: 'org.fxmisc.undo', name: 'undofx', version: '2.0.0'
compile group: 'org.fxmisc.undo', name: 'undofx', version: '2.1.0'
compile group: 'org.fxmisc.flowless', name: 'flowless', version: '0.6'
compile group: 'org.fxmisc.wellbehaved', name: 'wellbehavedfx', version: '0.3.3'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ public static <PS, SEG, S> UndoManager<List<RichTextChange<PS, SEG, S>>> richTex
return factory.createMultiChangeUM(area.multiRichChanges(),
TextChange::invert,
applyMultiRichTextChange(area),
applyMultiRichTextChange(area),
TextChange::mergeWith,
TextChange::isIdentity,
preventMergeDelay);
Expand Down Expand Up @@ -129,7 +128,6 @@ public static <PS, SEG, S> UndoManager<List<PlainTextChange>> plainTextUndoManag
return factory.createMultiChangeUM(area.multiPlainChanges(),
TextChange::invert,
applyMultiPlainTextChange(area),
applyMultiPlainTextChange(area),
TextChange::mergeWith,
TextChange::isIdentity,
preventMergeDelay);
Expand Down

0 comments on commit 357095a

Please sign in to comment.