News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

CodeCompletion, ignore function parameters

Started by kisoft, November 01, 2005, 08:52:51 AM

Previous topic - Next topic

kisoft

I use a CodeCompletion plugin widely. I have problems. Look a source code below:

void foo( wxMenuBar *parMenuBar )
{
  wxMenuBar *locMenuBar;
 
  locMenuBar->
  parMenuBar->

}

locMenuBar-> open a listbox with wxMenuBar members, and parMenuBar - not.
IMHO, parameters equ a local variables.
Why not work? Yet not implemented?

OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
[url="https://github.com/kisoft/cbmakefilegen"]https://github.com/kisoft/cbmakefilegen[/url]