Expose TextInputControl undo(), redo(), canUndo(), canRedo() methods

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 7u40
    • Component/s: javafx

      TextInputControl provides undo/redo through keyboard shortcuts.
      However it would be good to expose these capabilities through the API :
      the application could use them when implementing its Undo/Redo menu items.

      boolean TextInputControl.canUndo()
      boolean TextInputControl.canRedo()
      void TextInputControl.undo()
      void TextInputControl.redo()

            Assignee:
            Andy Goryachev
            Reporter:
            Eric Le Ponner
            Votes:
            2 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Imported: