| [ Return to Bugs & Features | Roadmap 1.3 | Post Text | Post File | Prev | Next ]
STR #3074
Application: | FLTK Library |
Status: | 5 - New |
Priority: | 1 - Request for Enhancement, e.g. asking for a feature |
Scope: | 3 - Applies to all machines and operating systems |
Subsystem: | Core Library |
Summary: | Patch for Browser supporting copy to clipboard of selected lines |
Version: | 1.3-feature |
Created By: | chris |
Assigned To: | Unassigned |
Fix Version: | Unassigned |
Update Notification: | |
Trouble Report Files:
[ Post File ]
Trouble Report Comments:
[ Post Text ]
|
#1 | chris 03:58 Apr 30, 2014 |
| This simple patch allows copying all selected lines in an Fl_Browser (and subclasses) to the clipboard with shortcut key Ctrl-C.
The text of all selected lines is concatenated in a buffer and written to the clipboard.
I guess copy-from-clipboard could be implemented pretty easy too, but is not included in this patch. | |
|
#2 | greg.ercolano 15:11 Oct 28, 2017 |
| Would be good as a configurable option I think, so as not to break existing apps that use an Fl_Browser and already overload ^C.
Perhaps Fl_Browser_::clipboard_copy(bool) to enable this feature, or some such.
Open to suggs from OP and devs. Such a method could be useful for other widgets that could use such an option.. Fl_Tree and Fl_Table come to mind. | |
[ Return to Bugs & Features | Post Text | Post File ]
|
| |