Is there a way to configure the max file size to 'find in path'?
PHPStorm 2.1.2, OSX 10.7.
I use Find in Path a lot during my workday, and I've noticed it warns me when a file is too large for it to scan (which is hovering around 5mb, I think). Is there a way for me to configure that? It'd be really nice to be able to scan SQL dump files and whatnot.
Please sign in to leave a comment.
This value is hardcoded and there is no way you can change this limit (com.intellij.find.impl.FindInProjectUtil#SINGLE_FILE_SIZE_LIMIT = 5 * 1024 * 1024; // megabytes.)
Thank you for the definitive answer! I have filed a feature request.
http://youtrack.jetbrains.net/issue/WI-7067?projectKey=WI