aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor/qmljscompletionassist.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-161-6/+6
* 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
* use new id comparison operators to reduce line noise and save cycleshjk2012-08-061-1/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* QmlJS: Move SemanticInfo from qmljseditor to qmljstoolsKai Koehne2012-04-161-0/+1
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-14/+14
* Removed module names from #include directives.Erik Verbruggen2012-02-151-8/+8
* Long live the king!hjk2012-01-261-1/+1
* QmlJS: Disable unhelpful completion in imports.Christian Kamm2011-12-071-3/+9
* QmlJS: Improve completion and hints for functions.Christian Kamm2011-11-161-22/+66
* 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-2/+2
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-10-281-3/+9
|\|
| * QmlJS: Remove soft assert that could trigger for multi-line strings.Christian Kamm2011-10-241-3/+9
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-10-171-66/+75
|\|
| * QmlJS: Fix build with Qt 4.7.Christian Kamm2011-10-141-1/+1