On Mon, May 13, 2013 at 7:11 AM, Jacob Peck <[email protected]> wrote:
> > > Here's insertAsLastChild for you: > > > http://leo-editor.readthedocs.org/en/latest/leo.core.html#leo.core.leoNodes.position.insertAsLastChild > There is an important distinction that you should know about. The commander (c) methods take care of updating the screen; the corresponding p or v methods typically do not. So if you are performing multiple changes, use the p or v methods, then call c.redraw(). 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.
