Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ Idea undo 'don't ask again action'

I've searched almost all preferences dialog on IntelliJ Idea and haven't found how to undo 'don't ask again action' on the update dialogidea update project dialog

like image 450
Taras Velykyy Avatar asked Jul 31 '14 17:07

Taras Velykyy


People also ask

How do I undo an action in IntelliJ?

On the main menu, choose Edit | Undo. Press Ctrl+Z .

How do I go back to previous method in IntelliJ?

To navigate backwards, press Ctrl+Alt+Left . To navigate forward, press Ctrl+Alt+Right . To navigate to the last edited location, press Ctrl+Shift+Backspace .


1 Answers

You'll find what you need in the run/debug configuration:

Show dialog: Select this check box if you want to see the Update dialog every time you perform the Update application action.

enter image description here

like image 156
Bastien Jansen Avatar answered Oct 19 '22 06:10

Bastien Jansen