Trigger in Android Studio to undo multiple changes -


is there way set trigger point in android studio revert/undo multiple changes our predefined trigger point. helpful test our app temporary changes.

simply saying added activities (for unsure) app later (after playing code half hour multiple changes done) decided remove activities, how can switch position? (tried undo no success).

information useful in future @ least.

the easiest way accomplish local history feature. can set label using vcs | local history | put label...

to restore label, right-click root directory of project in project view, select "local history | show history..." popup menu, scroll down label , click "revert" button in toolbar.

(setting git or mercurial repository, recommended in comments, valid option it's more involved.)


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -