How to increase undo and redo steps in android studio [duplicate]

人盡茶涼 提交于 2019-12-21 20:42:34

问题


How to increase undo and redo steps in android studio?

It is limited and I want to increase number of Ctrl Z time.


回答1:


  • Press Ctrl + Shift + A and Go to Enter action menu.
  • Type registry, you can see the suggestion Registry on list and click on that.

  • Now just type word undo. It automatically find for you the 'undo' options.

  • By default documentUndoLimit = 100 and globalUndoLimit = 10, you can change the values as you desired.


来源:https://stackoverflow.com/questions/39967478/how-to-increase-undo-and-redo-steps-in-android-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!