I just updated to the most recent rev and I'm not seeing the "new find" dialog by default. I'm still getting the old find tab when I Ctrl+F. I have @bool minibuffer_find_mode = False in my myLeoSettings.leo and I checked the leoGlobals.py and new_find = True.
Is there anything else that could be preventing the new find from appearing? As a test I went in to the focus-to-find command and set both if checks to if True: and if I use the minibuffer to execute focus-to-find I will get the new dialog. Also, what is the rationale behind the new find dialog? It seems like it's in the way as a separate window. On Friday, June 19, 2015 at 7:54:46 AM UTC-4, Edward K. Ream wrote: > > > > On Thursday, June 18, 2015 at 5:27:12 PM UTC-5, lewis wrote: > > > The new floating find panel is working for me with a few bugs: > > - the F2 and F3 keys don't work. > > Fixed at b264387. This rev also styles the Find Dialog just as for the > Find Panel. > > > - the panel disappears behind the main Leo window when a find is > successful. > > You have to Ctr-F again to continue the search. > > Not sure I ever saw this behaviour. It doesn't happen for me with current > revs on either Ubuntu or Windows. > > > The floating panel should stay on top. > > It does. > > Finally, rev 7ee435e updates the Dialog's title when changing tabs. > > 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.
