On Dec 14, 1:29 pm, "Edward K. Ream" <[email protected]> wrote: > Rev 3773 of the trunk is a mass update. The intention is that the > effect of the code is exactly the same as before, but real testing is > important, imo. > > The new code relates to Leo's focus-handling code, and corrects the > "spelling" of code to make it conform to what the code actually does. > For more details, see the checkin log.
Rev 3775 completes the work. The xWantsFocusNow methods now call c.outerUpdate so that focus is changed immediately. This makes the code do what it says, which is quite important imo. Call it Yak- shaving if you must, but this is the kind of work that could lead to further simplifications. Once again, please report any focus problems immediately. Edward P.S. Rev 3775 fixes 5 failed unit tests related to rst3. The underlying code is unchanged: the unit tests themselves had to be fixed as follows: 1. Removed all '\r' characters before the comparison, yet another fix for the cursed newline problem. 2. Disabled the text on non-windows systems when using Python 3k. This works around a docutils problem. EKR -- 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.
