Author Topic: Find Files count incorrect  (Read 894 times)

joecar

  • Senior Community Member
  • Posts: 420
  • Hero Points: 9
  • engineer/gearhead
Find Files count incorrect
« on: September 27, 2021, 05:47:38 PM »
SlickEdit Pro 2021 (v26.0.0.3 64-bit Qt5)

I did Search->Find File, I specified Look In <Workspace> and File Types "zzz_dsp_flow.py" and the search results tab shows the file location, but the Total Found count is zero.

Code: [Select]
Find files Match files, "<Workspace>", "zzz_dsp_flow.py"
File C:\Users\Joe\Workspace\xxxx.git\zzz\python\zzz_dsp_flow.py
Total found: 0     Matching files: 0     Total files searched: 1

( Am even I using Find Files properly? It seems to locate the file I was looking for. )

Thanks.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6826
  • Hero Points: 526
Re: Find Files count incorrect
« Reply #1 on: September 27, 2021, 09:28:26 PM »
This output is very confusing. The "Total files searched" is the value to look at. I'll look into fixing this.

The "Total found" and "Matching files" are useless.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6826
  • Hero Points: 526
Re: Find Files count incorrect
« Reply #2 on: September 27, 2021, 10:00:41 PM »
Added hot fix for this. Will be in next hot fix build.

joecar

  • Senior Community Member
  • Posts: 420
  • Hero Points: 9
  • engineer/gearhead
Re: Find Files count incorrect
« Reply #3 on: September 28, 2021, 12:54:04 AM »
Thanks.