On Sat, 20 Oct 2012 05:28:56 -0700 (PDT)
Viktor Ransmayr <
viktor....@gmail.com> wrote:
> even at the latest revision (rev. 5500) Leo does not display all content of
> larger nodes
> - Larger nodes approximately defined as >= 150 lines ...
>
> That is searching for example for a 'TO-DO' item just return this
> particular line w/o the
> context around. - Going up - or - down does not refresh the screen &
> content ...
I can confirm that this type of bug is still present in 5500 also.
Yesterday I was noticing this:
- editing a node (A)
- create new node by accidentally hitting insert
- delete new node immediately while still in headline edit mode using
cut-node
- node A is displayed incorrectly, a line is missing, selecting the
body restores the missing line
vs. the above but selecting the body of the inserted node, then
deleting it, in which case A is displayed correctly without selecting
its body.
Today (the outline's changed) it's not doing that, but I still
notice the difference between inserting and immediately deleting a node
(scroll position in A restored incorrectly), vs. inserting a node,
selecting its body, and then deleting it (scroll position in A restored
correctly).
So, there's some execution path difference between A being selected
after an inserted node is deleted immediately (still in headline edit
mode) vs. after selection of its body.
Not a very helpful report, but maybe the difference between deletion of
the node immediately and after selecting its body guides you to a
particular piece of code.
Cheers -Terry