https://bugs.kde.org/show_bug.cgi?id=358521
Bug ID: 358521
Summary: Completion only offers to implement a method when
under a '}'
Product: kdevelop
Version: 4.90.91
Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
In kio/autotests/clipboardupdatertest.h add a method void foo() after all other
test methods.
In the .cpp file, go to the first line after the closing '}' of
testPasteAfterRenameFiles() and request completion, it will offer (after a bit
of time which I find too long)
* implement void ClipboardUpdaterTest::foo() [as expected]
Cancel this popup, insert one blank line, call completion again
-> it doesn't offer this anymore!
Reproducible: Always
Expected Results:
It shouldn't matter if I'm right under a '}' or not.
--
You are receiving this mail because:
You are watching all bug changes.