[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 132643] New: Make member does not work with multiple defines
From:       Michael Williamson <mswilliamson () uwaterloo ! ca>
Date:       2006-08-19 14:55:11
Message-ID: 20060819165510.132643.mswilliamson () uwaterloo ! ca
[Download RAW message or body]

------- 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=132643         
           Summary: Make member does not work with multiple defines
           Product: kdevelop
           Version: 3.3.3
          Platform: Gentoo Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-bugs kdevelop org
        ReportedBy: mswilliamson uwaterloo ca


Version:           3.3.3 (using KDE KDE 3.5.4)
Installed from:    Gentoo Packages
OS:                Linux

When there are multiple defines in a file, the make member button disappears. Here is an example:

#ifndef __FILE_H_INCLUDED__
#define __FILE_H_INCLUDED__

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#ifdef HAVE_SOMELIB

class x
{
 void foo();
};
#endif
#endif

When right-clicking on foo there is no make member option.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic