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
Search All bug with this document?
-
- Posts: 2245
- Joined: 25.08.2021 18:15
Re: Search All bug with this document?
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?
2. i see 8 occurances of 'seraph', not 1 , in csv file
3. how do you do 'search all', steps please?
-
- Posts: 2245
- Joined: 25.08.2021 18:15
Re: Search All bug with this document?
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,
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?
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.
"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.