I would like to switch from Notepad++ to Sublime Text because I prefer the updated UI, and I mainly use Notepad++ to search multi-megabyte log files that sometimes contain control characters. The problem is that Sublime isn’t able to return any search results for files that contain these characters, and the only workarounds I’ve seen listed involve cleaning up the file first, e.g.:
However this adds extra steps that make Sublime Text a lot less desirable, I just need to be able to right click on the file and start searching without modifying it. Is this something that can be fixed with configuration, or are there plans to fix it?