Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save All doesn't update all document tabs #497

Closed
jamshark70 opened this issue Sep 15, 2012 · 2 comments
Closed

Save All doesn't update all document tabs #497

jamshark70 opened this issue Sep 15, 2012 · 2 comments
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. env: SCIDE
Milestone

Comments

@jamshark70
Copy link
Contributor

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.

@timblechmann
Copy link
Contributor

strange: DocumentListWidget::onModificationChanged that sets the icon is called correctly. maybe we somehow need to trigger a redraw? jakob?

@jleben
Copy link
Member

jleben commented Sep 17, 2012

Fixed.

@jleben jleben closed this as completed Sep 17, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. env: SCIDE
Projects
None yet
Development

No branches or pull requests

3 participants