> > > > Currently the only way to say to IDEA, that you are going > to "work" (edit, compile, apply refactorings etc) with a > > file or a directory, is to include it in the project path. > > So if you don't want to compile the files, just exclude > > them from the compilation (File | Project Properties | > > Compiler). If you don't want to apply refactorings to > > certain usages, just exclude them from the refactoring > > (press Del on the usage in Usages view) And we are thinking > > about the possibility to specify a scope for the refactoring. >
This has only one problem, those files should be readonly! When I use sources from other projects as reference, this mostly meaning that they wont be compiled in this project, they shouldn't be modifiable. I have had some problems with this in the past -> changing files from other projects by mistake. Carlos -- Carlos Costa e Silva <[EMAIL PROTECTED]> _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
