Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

CodeCompletion, ignore function parameters

(1/1)

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

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

}

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

Navigation

[0] Message Index

Go to full version