views:

121

answers:

1

We have a large file (9mb) in our SVN project structure. Whenever I Ctrl-Shift-F (find-in-files) in IntelliJ and search, I get the popup "large file encountered" asking me if I want to search within this file.

Is there a way to permanently disable this popup, either globally or for this specific file?

+2  A: 

This issue has been addressed in IDEA 9.0, you can try the beta.

Ignored files (if any) now reported in lightweight baloon notification after the search is finished. No way to force scanning though.

CrazyCoder
Thanks, I might try it. Is it compatible, regarding the proj and iml file structure?
ripper234
As usual, IDEA project files are not backwards compatible, it means that IDEA will automatically convert older project files into the new format and create a backup of your old files. You should not open new project files in the old IDE versions, use the files from the backup instead.
CrazyCoder