You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a code document is modified, its tab shows an icon to indicate that the file should be saved.
File > Save All actually saves all the files, but it removes the save icon only from the current document. To the user, it looks like none of the other documents have been saved. But, in fact, they have -- quitting the IDE at this point does not bring up the dialog box to confirm saving modified documents.
So it seems the bug is not in Save All functionality, just in the GUI update.
The text was updated successfully, but these errors were encountered:
When a code document is modified, its tab shows an icon to indicate that the file should be saved.
File > Save All actually saves all the files, but it removes the save icon only from the current document. To the user, it looks like none of the other documents have been saved. But, in fact, they have -- quitting the IDE at this point does not bring up the dialog box to confirm saving modified documents.
So it seems the bug is not in Save All functionality, just in the GUI update.
The text was updated successfully, but these errors were encountered: