#142 closed enhancement (fixed)
Make document-informations be able to be copied to clipboard
| Reported by: | guest | Owned by: | Eugene Romanenko |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3.1 |
| Component: | Lucide Core | Version: | |
| Keywords: | Cc: |
Description
In the document-information for example of a PDF-File are often usefull and long informations like the source of the document (bibliography). Please make it possible to copy these informations to clipboard (via Crtl+Ins or Contextmenu).
Change History (3)
comment:1 by , 16 years ago
| Milestone: | → 1.3 |
|---|
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 16 years ago
The feature is done. You can press Ctrl+C/Ctrl+Ins to copy the selected lines in the document information dialog. You can select all lines using Ctrl+A/Ctrl+/. You can also show the document information dialog with Ctrl+I now.
Note that I also implemented the same for the font information dialog as it was a question of reusing the code from the document information dialog.

(In [406]) Added support for copying text from the document information dialog to the clipboard (fixes ticket:142).