Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio - increase the amount of undos

I am wondering whether there is a way to increase the amount of times one can use the undo button in Android Studio. I couldn't find it in settings. At the moment after a few undos, it stops allowing further ones.

like image 770
Cobbles Avatar asked Jun 30 '14 15:06

Cobbles


2 Answers

Follow this:

From menu on the top Go to Help > Find Action > Type Registry > It will open Registry Dialog > start typing undo > you will find "undo:globalUndoLimit" > change it from 100 to 1000 or any higher.

like image 181
Gem Avatar answered Sep 20 '22 08:09

Gem


Since Android Studio is a fork of JetBrains IntelliJ, this should work.

Alternative Link: How to increase undo and redo steps in android studio

like image 34
Nathan Campos Avatar answered Sep 22 '22 08:09

Nathan Campos