AdamsLair/duality

Create an Undo History Module

オープン

#296 opened on 2016/02/24

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C# (287 件のフォーク)auto 404
EditorFeatureHelp WantedPluginUsability

Repository metrics

Stars
 (1,425 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Summary

The Duality editor has full Undo / Redo support, but the only way to access it is via Ctrl + Z / Ctrl + Y shortcuts and a menu entry. It would be much cooler if there was a full "History" module showing the complete list of Undo / Redo steps and allowing to revert back to an old state with one click. For reference, maybe something along the lines of the Photoshop or Gimp undo history.

Analysis

  • This feature can easily be done in its own editor plugin, no changes to the core or editor are required for this.

コントリビューターガイド