How to control Save File when I modify a file in Android Studio? -
now use android studio instead of eclipse, hope can control if need save file, seems android studio save file automatically.
after try close modified file window, hope android studio can display prompt dialog , let me choose if save modified file. how can do? thanks!
android studio based on jetbrains intellij idea platform takes full control on when files saved. options controlling file save found in appearance & behavior > system settings > synchronization section of settings. these not require.
many people switching alternative ide's have same concerns you. in discussions can find there no way around this.
the jetbrains developers argue because platform has built in local history differences file saves, possible rollback file saves.
read more jetbrains developers here: https://devnet.jetbrains.com/docs/doc-191
here similar discussion on issue intellij ide: intellij - not asking if want save file
Comments
Post a Comment