On Tue, May 29, 2012 at 1:08 PM, Terry Brown <[email protected]> wrote: > On Tue, 29 May 2012 12:50:38 -0500 > "Edward K. Ream" <[email protected]> wrote: > >> Indeed, here is the context of the definition at line 306: >> >> for provider in splitter.root.providers: >> if hasattr(provider, 'ns_provides'): >> for title, id_ in provider.ns_provides(): >> def cb(id_=id_): >> splitter.open_window(action=id_) > self.add_item(cb, submenu, title) > > You left out the last line, which I added again in the above.
Houston, we have a problem. When I go to line 306, or search for def cb, I don't see the self.add_item line! But when I initially select the node, I *do* see the line(!!) Iirc, there was a bug that caused similar problems that was supposedly fixed. Again, iirc, it had to do with the qt cursor. It looks like something similar is happening again. Obviously, this is a critical bug. Edward -- 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.
