[kdevelop] [Bug 377634] Auto-Completion improvements

2017-03-15 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=377634

Sven Brauch  changed:

   What|Removed |Added

 CC||m...@svenbrauch.de

--- Comment #2 from Sven Brauch  ---
1) The sorting is alphabetical case-sensitive.

2) True; the places where cpp completion starts automatically could really need
some improvement. This is quite simple to do in fact.

3) Also a valid feature request but quite a bit harder to do

4) This should work if you invoke it exactly on the opening parenthesis.

I'd suggest to put 2 and 3 into two separate reports ;)

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

[kdevelop] [Bug 377634] Auto-Completion improvements

2017-03-15 Thread matthieu637
https://bugs.kde.org/show_bug.cgi?id=377634

--- Comment #1 from matthieu637  ---
- If I write "MLP actor_test(actor, true);" the navigation tool doesn't propose
me to go to the constructor MLP(const& MLP, bool). 
It either propose me to go :
- the declaration of the variable actor
- the declaration of the class MLP
- the declaration of the variable actor_test

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