On Apr 21, 1:52 pm, "Edward K. Ream" <[EMAIL PROTECTED]> wrote: > On Mon, Apr 21, 2008 at 8:41 AM, bobjack <[EMAIL PROTECTED]> wrote: > > > I get the following message after cutting a node in the outline and > > trying to paste it. I am using the current trunk, revision 355 > > > AttributeError: fileCommands instance has no attribute > > 'reVnodeAttributesCompiled' > > So do I. It looks like I did something strange. I'll check the logs and > get back to you.
The fix is on the trunk. The problem has been around for awhile, maybe since the use_sax ivar was set True. The undefined ivars are used by the about-to-be-replaced outline paste code, regardless of whether use_sax is True or not. BTW, everything, including outline pastes, now works in the sax-graph branch. I don't recommend that branch yet, but I am about ready to switch over to that branch for my own work. In the next few days I plan to write more unit tests. I would like to merge the sax-graph branch with the trunk at the end of the week. 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 -~----------~----~----~----~------~----~------~--~---
