Issues with KDevelop3 C++ support

Andreas Pakulat apaku at gmx.de
Thu Jan 10 22:18:12 UTC 2008


On 10.01.08 16:39:59, Kris Wong wrote:
> > Hi,
> >
> > as I'm using KDevelop3 now at work to work on Squish I've
> > found that it
> > has quite a lot of issues with the code. Well not "many" but in many
> > places. In particular:
> >
> > - I can't navigate to methods inside ifdefs (I suspect thats not
> >   fixable, but really annoying) using the toolbar navigator widget
> > - I get code-completion only on very few items and the classes are not
> >   inside any ifdefs or some such.
> > - Jump to Def/Decl often doesn't work at all, no matter wether ifdefs
> >   are involved or not.
> >
> > In general there's a lot of not resolvable symbols. As I know there's
> > only little chance anybody else goes about to fix that: Any hints
> > how/where to start finding hints why the types of these variables are
> > not found?
> 
> Settings -> Configure KDevelop -> C++ Parsing -> Special Headers
> 
> #define all needed macros there.  You'll likely need to remove your .pcs file so it is recreated from scratch.

You need to keep more attention who asks ;) I know that stuff, but this
is not about macro's. At least I've never seen an ifdef with a macro.
Anyway, I was also talking more about #if QT_VERSION > 0x040000 and
similar things.

Andreas

-- 
Snow Day -- stay home.




More information about the KDevelop-devel mailing list