The full trace in the console window is HUGE, but if you need it I can give it to you. Also just to confirm I'm on commit 82edcda7fd6c on windows 7, python 2.7.8
On Saturday, June 20, 2015 at 1:58:28 PM UTC-4, john lunzer wrote: > > I'm getting weirdness when trying to use minibuffer replace, first if > nothing is selected it tells me "no text selected", if I have text selected > sometimes it just deletes the selected text and sometimes I see this: > > exception executing command > > Traceback (most recent call last): > > File > "C:\Users\L\Documents\sourcetreeapp\leo-editor\leo\core\leoCommands.py", > line 5496, in doCommand > > val = command(event) > > File > "C:\Users\L\Documents\sourcetreeapp\leo-editor\leo\core\leoGlobals.py", > line 1334, in wrapper > > func(self, event=event) > > File "C:\Users\L\Documents\sourcetreeapp\leo-editor\leo\core\leoFind.py", > line 1121, in change > > self.changeSelection() > > File "C:\Users\L\Documents\sourcetreeapp\leo-editor\leo\core\leoFind.py", > line 1194, in changeSelection > > c.frame.tree.drawIcon(p) # redraw only the icon. > > File > "C:\Users\L\Documents\sourcetreeapp\leo-editor\leo\plugins\qt_tree.py", > line 709, in drawIcon > > itemOrTree = self.position2item(p) or w > > File > "C:\Users\L\Documents\sourcetreeapp\leo-editor\leo\plugins\qt_tree.py", > line 847, in position2item > > item = self.position2itemDict.get(p.key()) > AttributeError: 'NoneType' object has no attribute 'key' > > On Saturday, June 20, 2015 at 11:36:35 AM UTC-4, Edward K. Ream wrote: >> >> On Sat, Jun 20, 2015 at 8:43 AM, john lunzer <[email protected]> wrote: >> >>> The new minibuffer_find_mode sounds like a huge improvement! I always >>> wanted the find *and* replace strings both on the minibuffer. >>> >> >> Try it. I think you'll like it. >> >> EKR >> > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
