Android Studio: Bringing back “Clear Read-Only Status” dialog

半世苍凉 提交于 2019-12-24 05:54:32

问题


If source file is read only, Android Studio was displaying a dialog and asking if I want to clear read-only status of file so that it will be ready for editing. By mistake I once checked the box that says "Do not show this dialog again" and clicked OK. Since then Android Studio simply clears off read-only status of file and allows to edit without asking for confirmation.

Anyone knows how to bring back that conformation dialog?


回答1:


Press ctrl-shift-A on windows, or ⇧⌘A on mac and type "Clear Read-only Status". It will show you where you can make the change in settings.



来源:https://stackoverflow.com/questions/43187507/android-studio-bringing-back-clear-read-only-status-dialog

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