forked from sqlitebrowser/sqlitebrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ask user about saving any modified data in SQL tabs
User is asked once for saving modified SQL tabs not attached to a file to the current project file (or to a new project file, when there isn't any yet). For each tab linked to a file, the user is asked to save the changes to the file. The asking is performed when the tab is closed, or when the application is closing. The modified attribute of the editor is set to false when the data is saved or has just been loaded in the editor. See issues sqlitebrowser#1386 and sqlitebrowser#1706
- Loading branch information
Showing
2 changed files
with
80 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters