SlickEdit Community

Archived Beta Discussions => SlickEdit 201x Beta Discussions => SlickEdit 2018 v23 Beta Discussion => Topic started by: jporkkahtc on July 31, 2018, 04:45:02 PM

Title: Big find hang
Post by: jporkkahtc on July 31, 2018, 04:45:02 PM
Playing around with ListAllOccurances and ListFilenamesOnly.

I accidentally searched for "," in all buffers.
Slick hung - non responsive and doesn't seem to be interruptible.
....

It finally finished with: Total found: 1771524

1: It took way to long to count to less than 2 million. (Granted, I had a bunch of buffers, and one buffer is 280mb - but I've got 16GB ram)
2: Why did it count all occurences when  "List filenames only" was set?
3: When searching with lookin set to "<All Buffers>", this isn't reflected in the first line of the search results window.


Find all in "All buffers", shows:
Code: [Select]
Find all ",", List filenames only
...
...
...
Total found: 1771524

Find all in a set of files shows:
Code: [Select]
Find all ",", Subfolders, List filenames only, "C:\bin\*.bat", "*", Exclude: "*.html;......o"
...
...
...
Total files found: 50  (0.472 seconds)