Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Hiding items on the projects view
Hiding items on the projects view [message #31898] Wed, 15 May 2002 12:42 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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.
Previous Topic:LPEX extensions
Next Topic:does LPEX support context-sensitive pop-up help?
Goto Forum:
  


Current Time: Fri May 02 05:05:52 EDT 2025

Powered by FUDForum. Page generated in 0.03143 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top