On Sun, 10 Jul 2011 09:13:53 -0700 (PDT)
SegundoBob <[email protected]> wrote:

> Attention:  bookmarks.py plugin fans and/or maintainer
> 
> Today I noticed that single_click_auto_edits_headline = True, prevents
> the bookmarks.py plugin from working.  That is, double-clicking a
> headline (not beginning @url) in a @bookmarks subtree, fails to open
> the web-url in the first line of the node body.

Looks like this is a tricky one.  Seems Qt fires the itemClicked event
*and* the itemDoubleClicked event when you double click in a tree.

http://lists.qt.nokia.com/pipermail/qt-interest/2009-July/009633.html

well - I've implemented the timer based approach described there, it
really wasn't too intrusive.  Didn't touch bookmarks.py, but now the
qtGui no longer runs the itemClicked event if there's an
itemDoubleClicked event within the systems doubleclick interval.

All unit tests pass on ubuntu 2.x and 3.x, and xp 2.x.  I don't have xp
3.x or win 7 to test on.

Cheers -Terry

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to