how to exclude Android's R.java from search results?

Since R.java is generated from other sources, I'd like to exclude it from search results.  However, it is important to keep R.java marked as a source file for complilation.  Is there any way to accomplish this kind of search exclusion in latest Intellij 11.1?

btw, thanks for fixing the mem leaks with 11.1!!!

Thanks,

larry

0
Avatar
Permanently deleted user

I think you can define a scope (that not include R.java) and use it with search

0

请先登录再写评论。