Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Set code active/inactive
Set code active/inactive [message #901199] Fri, 10 August 2012 09:35 Go to next message
simon dold is currently offline simon doldFriend
Messages: 1
Registered: August 2012
Junior Member
Hi , i set by accident the code in a header file inactive... (with some shortcut..)
does anyone know what i did and/or how i can reactivate the code?
the code between

#ifndef TOOLS_H_ , #define TOOLS_H_ and #endif is gray.
Re: Set code active/inactive [message #901230 is a reply to message #901199] Fri, 10 August 2012 12:40 Go to previous message
Joost Kraaijeveld is currently offline Joost KraaijeveldFriend
Messages: 273
Registered: July 2009
Senior Member
On 10/08/12 11:35, simon dold wrote:
> Hi , i set by accident the code in a header file inactive... (with some
> shortcut..)
> does anyone know what i did and/or how i can reactivate the code?
> the code between
> #ifndef TOOLS_H_ , #define TOOLS_H_ and #endif is gray.
My guess would be that you have an other header included with the same
#define. Use file search to find any "#define TOOLS_H_" in your code. Or
use the "Include Browser" to view the includes of your header.



--
Groeten,

Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
web: www.askesis.nl


Cheers,

Joost
Previous Topic:popup a message when network disconnected to the user for remote projects
Next Topic:semantic errors
Goto Forum:
  


Current Time: Thu Apr 25 09:21:09 GMT 2024

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

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

Back to the top