On Tuesday, September 25, 2012 1:50:19 PM UTC-7, Edward K. Ream wrote: > > The fixes: > > 1. update_style_sheet does nothing if the new stylesheet is the same as > the old. > > 2. Added lockout to mouseReleaseEvent. update_style_sheet does nothing > if the lockout is set. > > 3. mouseReleaseEvent sets c.p.v.insertPoint if appropriate. > > I just noticed that after some usage the background color of the body pane turns from the default pink to yellow (the default color of outline pane). It turns back to the default color after a while, sometimes when I moved away from and then back to the Leo window, or sometimes after scrolling. The two colors are close anyway so no big deal. Just thought this might be a side effect of a stylesheet lockout and thought you may be interested in knowing.
> I suspect that the latest code is at least as good as the Leo 4.8 code > base. F.S., I hope you agree. > > Edward Performance is very impressive for pure python codes. Opening and browsing through the whole code base (qtGui alone is over 10k lines!) is snappy. The outline mode seems to enable you to put a lot more code in one file without the traditional difficulty of finding things. I am inspired and trying to learn more about Leo. Terry's reference to @shadow tree was a great pointer. I am also reading the docs. The part about the robust MVC architecture is great. I work with metadata quite a bit so I appreciate the comments on separation of metadata from data as well. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To view this discussion on the web visit https://groups.google.com/d/msg/leo-editor/-/SkifaaLWt8QJ. 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.
