How to see which files have not been saved in Android Studio?

后端 未结 3 1778
陌清茗
陌清茗 2021-01-01 11:16

Coming from Eclipse I now use Android Studio for development. In Eclipse it was always clear which files were not saved, but in Android studio I see no distinction between t

相关标签:
3条回答
  • 2021-01-01 11:55

    Check IntelliJ IDEA Q&A for Eclipse Users: http://www.jetbrains.com/idea/documentation/migration_faq.html

    Q: How do I make sure all my files are saved?

    A: Don't you worry. They are all saved automatically.

    0 讨论(0)
  • 2021-01-01 12:01

    The link plastiv provided explains that files are auto saved. It does not (as far as I can see) answer your first question about distinguishing saved and unsaved file. To do that, you can go to Settings > [IDE Settings] > Editor > Editor Tabs and select the option "Mark modified tabs with asterisk".

    UPDATE

    In IDEA v14 and later, this setting is located on the Settings > Editor > General > Editor Tabs pane

    0 讨论(0)
  • 2021-01-01 12:12

    Mark Changed But Unsaved File

    File > Settings > Editor > General > Editor Tabs > then check Mark modified tabs with asterisk > OK


    Now, you may also want to do this-

    Save Only One File with Ctrl+S

    File > Settings > Keymap > search with save document > right click Save Document > Add Keyboard Shortcut > press Ctrl+S> OK > Remove > OK

    0 讨论(0)
提交回复
热议问题