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.
Luckily, that is not needed - the selection is ready at 2BUTTON_PRESS, and can not be changed by it.