Bug 362483

Summary: Helper "Adapt Signature" disappears when I try to enter parameter name
Product: [Applications] kdevelop Reporter: Piotr Mierzwinski <piotr.mierzwinski>
Component: Language Support: CPP (Clang-based)Assignee: kdevelop-bugs-null
Status: RESOLVED FIXED    
Severity: normal CC: piotr.mierzwinski
Priority: NOR    
Version First Reported In: git master   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In: 5.0.0
Sentry Crash Report:

Description Piotr Mierzwinski 2016-04-30 00:47:24 UTC
I have such method implementation:
void InputTextDialog::slotRadioButtonClicked()
I put cursor between of the brackets and I start typying: "bool", so I in result I get something like this:
void InputTextDialog::slotRadioButtonClicked( bool )
Cursor is placed after "l" letter in bool word. I get helper "Adapt Signature". Great, but I didn't write yet parameter name. So I continue typing with: " b". Helper "Adapt Signature" disappears and don't want to display again - even when I change parameter name.


Reproducible: Always


Actual Results:  
"Adapt Signature" helper disappears when I try to enter parameter name

Expected Results:  
"Adapt Signature" helper should not disappear when I try to enter parameter name

My system is based on: Qt-5.6.0, Plasma-5.6.3, KDE Frameworks 5.21. Antergos (Arch based) distribution.
KDevelop and KDevplatform cloned from 5.0 branch at 26.04.2016
Comment 1 Kevin Funk 2016-09-08 19:33:42 UTC
Helper are no longer automatically raised, so this issue should be fixed.