Give code-completion items a match score

Authored by Denis Steckelmacher <steckdenis@yahoo.fr> on Jul 2 2014, 12:03 PM.

Description

Give code-completion items a match score

In expressions like "A:" (QML property binding), "A =", "A +", "A <=", etc, A
is used to give code-completion items a score based on their type. For instance,
items having the same type as A are given a 10 and are displayed in the
"best matches" category of code-completion items.

A side-effect of this commit is that CodeCompletionContext is now in a state
in which implementing function call-tips should be easy.

Details

Committed
Denis Steckelmacher <steckdenis@yahoo.fr>Jul 2 2014, 12:03 PM
Parents
R32:58373dc0e412: Don't use symlinks for module files, but copy them at install time
Branches
Unknown
Tags
Unknown
Denis Steckelmacher <steckdenis@yahoo.fr> committed R32:699603b11f36: Give code-completion items a match score (authored by Denis Steckelmacher <steckdenis@yahoo.fr>).Jul 2 2014, 12:03 PM