https://bugs.kde.org/show_bug.cgi?id=367814

            Bug ID: 367814
           Summary: Text after opening parenthesis in Quick Open textbox
                    prohibits suggestions
           Product: kdevplatform
           Version: git master
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: NOR
         Component: quickopen
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: denis.kurz+kdeb...@posteo.de

Whenever the Quick Open textbox contains any text after the opening parenthesis
of a method or function I'd like to quickopen, the list of suggested Quick Open
locations is empty. Deleting text after the opening parenthesis fills the list
of suggestion again.

Reproducible: Always

Steps to Reproduce:
1. Enter "<Class>::<method>(" for any of your classes and methods in Quick Open
2. Append ")", or anything else, like the type of the first parameter
3. Delete everything after the "(" again

Actual Results:  
After 1., there is a non-empty list of suggestions of locations that you can
quickopen, including your <Class>::<method>.
After 2, this list is cleared.
After 3, the list is restored.

Expected Results:  
After 2, the list should only be cleared if there is no function/method with
matching parameters. "<method>()" after the function name should give the same
results as "<method>", optionally prioritizing the version of method that does
not take arguments (in the case <method> is overloaded).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to