Ville, Thanks for clarifying: > Openwith is not really supported for qt. In qt you can right click on nodes > and launch external editor from there
I tried to add IDLE as a 'right click on headline' editor choice but I can not get it to work I can use SCITE via: g.app.db['LEO_EDITOR']='scite' but this does not work for IDLE g.app.db['LEO_EDITOR']='C:\Python26\pythonw.exe C:\Python26\Lib\idlelib \idle.pyw' Do I need to edit the 'right click on headline' menu in myLeoSetting and if so, can I see an example I also want to resurrect other TK version right click menu items such as toggle angle backets I guess I could run as gui=tk but I am somewhat hooked on the QT look and feel. -- 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.
