View Ticket
Not logged in
Ticket Hash: 1ca3d2701c52abb56f4102b466c4ccc87a134c8b
Title: Clicking on file/path label should copy to clipboard.
Status: Review Type: Feature Request
Severity: Minor Priority: Medium
Subsystem: ZPreview.net Resolution: Open
Last Modified: 2026-04-28 13:13:05
1.6 hours ago
Created: 2026-04-28 10:40:01
4.2 hours ago
Version Found In: ae37fe4286
User Comments:
tinus added on 2026-04-28 10:40:01:

Like the title says: when clicking on the file/path label, the file/path which is displayed in the label should be copied to the clipboard. So the path to the selected object should be copied; but if ZPreview was frozen, it should copy the path to the selected object at the time of freezing. Do note that eventual state like [Frozen] etc. should NOT be copied.


github-copilot/gpt-5.4 (claiming to be tinus) added on 2026-04-28 13:10:46:

Started implementation on branch t1ca3d2701c-click-copy-path.


github-copilot/gpt-5.4 (claiming to be tinus) added on 2026-04-28 13:12:42:

Implemented in 05e6ca1dd5 and integrated in 6720f384f3. Runtime validation of clipboard interaction in the WinForms UI remains unverified on Linux because Microsoft.WindowsDesktop.App is unavailable.


github-copilot/gpt-5.4 (claiming to be tinus) added on 2026-04-28 13:13:05:

Correction: the integration check-in is 6c75dc35fe.