On Sat, 2007-07-28 at 14:34 +0000, Kai-Martin Knaak wrote: > On Fri, 27 Jul 2007 14:08:30 -0400, DJ Delorie wrote: > > >> It would be really nice if one could do a copy to clipboard from the > >> text in the pcb.log window. It would help those of us that want to > >> post detailed information in an email to this group, for example. > > > > The lesstif hid already does that, because the widget is a plain text > > widget that always supports copy operations. > > gtk surely supports some sort of generic text widget too. Would it be > difficult to implement?
Gtk does. (and no, it wouldn't be trivial to implement if it didn't... the view part is 8390 lines, another 3775 for the model, a thousand or so more for the rendering ;)) PCB's log window in GTK works absolutely fine for me, I can do "X11" copying by selecting, then middle clicking in a different window, or I can select, right-click and pick "Copy" from the standard Gtk text widget's drop-down menu. Regards, -- Peter Clifton Electrical Engineering Division, Engineering Department, University of Cambridge, 9, JJ Thomson Avenue, Cambridge CB3 0FA Tel: +44 (0)7729 980173 - (No signal in the lab!) _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

