Re: Find & Navigate jump to wrong location

2020-03-04 Thread Edward K. Ream
On Tue, Mar 3, 2020 at 11:03 PM gar wrote: Using @killcolor made the search function to work as expected - [now] it > jumps exactly to the line where the search string is. > Good. > Thanks for that advise. > You're welcome. Edward -- You received this message because you are subscribed to

Re: Find & Navigate jump to wrong location

2020-03-03 Thread gar
> > Yes, I don't know why anyone would actually want to do that - too hard to > edit and find things. > I used that particular case to have a reference implementation of the things I need. Built-in @auto-import algo gave me too many nodes so I decided to use @edit to see the whole picture at the

Re: Find & Navigate jump to wrong location

2020-03-03 Thread Thomas Passin
On Tuesday, March 3, 2020 at 6:52:48 PM UTC-5, Edward K. Ream wrote: > > On Tue, Mar 3, 2020 at 3:04 PM Thomas Passin > wrote: > > I imported a 15MB text file (10,000 lines) using Read-File-Into-Node. >> > > @killcolor should speed things up considerably. > > That said, it would be more

Re: Find & Navigate jump to wrong location

2020-03-03 Thread Edward K. Ream
On Tue, Mar 3, 2020 at 3:04 PM Thomas Passin wrote: I imported a 15MB text file (10,000 lines) using Read-File-Into-Node. > @killcolor should speed things up considerably. That said, it would be more Leonine to split the file into nodes. But you knew that. In any case, there is no way, other

Re: Find & Navigate jump to wrong location

2020-03-03 Thread Thomas Passin
I imported a 15MB text file (10,000 lines) using Read-File-Into-Node. It worked, but it took a long time. Scrolling or jumping within the file also took a very long time. Jumping from the end to the start took several seconds. A search from the start to a phrase at the end took about 5

Re: Find & Navigate jump to wrong location

2020-03-03 Thread Edward K. Ream
On Tue, Mar 3, 2020 at 5:03 AM gar wrote: > Very strange. Tested right now on anther box. Searched for "php_rule70". > It doesnt even change the screen on doubleclick. And works extremely slow. > Did you included it as @edit? > Yes. Edward -- You received this message because you are

Re: Find & Navigate jump to wrong location

2020-03-03 Thread gar
Very strange. Tested right now on anther box. Searched for "php_rule70". It doesnt even change the screen on doubleclick. And works extremely slow. Did you included it as @edit? вт, 3 мар. 2020 г. в 13:04, Edward K. Ream : > On Monday, March 2, 2020 at 2:42:02 PM UTC-6, gar wrote: > > Add @edit

Re: Find & Navigate jump to wrong location

2020-03-03 Thread Edward K. Ream
On Monday, March 2, 2020 at 2:42:02 PM UTC-6, gar wrote: Add @edit modes/php.py in leo 6.2-b1-devel. > Find "::php_lit", press F3 - "ne_start" is selected on the line where > nothing similar to search string at al. > Then do the same with --F - all matches lead to random location w/o > desired

Find & Navigate jump to wrong location

2020-03-02 Thread gar
Add @edit modes/php.py in leo 6.2-b1-devel. Find "::php_lit", press F3 - "ne_start" is selected on the line where nothing similar to search string at al. Then do the same with --F - all matches lead to random location w/o desired pattern. I suspect this happens for nodes with some great number