Hiding items on the projects view [message #31898] |
Wed, 15 May 2002 12:42  |
Eclipse User |
|
|
|
Originally posted by: patl.bigfoot.com
I'm sure I'm also missing something here, but is there a way that I can hide
non-source files on the projects view. The vast majority of the time, I'm
only interested in seeing my .cpp and .h files not the rest of the
configure, make etc files that autoconf produces.
|
|
|
Re: Hiding items on the projects view [message #31933 is a reply to message #31898] |
Wed, 15 May 2002 12:49  |
Eclipse User |
|
|
|
Hi Patrick,
Right now there is no way to hide these files, but one thing you may want
to do is that you restructure your project in a way that the top level
directory be left completely for the generated autoconf and automake files
i.e. you may want to create a new directory - a sub directory of the top
level one - and then put your source code files in that directory. That
way when autoconf and automake do their magic, the generated files will be
put in the top level directory and will not mix with your source files.
Hope this will help
Yasser
Patrick Lambe wrote:
> I'm sure I'm also missing something here, but is there a way that I can hide
> non-source files on the projects view. The vast majority of the time, I'm
> only interested in seeing my .cpp and .h files not the rest of the
> configure, make etc files that autoconf produces.
|
|
|
Powered by
FUDForum. Page generated in 0.03143 seconds