On Mon, Aug 25, 2008 at 11:42 AM, zpcspm <[EMAIL PROTECTED]> wrote: > > I have added the line > > "otl" : "vimoutline", #zpcspm 8/25/08 Vim's outline plugin > > to > > self.extra_extension_dict > > in > > Code--> > Core classes--> > @thin leoApp.py--> > app.__init__--> > << define global data structures >> app > > This didn't fix the failing test.
Oh. I forgot to mention that you have to remove the entry in extension_dict :-) I'm letting you do this work yourself so you can get experience with the unit tests. This is essential as we get more and more people adding to Leo. The point is that Leo makes assumptions about entries in extension_dict, namely that there are corresponding entries in leo/Modes. You don't necessarily have to know about these assumptions, but the unit tests will remind you that something isn't right. 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 -~----------~----~----~----~------~----~------~--~---
