Am Montag, 8. Januar 2007 16:34 schrieb Bo Peng: > 1 is middle-button paste, 2 and 3 are special paste modes. Let us look closely: > > For selection from within lyx, > 1. paste with format, but meaningless > 2. invalid > 3. invalid
Not invalid, that was a bug in my getStatus implementation. What I intended (and what is now implemented) is that 2. and 3. do exactly the same as what they do if the selection is outside of LyX. Of course it does not really make sense to use them in that case, but I implemented it this way because we do not present a difference of internal/external selection to the user. > I call 1 meaningless since you can not paste to anywhere but the > original place with this menu item. (No re-location with middle > button) That is indeed true. Georg