Skip to content
Snippets Groups Projects
Commit e53b5bc9 authored by Thorbjørn Lindeijer's avatar Thorbjørn Lindeijer
Browse files

Fixed completion settings to also apply to the QML code completion


By moving the completion settings into the TextEditor plugin, so that
both the CppTools and the QmlJSEditor plugins can access the settings.

The user-interface to edit the settings is still in the CppTools plugin,
since we're in string freeze at the moment. It should be moved to the
TextEditor plugin later.

For now the QML completion only supports the case-sensitivity and
partial completion options, since there is no automatic insertion of
brackets.

Task-number: QTCREATORBUG-1327
Reviewed-by: default avatarDaniel Molkentin <daniel.molkentin@nokia.com>
parent b8f7d447
No related branches found
No related tags found
No related merge requests found
Showing
with 377 additions and 201 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment