Well, I asked about something similar on the other list some days ago. If I got it right, CTRL+SHIFT+N looks for files below all project paths, probably excluding the output path. The problem for me is that our ant scripts produce stuff in build directories which are below the main project path as well. It would be great if I could exclude paths from the CTRL+SHIFT+N lookup or even completely hide them from the project as if they were not there. Either by explicitly stating the paths or maybe even through regular expressions because those directories have special names - or at least parts of the name are recognizable - like "temp" or "build". This would eliminate seeing lots of files in these directories when using CTRL+SHIFT+N and might even bring performance advantages because IDEA would not have to deal with the files in those build, temp or whatever directories at all.
Michael > -----Urspr�ngliche Nachricht----- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im > Auftrag von Valentin Kipiatkov > Gesendet: Mittwoch, 20. Februar 2002 18:07 > An: [EMAIL PROTECTED] > Betreff: Re: [Eap-list] CTRL-SHIFT-N > > > This probably happens because you added your output path into "Classpath" > tab. You should not do this. Please check. > > Best regards, > Valentin Kipiatkov > ----------------------------------------------------------- > IntelliJ Software, http://www.intellij.com/ > "Develop with pleasure" > ----------------------------------------------------------- > > ----- Original Message ----- > From: "Kirk Woll" <[EMAIL PROTECTED]> > To: "IntelliJ Idea Early Access List" <[EMAIL PROTECTED]> > Sent: Wednesday, February 20, 2002 7:45 PM > Subject: [Eap-list] CTRL-SHIFT-N > > > > I don't know if this has been discussed before, but when typing in a > > file name when using the CTRL-SHIFT-N dialog, files in both the classes > > and source directory appear. As out style is to copy files from the > > latter to the former, this results in duplicates. Can there be an > > option to NOT look in the classes directory? > > > > Kirk > > > > > > _______________________________________________ > > Eap-list mailing list > > [EMAIL PROTECTED] > > http://www.intellij.com/mailman/listinfo/eap-list > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list > _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
