Bug #19040 2013-06-27 03:42

hotvic

Code Completion wrong enum completion

the completion of enums is incorrect, for example gtkmm-3.0 have this enum:

enum ResponseType

{

RESPONSE_NONE = -1,

RESPONSE_REJECT = -2,

RESPONSE_ACCEPT = -3,

RESPONSE_DELETE_EVENT = -4,

RESPONSE_OK = -5,

RESPONSE_CANCEL = -6,

RESPONSE_CLOSE = -7,

RESPONSE_YES = -8,

RESPONSE_NO = -9,

RESPONSE_APPLY = -10,

RESPONSE_HELP = -11

};

instead suggest Gtk::RESPONSE_OK it suggest Gtk::ResponseType::RESPONSE_OK

Category
Plugin::CodeCompletion
Group
Platform:All
Status
Open
Close date
 
Assigned to