aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor/qmljscompletionassist.h
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Editor: move ownership of assist interface to processorDavid Schulz2022-11-171-2/+1
* Editor: unify assist processor handlingDavid Schulz2022-11-141-5/+5
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* TextEditor: add text cursor to assist interfaceDavid Schulz2022-05-131-2/+1
* Editor: pass AssistInterface to createProcessorDavid Schulz2021-09-161-1/+1
* TextEditor: use Utils::FilePath as file member in AssistInterfaceDavid Schulz2020-09-041-2/+2
* QMLJSEditor Exporting few classesAleksei German2019-08-081-13/+15
* Qt Creator CMake portCristian Adam2019-05-171-1/+2
* QmlJsEditor/QmlJsTools: Use override consistentlyTobias Hunger2018-05-071-1/+1
* QmlJSEditor: use static icons in assist interfaceDavid Schulz2018-03-061-6/+3
* Remove unused IAssistProvider::supportsEditorEike Ziller2017-07-031-1/+0
* QmlJSEditor: Expose helper function for auto completionThomas Hartmann2016-09-051-0/+6
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Clang: Remove TextEditorWidget from AssistProposalItemInterfaceMarco Bubke2016-02-021-4/+4
* TextEditor: Introduce AssistProposalItemInterfaceMarco Bubke2016-02-011-2/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* qmljseditor: s/Q_DECL_OVERRIDE/override/gTobias Hunger2015-06-041-11/+11
* QmlJSEditor: Export QmlJSCompletionAssistInterfaceOrgad Shaneh2015-03-101-3/+4
* Update LicenseEike Ziller2015-01-161-6/+6
* 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/+3
* | TextEditor: Merge some "assist" related classeshjk2014-09-091-10/+10
* | TextEditor: Move base of operation from Editor to *Widgethjk2014-09-081-1/+1
|/
* Always pass Core::Id by value.Christian Kandeler2014-07-011-1/+1
* CodeAssistant: Replace virtual with QTC_OVERRIDEOrgad Shaneh2014-02-171-13/+15
* Clean up single namespace forward-declarationsOrgad Shaneh2014-02-121-3/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* TextEditor: De-noise IAssistProcessor derived classesNikolai Kosjar2013-10-021-1/+0
* TextEditor: CodeAssist: Allow immediate proposalsNikolai Kosjar2013-10-011-0/+1
* TextEditor: get CompletionAssistProvider from editor.Erik Verbruggen2013-09-091-0/+2
* Completions: move continuations upper in proposals list.Alexey Semenko2013-09-031-1/+1
* C++: Fix dangling IDocument* in CppCompletionAssistProcessorNikolai Kosjar2013-03-191-1/+1
* qmljseditor: do not complete private propertiesFawzi Mohamed2013-02-111-0/+1
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Remove unused member variableTobias Hunger2012-06-291-1/+0
* QmlJS: Move SemanticInfo from qmljseditor to qmljstoolsKai Koehne2012-04-161-3/+3
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-2/+2
* Removed module names from #include directives.Erik Verbruggen2012-02-151-4/+4
* Long live the king!hjk2012-01-261-1/+1
* QmlJS: Improve completion and hints for functions.Christian Kamm2011-11-161-2/+3
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | more Id type fixeshjk2011-11-101-1/+1
|/
* QmlJS: Rework exported C++ type registry.Christian Kamm2011-09-191-14/+0