Page 1 of 1

Search All bug with this document?

Posted: 14.10.2024 21:27
by hexaae
File: https://1drv.ms/u/s!ApMUGr0cuN39g-0N42I ... w?e=niyM1a
Whenever I search all matches for "seraph" the Status bar at the bottom-right shows a puzzling "...[?/1] (from cursor)" instead of expected e.g. "...[1/3]..."
I am not sure if it is a bug or a configuration problem.
My user.json: https://paste.sh/_nTNz57d#bENgohp-8u9GKVX_H38zCfYO

Re: Search All bug with this document?

Posted: 15.10.2024 02:52
by main Alexey
1. i cannot save CSV file from OneDrive, only as XLSX (and then I can convert XLSX to CSV on my PC)
2. i see 8 occurances of 'seraph', not 1 , in csv file
3. how do you do 'search all', steps please?

Re: Search All bug with this document?

Posted: 15.10.2024 03:02
by main Alexey
repeated the problem in csv-file when doing "Find" with 'Hi' option.
file has long lines (up to 1000 chars). and has 23k lines.
so to show [1/8] in this file, you need these options (user.json):

"find_hi_max_columns": 4000, //this option requires CudaText 1.128.0.2
"find_hi_max_lines": 25000,

Re: Search All bug with this document?

Posted: 15.10.2024 09:50
by hexaae
Setting:

"find_hi_max_columns": 4000,

... fixed the issue! It works as expected now. Thank you for the hint.

P.S. oops, CSV are automatically opened with Excel webapp from OneDrive indeed, sorry. Will .zip it next time.