From kdevelop-bugs Sun Feb 24 08:42:39 2008 From: Andreas Pakulat Date: Sun, 24 Feb 2008 08:42:39 +0000 To: kdevelop-bugs Subject: [Bug 157956] Add the predefined wxGTK macros to the template Message-Id: <20080224084239.18016.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=120384266310078 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=157956 ------- Additional Comments From apaku gmx de 2008-02-24 09:42 ------- The parser will know that the second macro name doesn't exist and hence tell you that this is wrong. The editor has nothing to do with it, except that it carries the markers for errors on its side. The first macro will also be highlighted as error, if the C++ parser can't find the header files that your source file #include's. Usually that won't happen as most people use some kind of buildsystem which the parser asks for the include directories that are active during the build for this source file. Then it can find all header files you include, parse them and hence know the proper macro. _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs