Opened 14 years ago

Closed 5 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 Changed 11 years ago by Silvan Scherrer

Resolution: fixed
Status: newclosed

thats done in qpdfview, so i close this one.

comment:2 Changed 8 years ago by Lewis Rosenthal

Milestone: 2.0 and furtherFuture

Milestone renamed

comment:3 Changed 8 years ago by Lewis Rosenthal

Milestone: Future1.4.0
Priority: majorminor
Resolution: fixed
Status: closedreopened

Reopening, as qPDFView is no longer relevant for this project. This is a needed enhancement.

comment:4 Changed 5 years ago by Gregg Young

Milestone: 1.4.01.4.1

Ticket retargeted after milestone closed

comment:5 Changed 5 years ago by Gregg Young

Owner: set to Gregg Young
Status: reopenednew

comment:6 Changed 5 years ago by Gregg Young

Status: newassigned

comment:7 Changed 5 years ago by Gregg Young

Resolution: fixed
Status: assignedclosed

This has been implemented but is currently limited fill in forms

Note: See TracTickets for help on using tickets.