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

1

9

How to increase undo and redo steps in android studio?

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

Respirable answered 10/10, 2016 at 22:5 Comment(0)
N
30
  • Press Ctrl + Shift + A and Go to Enter action menu.
  • Type registry, you can see the suggestion Registry on list and click on that.

enter image description here

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

enter image description here

  • By default documentUndoLimit = 100 and globalUndoLimit = 10, you can change the values as you desired.
Nonresistant answered 11/10, 2016 at 3:20 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.