On Thu, May 2, 2013 at 1:39 AM, Matt Wilkie <[email protected]> wrote:
> Now that I'm starting to get into deeper water and create scripts which do > more things, I'm finding it hard to progress. Where do I read up on all the > functions which are listed when autocompleting? > Search leoPy.leo, your local copy of leoPyRef.leo. That's what I do. As Terry says, better docstrings would be good, but in the meantime method names and the actual code will have to do. Also, <alt-x>help-for-command will prompt you for a command name. You can use tab completion for the command name! This is the easy way to find the formatted docstring for any command. But I never use help-for-command, I just look at the code :-) Edward -- 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?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
