Bug 362483 - Helper "Adapt Signature" disappears when I try to enter parameter name
Summary: Helper "Adapt Signature" disappears when I try to enter parameter name
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (Clang-based) (show other bugs)
Version: git master
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-30 00:47 UTC by Piotr Mierzwinski
Modified: 2016-09-08 19:33 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.0.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.