Bug #17938 2011-02-17 09:43

mocramis

CodeCompletion complete a avriable you're typing with itself

Tested under Linux,with svn 6846 build.

On smalls projects, when you start writing a variable that share the first x letters with an other variable (where x is the chosen number of typed letter before the code completion pops out), and then continue with different letters, the code completion still pops out but on the variable you are currently typing. This even occurs if you stop typing, do something else in the code and then come back on the variable. This may be due to the fact that the code completion hit on words fully typed... maybe matching words that are at least 1 character longer will fix it.

Not sure it is a bug but it is a quite weird behavior.

Category
Plugin::CodeCompletion
Group
 
Status
Closed
Close date
2011-02-24 05:44
Assigned to
mortenmacfly
mortenmacfly 2011-02-24 05:44

You can adjust CC to your needs through the settings, including how many characters needed to kick in. SO this is not a bug.