Opened 15 years ago
Closed 6 years ago
#181 closed enhancement (fixed)
Allow Save As to save to the same file
Reported by: | dmik | Owned by: | Gregg Young |
---|---|---|---|
Priority: | minor | Milestone: | 1.4.1 |
Component: | Lucide Core | Version: | 1.3 |
Keywords: | Cc: |
Description
Currently, we programmatically disable saving the viewed document under the same name (see #178 for details). We should make it possible one day. An universal method that should work for all plugins (no matter if they internally support it or not) is to:
- Save to a temporary file in the same target directory.
- Close the current document.
- Delete the original file.
- Rename the temporary file to the original name.
- Reopen the original file.
Change History (7)
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 8 years ago
Milestone: | Future → 1.4.0 |
---|---|
Priority: | major → minor |
Resolution: | fixed |
Status: | closed → reopened |
Reopening, as qPDFView is no longer relevant for this project. This is a needed enhancement.
comment:5 by , 6 years ago
Owner: | set to |
---|---|
Status: | reopened → new |
comment:6 by , 6 years ago
Status: | new → assigned |
---|
comment:7 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This has been implemented but is currently limited fill in forms
Note:
See TracTickets
for help on using tickets.
thats done in qpdfview, so i close this one.