aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor/qmljscompletionassist.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlJSEditor: use static icons in assist interfaceDavid Schulz2018-03-061-16/+31
* CodeAssist: use shared pointer to pass around proposal modelsDavid Schulz2018-02-271-6/+5
* Remove unused IAssistProvider::supportsEditorEike Ziller2017-07-031-5/+0
* QmlJS: improve static initializingsTim Jenssen2016-09-211-11/+9
* QmlJSEditor: Expose helper function for auto completionThomas Hartmann2016-09-051-0/+36
* Editor: Skip auto completed character only if it was recently inserted.David Schulz2016-06-211-1/+3
* Clang: Remove TextEditorWidget from AssistProposalItemInterfaceMarco Bubke2016-02-021-9/+8
* TextEditor: Introduce AssistProposalItemInterfaceMarco Bubke2016-02-011-10/+10
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* QmlJsEditor: unify behavior of autocompletion to C++ editor.Marco Benelli2015-12-161-0/+2
* qmljseditor: s/Q_DECL_OVERRIDE/override/gTobias Hunger2015-06-041-11/+11
* QmlDesigner: Remove unneeded qualificationsOrgad Shaneh2015-02-181-4/+4
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Do not use QDir::separator() for internal pathsOrgad Shaneh2015-02-021-6/+3
* | Completely rework currentNode/currentProject handlingDaniel Teske2014-12-031-2/+2
|/
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-031-1/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-1/+1
* | Use Q_DECL_OVERRIDE instead of QTC_OVERRIDEThomas Hartmann2014-09-251-12/+11
* | TextEditor: Wiggle codeassist setuphjk2014-09-221-2/+1
* | CodeAssist: Remove needless indirection in item accesshjk2014-09-171-1/+1
* | TextEditor: Merge some "assist" related classeshjk2014-09-091-16/+16
* | TextEditor: Move base of operation from Editor to *Widgethjk2014-09-081-8/+8
* | TextEditor: Remove some TextEditor:: qualificationhjk2014-09-031-9/+9
* | TextEditor: Introduce some convenience text accessors in the editorhjk2014-08-271-1/+1
* | qmljs: uniform property infoFawzi Mohamed2014-07-291-1/+1
|/
* Always pass Core::Id by value.Christian Kandeler2014-07-011-1/+1
* Reinvent deprecated qSort as Utils::sortNikita Baryshnikov2014-06-191-2/+1
* qmljseditor: remove unused qdebug importsFawzi Mohamed2014-06-111-2/+1
* CodeAssistant: Replace virtual with QTC_OVERRIDEOrgad Shaneh2014-02-171-11/+12
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* qmljs: improve suggestion orderingFawzi Mohamed2013-11-251-4/+13
* TextEditor: De-noise IAssistProcessor derived classesNikolai Kosjar2013-10-021-5/+0
* TextEditor: CodeAssist: Allow immediate proposalsNikolai Kosjar2013-10-011-0/+5
* Apply static pattern to TextEditorSettinghjk2013-09-201-3/+2
* Completions: move continuations upper in proposals list.Alexey Semenko2013-09-031-1/+1
* Fix coding style for else statementsOrgad Shaneh2013-07-171-2/+1
* QmlJSEditor: Rename QmlJSEditorEditable into QmlJSEditorhjk2013-06-071-3/+11
* TextEditors: Separate away methods that actually work on a documentEike Ziller2013-04-191-1/+1
* C++: Fix dangling IDocument* in CppCompletionAssistProcessorNikolai Kosjar2013-03-191-3/+3
* Fix some Krazy warnings about non-const ref iterator.Friedemann Kleint2013-03-111-1/+1
* qmljs: add infrastructure handling qml dialects betterFawzi Mohamed2013-02-211-1/+33
* qmljseditor: do not complete private propertiesFawzi Mohamed2013-02-111-0/+13
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-2/+1
* | QmlJSEditor: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-12-031-4/+4
|/
* Adjust license headershjk2012-10-051-21/+20