Sublime Forum

Find in Files results not collapsing all the way with "tab_size": 2

#1

I found a small issue with ‘Find in Files’ search results when you have your tab-size set to 2. Some of the results won’t collapse all the way because of the way the results are formatted. Specifically when there is a transition between line numbers of 2 digits to line numbers of 3 digits (example below). Is there a way to format the search results, so that they’ll work correctly with a tab-size of 2?

/example/file/path/file.php: 93 //example code 94 //example code .. 243 //example code 244 //example code

Notes:
I found a package called Better​Find​Buffer that solves this issue, but it also removes the ability to manually collapse and expand each result individually which I use to hide results I don’t need to worry about or that I’ve already looked at.

0 Likes