In incremental search (in File Structure for example) how do you go to the next hit?
Like I have
validate();
...
validate(Object);
...
validate(String);
Since the methods are listed in the order of the file and not ordered alphabetically
the incremental search doesn't really help me.
Once I have typed "validate" I am stuck on the first hit...Jacques _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
