Hi, let me still insist :-). One can set up file association, write batch files or shell scripts in order to automatically pass the --gui=qt argument to leo but, as far as I know, it doesn't mean that the default gui for leo is the qt gui. The default is what you get if you pass nothing to leo. I think that the default gui plugin should be set up using @settings (like default encodings, colors, etc. are). If I've understood properly, Terry Brown says he has done it this way. I've tried to do the same with no success. I simply would like to know why it fails in my case.
Vicent On Feb 3, 3:31 am, TL <[email protected]> wrote: > I created the following batch file and assiged it the ".leo" extension > to launch Leo from the file explorer with the qt interface: > > @echo off > rem This file assigned as file to launch when Leo file is double > clicked. > > rem Change to directory containing branch > cd c:\Leo\%Leo_Branch% > > Pythonw leo\core\runLeo.py --gui=qt %1 > TLeoLog.txt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
