-
Notifications
You must be signed in to change notification settings - Fork 23
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
Implement save #42
Labels
Core
Core rendering mdodule
Comments
gtache
added a commit
to gtache/icepdf
that referenced
this issue
Feb 7, 2020
Merged
gtache
added a commit
to gtache/icepdf
that referenced
this issue
Feb 12, 2020
gtache
added a commit
to gtache/icepdf
that referenced
this issue
Feb 14, 2020
gtache
added a commit
to gtache/icepdf
that referenced
this issue
Jul 15, 2020
gtache
added a commit
to gtache/icepdf
that referenced
this issue
Apr 16, 2021
gtache
added a commit
to gtache/icepdf
that referenced
this issue
Apr 16, 2021
gtache
added a commit
to gtache/icepdf
that referenced
this issue
Apr 16, 2021
gtache
added a commit
to gtache/icepdf
that referenced
this issue
Apr 16, 2021
gtache
added a commit
to gtache/icepdf
that referenced
this issue
Apr 16, 2021
gtache
added a commit
to gtache/icepdf
that referenced
this issue
Apr 16, 2021
pcorless
added a commit
that referenced
this issue
Feb 1, 2022
* GH-25 Don't ask the user to save if no changes have been made since last save * GH-42 Implements save with same name on Ctrl+S * Adds timer at document open to get initial changes * Reverts pom.xml * Fixes conflict with PropertiesManager renaming * GH-42 Fixes error on close if document is null * Reformats MessageBundles * GH-25 Takes updated pobjects into account * GH-42 Disable save menu item when document is closed * GH-42 Fixes saveAs not saving changes * GH-42 Simplify isChange * GH-42 Uses Map instead of HashMap * GH-42 Adds getter for isNew * GH-42 Fixes library getting the Change instance instead of the Object * GH-42 Fixes the temp save filename not working if the filename contains a '.' Co-authored-by: Patrick Corless <pcorless@users.noreply.github.com>
pcorless
pushed a commit
that referenced
this issue
Feb 1, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's just a proposition, but I think the default save (and the save button), with Ctrl+S, should save to the same filename.
Save As
(Ctrl+Shift+S) should obviously stay as is.The text was updated successfully, but these errors were encountered: