On Wed, Jul 1, 2015 at 12:27 PM, 'Terry Brown' via leo-editor < [email protected]> wrote:
I noticed a couple of things: > > - for @auto, it seems it's displaying body relative, rather than file > relative, line numbers > True for all kinds of @<file> nodes. It would be expensive to give the line relative to the start of the file. Essentially the full goto-global-line machinery would be needed. > > - it slows down text handling so that given a line like: > > common2code['Yellow-shafted Flicker'] = common2code['Northern Flicker'] > > if I put the cursor in front of the Y and hold down delete to clear > the quotes, the overrun that occurs when I take my finger off delete > as the cursor reaches the closing quote is excessive. This happens > even if the above code is the only code in the body. > > This problem exists to a degree without gutters enabled, so maybe > the only real solution is to avoid processing aged key events, but > enabling gutters makes it noticeably worse. > I don't see the problem here. It may be related to your usage. > > Aside: I regret contributing nothing to Leo recently Family and work must come before Leo. I'll look forward to your return :-) 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. For more options, visit https://groups.google.com/d/optout.
