Felix
Felix
**Ville M. Vainio** proposed that the Leo path setting could be set automatically if Leo was installed with pip. So a good improvement would be that **on installation, and on...
Make clone-find-all-flatened (and others) popup quick input first before using it as the search text to perform the search. look in leoFind.commands (interactive) node of leoPyRef.leo for the dozen or...
As reported by @ATikhonov2 : "There is a strange thing with the command "extract", which often (but not always) happens" Figure out how to correct the detection of the selected...
*Only if the find panel is not opened !* When it's collapsed the focus cannot reliably be put into it when unfolding it. So while unfolding just gather the user...
Implement and offer option to show line numbers for a body pane editor relative to a derived file
Slightly bump the lightness if dark theme - or darken if light.
For example, with the python language: "python.formatting.autopep8Args": [ "ignore = E265" ], Is needed with autopep for preserving comment '#' and '@' symbols without white space in between.
Reserve/pre-make a limited number of 'user commands' which will be assignable to a command or 'chunk of code' in Leo, akin to it's @button system, and let the user define...
Let the string point to either a folder or a script file. If it's a folder, then consider it to be leo-editor's root folder and search for the leoserver.py file...
Put them all in the context.subscriptions disposable array so that they are cleanly destroyd. Most important if the extension is going to refresh/reload itself somehow.