Home
last modified time | relevance | path

Searched refs:idGotoDeclaration (Results 1 – 2 of 2) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/codecompletion/
H A Dcodecompletion.cpp303 int idGotoDeclaration = wxNewId(); variable
341 EVT_MENU(idGotoDeclaration, CodeCompletion::OnGotoDeclaration ) in BEGIN_EVENT_TABLE()
667 menu->Insert(pos++, idGotoDeclaration, msg); in BuildModuleMenu()
1859 bool isDecl = event.GetId() == idGotoDeclaration || event.GetId() == idMenuGotoDeclaration;
1959 && ( event.GetId() == idGotoDeclaration
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dfortranproject.cpp53 int idGotoDeclaration = wxNewId(); variable
82 EVT_MENU(idGotoDeclaration, FortranProject::OnGotoDeclaration) in BEGIN_EVENT_TABLE()
614 menu->Insert(0, idGotoDeclaration, msg); in BuildModuleMenu()