I realize that you'll not be doing future work on DnD so I'm hoping some Leo/Python expert could do the following:
1) Nodes can currently be DnD'd only within the area of nodes visible. Some implementations of DnD allow hovering at the top or bottom "boundary" to "nudge" slow scrolling action, permitting DnD beyond the visible nodes. 2) When DnDing, after the drop the window seems to center itself. This then creates more work because I have to re-position visible nodes again. I would rather there be an option to turn off the centering action, allowing the display to be mostly stationery as in other DnD implementations. 3) I'd like to be able to DnD a node to a headline and have the dropped node be automatically added to the end of the destination node's tree. Right now I seem to have to expand a node tree first. On Sep 3, 2010 7:54 AM, "Edward K. Ream" <[email protected]> wrote: On Fri, Sep 3, 2010 at 6:56 AM, Edward K. Ream <[email protected]> wrote: > I believe the lockout scheme is necessary. [snip] > In short, I think the code I am about to push is the best that can be > done. Rev 3324 contains the latest code. I plan no further work on DnD. If you think you can do better, you are welcome to try :-) To see what is happening, enable self.trace in the ctor. Please report any significant DnD failures immediately. Now on with the (slide) show! Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. T... -- 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.
