Sublime Forum

Skipping characters in find results

#1

Hello everyone! I have the problem: when displaying search results (ctrl+shift+F), some lines are not completely displayed. Some characters are skipped. How to fix this?

Summary

%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5

These lines have no special features in the source file.

0 Likes

#2

Find-in-files doesn’t show full files, only the regions of the files that contain matches. You can control how much context is given using the "find_in_files_context_lines" and
"find_in_files_context_characters" settings.

1 Like

#3

I’ve set “find_in_files_context_characters”: 3000 and got the best result! Thank you!

0 Likes