Le 11/08/2011 15:55, Dimitar Zhekov a écrit :
On Thu, 11 Aug 2011 00:14:02 +0200 Colomban Wendling lists.ban@herbesfolles.org wrote:
Le 10/08/2011 12:02, Dimitar Zhekov a écrit :
It was requested in the mailing list, twice IIRC, for double-clicking into Compiler or Messages tab to not only open the file and seek into it, but also focus the editor window. [...]
Looks good. Though, why handling button-press rather than button-release for getting double clicks?
Because there is 2BUTTON_PRESS, but not 2BUTTON_RELEASE, and I didn't want to track the press-release relation.
Makes sense. Anyway it seems to be the usual even for double-click in GTK/GNOME apps.
Patch applied, thanks :)
Regards, Colomban