AdamsLair/duality

Create an Undo History Module

开放

#296 创建于 2016年2月24日

 (0 条评论) (0 个反应) (0 位负责人)C# (287 个派生)auto 404
EditorFeatureHelp WantedPluginUsability

仓库指标

星标
 (1,425 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南