On Wed, 5 Aug 2015 07:41:17 -0700 (PDT)
john lunzer <lun...@gmail.com> wrote:

> This one is very interesting. When I create a very long line of text
> in the body things begin to slow down dramatically when inputting
> additional text. I notice things starting after about 300 characters
> but at 600 characters it becomes very obvious.
> 
> Things that don't affect the slow down:
> 
>    - Syntax highlighting - doesn't matter if @language exists or not
>    - Word wrapping
>    - Line numbers
>    - Spaces
>    - Length of words
> 
> I have not tested disabling any plugins. Let me know if anybody else
> can confirm.

I see it with plugins enabled:

  p.b += '\n'+''.join(['test ']*800); c.redraw()

adds a line with 800 repetitions of the word test to the end of the
current node, adding more characters by typing is very slow.  Going to
a new line fixes this.

With plugins disabled, `HOME=/tmp python launchLeo.py`, it does not
seem to be a problem.

So it must be a plugin ;-)

Although having said that, I see it more in my large daily work .leo
file than a small testing .leo file, even with the same plugins.

Cheers -Terry

-- 
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 http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.
  • Long line bug john lunzer
    • Re: Long line bug 'Terry Brown' via leo-editor

Reply via email to