2013/4/1 Terry Brown <[email protected]> > On Mon, 1 Apr 2013 14:52:55 -0300 > Haroldo Stenger <[email protected]> wrote: > > > 2013/4/1 Terry Brown <[email protected]> > > > > > On Mon, 1 Apr 2013 14:20:16 -0300 > > > Haroldo Stenger <[email protected]> wrote: > > > > > > > I'd like to be able to do the same in Leo. So, I'll have to script a > > > > > > This would be an excellent feature to have. Sometimes making text > > > small can be useful too, to see the overall structure of output dumped > > > from something, for example. > > > > > > > > sure, that'd be very good too. > > > > > > > Right now, I suspect this is hard to do, because the master stylesheet > > > is re-applied all the time. > > > > > > Is this why you made some 'gui-performance' tests a while ago ? > > > > I yesterday imported all .py's of Leo source code into an outline's node. > > Then, some of the 'open' (right arrow (excellent feature) or pointing the > > mouse on [+] and click) operations rendered slow. I wondered if that > > Not sure what you did - if you imported all the .py text into the body > of a single node,
No, I used the standard importing technique to have all the .py's in their respective nodes, or even individual classes in their individual nodes. Both, expanding and contracting some inner nodes got noticeable slow (I think that happens f.i. if I'm sitting in a second level down the first node level, and there is an *open* third level: in that case pressing the left arrof in order to have the third level subtrees closed, got slower (as much as opening them). > the syntax colorizer would slow things down, I seem > to remember it spends up to n microseconds coloring a node before > bailing, did it end up that way? might be that, but I can't say for sure. > Anyway, extremely long nodes full of > highlightable text are slow - @nocolor at the top helps. > > I'll try it out. thanks a lot Haroldo -- 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. For more options, visit https://groups.google.com/groups/opt_out.
