Re: Drag 'n' Drop behavior in Windows

2009-02-24 Thread Bob Snyder
Tor Lillqvist wrote: Is there any sort of configuration file or environment variable that can be used to reverse the behavior? Not as far as I know. --tml Tor, I have filed a bug as you suggested (573067). Thanks, Bob S. ___ gtk-app-devel-

Re: Drag 'n' Drop behavior in Windows

2009-02-24 Thread Tor Lillqvist
> Is there any sort of > configuration file or environment variable that can be used to reverse the > behavior? Not as far as I know. --tml ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-d

Re: Drag 'n' Drop behavior in Windows

2009-02-23 Thread Bob Snyder
Tor Lillqvist wrote: As a user of Geany, I was surprised to find that when attempting to move selected text by d'n'd, that the default behavior under WinXP was copy Presumably you are talking about drag.and-drop inside one application instance, as drag-and-drop of anything (including text)

Re: Drag 'n' Drop behavior in Windows

2009-02-23 Thread Tor Lillqvist
> As a user of Geany, I was surprised to find that when attempting to move > selected text by d'n'd, that the default behavior under WinXP was copy Presumably you are talking about drag.and-drop inside one application instance, as drag-and-drop of anything (including text) between apps does not wo

Drag 'n' Drop behavior in Windows

2009-02-22 Thread Bob Snyder
Hello, As a user of Geany, I was surprised to find that when attempting to move selected text by d'n'd, that the default behavior under WinXP was copy where I had expected it to be move as it is in Linux. When I brought this up on the Geany list, I was told that this behavior is part of GTK.