https://bugs.kde.org/show_bug.cgi?id=362483
Bug ID: 362483 Summary: Helper "Adapt Signature" disappears when I try to enter parameter name Product: kdevelop Version: git master Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Language Support: CPP (Clang-based) Assignee: kdevelop-bugs-n...@kde.org Reporter: piotr.mierzwin...@gmail.com 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 -- You are receiving this mail because: You are watching all bug changes.