aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor/qmljscompletionassist.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix occurrences of the contains/insert anti-patternChristian Kandeler2023-06-231-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Editor: move ownership of assist interface to processorDavid Schulz2022-11-171-29/+22
* Editor: unify assist processor handlingDavid Schulz2022-11-141-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* qmljs: (QString -> Utils::FilePath)++Fawzi Mohamed2022-07-131-2/+2
* QmlJsEditor: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-181-7/+9
* TextEditor: add text cursor to assist interfaceDavid Schulz2022-05-131-5/+5
* Editor: pass AssistInterface to createProcessorDavid Schulz2021-09-161-1/+1
* TextEditor: use Utils::FilePath as file member in AssistInterfaceDavid Schulz2020-09-041-6/+3
* TextEditor: Make threshold for automatic completion configurableChristian Kandeler2020-08-131-1/+2
* QmlDesigner: Fix duplicate items auto completionHenning Gruendl2020-08-031-1/+1
* QML: ensure that signal treated like functions/slots in completionsFawzi Mohamed2020-06-241-6/+6
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-201-1/+1
* Qt Creator CMake portCristian Adam2019-05-171-0/+1
* Fix warning: "Don't call QVector::first() on temporary QList/QVector"Alessandro Portale2019-01-281-1/+1
* QmlJsEditor: fix completion item orderDavid Schulz2019-01-251-2/+0
* QmlJSEditor: ModernizeAlessandro Portale2018-12-101-35/+27
* 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