Sublime Forum

[BUG] Form feed breaks Find in Project

#1

If a file contains at least one form feed (ASCII/Unicode character #12), Find in Project will totally ignore this file even if it is a part of the current project. (In particular, the position of the form feed within the file relative to the search string, if it too is present in the file, does not matter.) Normal (current-file) Find is not affected.

0 Likes

#2

Thanks for the report - the form feed is causing find in files to interpret the file as binary, and skip it. I’ll fix this for the next beta.

0 Likes

#3

Should this be fixed in build 2059? I got a python project where find in project fails because it interprets one of my files as binary.

0 Likes