Bug #12035 2007-09-20 21:50

tachycek

a disappearing popup

There is a problem with the function parameters popup. We type a piece of code, for example:

REFCLSID variable;

CoCreateInstance(

Now, a popup with the list of the function's arguments pops up (it's CoCreateInstance(REFCLSID,LPUNKNOWN,DWORD,REFIID,PVOID*) in our case)

Then we type the name of the first variable

CoCreateInstance(variable,

But what happens is that the popup with the argument list disappears because code completion attempts to help us with the name of "variable".

This is a serious problem because there may be functions with many arguments and we need to see their argument hint all the time.

Category
Plugin::CodeCompletion
Group
 
Status
Closed
Close date
2010-10-15 14:07
Assigned to
loaden
loaden 2010-10-15 14:07

This bug has been already fixed in HEAD.

Thank you.