On Tue, Jan 27, 2009 at 5:40 PM, Jesse Aldridge <[email protected]>wrote:
> > I want to modify the way the standard search works. I tried to monkey- > patch minibufferFind.generalSearchHelper via a script-button, but it > seems to have had no effect. I can't figure out why. > > > from leoEditCommands import minibufferFind Don't use 'from' imports. They give you a local copy of minibufferFind. 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 -~----------~----~----~----~------~----~------~--~---
