e4rthdog
e4rthdog

Reputation: 5233

Sublime search "Find in Files" doesn't always work

The EXACT same thing if i do it in .html , xml files e.t.c it works as it should. That is it reutrns a filled find results tab. In this file it doesn't

I have a simple .log text file

When i search with ctrl+f everything is ok:

Normal search

when i use ctrl+shift+f i have 0 results. Why?

findinfiles1

enter image description here

Upvotes: 1

Views: 1285

Answers (1)

Eric Schnipke
Eric Schnipke

Reputation: 501

Scanning through the text of these log files, do you see any control characters? According to this answer to your question in the Sublime Text forum, when Sublime Text finds inline control characters, Find in Files will treat the whole file as binary and therefore not display detailed results.

TL;DR: Try deleting control characters.

Upvotes: 3

Related Questions