On Tuesday, August 8, 2017 at 2:57:34 AM UTC-5, Edward K. Ream wrote:
>
> The redraw branch <https://github.com/leo-editor/leo-editor/tree/redraw> 
> is ready for testing. This branch is associated with #539: Leo's redraw 
> code should be redesigned. 
> <https://github.com/leo-editor/leo-editor/issues/539>
>
> This project looks like a complete success. It makes major improvements to 
> Leo's redraw logic with virtually no effect on existing code.  The 
> highlights of the changes are as follows:
>

I forgot to mention the following points:

1. The distinction between c.redraw and c.redraw_now has been gone for 
quite a long time.  All calls to c.redraw_now have been replaced by calls 
to c.redraw.

2. Keywords args to several methods have been eliminated. This reduces 
"argument pass through" and considerably eases the mental burden when 
reading code.

I'll be revising Leo's scripting docs to discuss all the recent changes.

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 leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to