News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

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]