Author Topic: B2: Wrap line length not respected and search gets locked  (Read 3896 times)

rowbearto

  • Senior Community Member
  • Posts: 2344
  • Hero Points: 132
B2: Wrap line length not respected and search gets locked
« on: August 18, 2019, 01:24:41 PM »
Using Beta 2 open the attached file with a clean config. Line 2 has very many columns as this was a status display from a very long running program using \r to display new status on the same line.

With a clean config and wrap line length (Tools>Options>File Options>Load) set to 4000, I don't see the line getting wrapped, line 2 has 106468 columns!

I think the failure to wrap caused a search I did (Big Find with "List all occurrences" checked) for "Est Total:" to lock up SE, you can see if this also happens to you.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 7040
  • Hero Points: 534
Re: B2: Wrap line length not respected and search gets locked
« Reply #1 on: August 19, 2019, 12:11:08 AM »
Under some conditions like this one (SBCS/DBCS mode and no color coding), lines are not supposed to be force wrapped.

There is definitely a bad performance problem. v23 doesn't have this problem. We will have to figure out what the difference is.

The performance is fine if you do a multi-file find in v24 beta 2 searching through just this file (notice how it displays only part of the line).

We will look into this

rowbearto

  • Senior Community Member
  • Posts: 2344
  • Hero Points: 132
Re: B2: Wrap line length not respected and search gets locked
« Reply #2 on: September 06, 2019, 03:12:14 PM »
Looks like this was fixed in beta3. Thanks Clark and team!