History - Undo and redoMaster Pinegrow

The History panel lets you move backwards and forward through HTML and CSS edits.

Open the History panel.

Combined history

By default, the History panel shows the combined history for all pages and stylesheets. This mode is very convenient to use, but it doesn't let you perform undo and redo operations just on a selected page.

Combined undo history.

For example, to undo operations on page A, you also have to undo any subsequent operations on page B.

Undoing and redoing operations

  • Press CMD+Z_KEY to Undo the last step.
  • Press CMD+SHIFT+Z_KEY to Redo the last step.
  • CLICK on any step in History panel to restore that state.