> Great work, Greg !
> Your research of behavior in other tools and apps. is awesome !
> Thanks a lot !!!

I join my congratulations to Albrecht's.

> (1) The documentation mixes "selection (buffer)" and "clipboard" in some
> places. The code seems to be okay, however. We must make clear that
> selecting text moves it to the selection buffer (same as copy(0)) and
> using CTRL/C puts the selected text into the clipboard (aka cut/paste
> buffer, same as copy(1)). Unfortunately this is not clear at other places
> as well, but I noticed that Manolo tried to improve it somewhere else
> recently (I don't recall where exactly). The reverse is clicking with
> mouse button 2 (selection buffer) and CTRL/V (clipboard or cut/paste
> buffer).

This was done for functions Fl::copy() and Fl::paste() documented
using this language:
Copies the data pointed to by stuff to the selection clipboard (0)
or the copy clipboard (1). The selection clipboard is used for
middle-mouse pastes and for drag-and-drop selections. The copy
clipboard is used for traditional copy/cut/paste operations.

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to