There is currently no way to tell  "Search in path" to limit its seach to a certain 
type of file; 

Ex : 
    Search in path : whole project 
    value to find  : "abracadabra"
    file filter    : *.java <== NOT POSSIBLE CURRENTLY

This is annoying, especially when you are looking for the string "<tr>" in 
a project that includes dozens of html files.




*********
Request : add a simple file filter to "Search in path"
*********


Once this is done, I can think of 2 further simple improvements: 

improvement 1 : add an exclude check box 
         ex: search in all but *.log files


improvement 2 : recognizes a simple multi-pattern parameter

   '*.htm*'   
   '*.html;*.jsp'
   '-*.log'      == all but *.log
   '*.java;*.html;*.l*;-*.log'
   '-*.l*;+*.log'
   etc..


Alain Ravet

This mail has been checked by exiscan.
To be safe, please scan the mail attachements with your local virus scanner !

_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to