Author Topic: Find in files, with colors and background search.  (Read 1573 times)

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
Find in files, with colors and background search.
« on: August 15, 2018, 07:58:16 PM »
If I have a python script, myscript, without a filename extension, but the top line has hash bang, Slick recognizes this as a python file. Nice.

But, find-in-files doesn't.
If I do a FiF using color notstring,notcomment, it will still find a match in myscript.

If I turn off Background searching in FiF, then it works as expected.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6823
  • Hero Points: 526
Re: Find in files, with colors and background search.
« Reply #1 on: August 15, 2018, 10:49:47 PM »
Fixed for next beta. It was calculating the language correctly and goofing because of optimizations.

Thanks for posting.