Close
jGuru Forums
Posted By: Alec_Sharp Posted On: Tuesday, January 6, 2004 03:09 PM
I have various file types in my Java source directory hierarchy that I don't want to see in IDEA. Or to be more precise, I _only_ want to see .java files.
Is there a way to restrict what is shown in the Project window?
Re: Don't want to see certain file types
Posted By: ming_lu Posted On: Monday, April 5, 2004 06:49 PM
Posted By: ashish_agnihotri Posted On: Monday, January 19, 2004 08:56 AM
I am afraid that there isn't. But let me tell you about the wonderful "Commander" window in Idea. Though you can't restrict the non-java files form appearing in the Project window but it is most likely that you have your Java source files in a separate package and other file (I am assuming JSPs etc.) in other directories.
Here you can use the commander windows (there are two views that you can use in the commander) to view all the other types of files, in such way - avoiding the cluttering of the main project window.
Hope this helps Regards-Ashish