On Friday, August 9, 2013 8:27:38 AM UTC-5, Edward K. Ream wrote: > > > > > > >> (1) Is there a reason "--gui=qttabs" is used in Method 1 and not #2? Is >> it even necessary? On my machine there is no obvious difference between: >> >> python launchLeo.py >> >> and >> >> python launchLeo.py --giu=qttabs >> > > Thanks. I'll pick the simplest thing that works with the default > settings. > >
It turns out that the defaults are hard coded into the LoadManager class in leoApp.py. Tabs are broken on MacOs; on all other platforms the default is to use tabs. I had forgotten that. So not only the simplest way, but the most general way, is to eliminate the --gui option. Done at rev 5880. 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/groups/opt_out.
