UndoTool

Tool

You can refer to this tool in any formula, macro, module, or other script in Blockpad. You can use either its name or its full path:

  • To refer to it by name, use UndoTool (make sure the library Library.Tools.Edit is included with Include Libaries)
  • To refer to it by its full path, use Library.Tools.Edit.UndoTool

 

See also:


The Undo tool cancels the previous action in the open tab.

Notes:
  • If there are multiple tabs open of the same file, Undo cancels the last action on that tab, not the last action on that file.
See also: