aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor/qmljssemantichighlighter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-161-1/+6
|\|
| * qmljs: highlight properties with inline qml componentsFawzi Mohamed2014-09-081-1/+6
* | qmljs: improve handling of qml dialectsFawzi Mohamed2014-07-301-1/+1
|/
* Reinvent deprecated qSort as Utils::sortNikita Baryshnikov2014-06-191-2/+3
* QmlJS semantic highlighter: Use document instead of widgetEike Ziller2014-02-041-20/+12
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Merge BaseTextEditorWidget::editorDocument() and ::baseTextDocument()Eike Ziller2013-12-181-2/+2
|/
* qmljs: added qmljsconstants.hFawzi Mohamed2013-10-231-3/+3
* QmlJSEditor: Rename QmlJSEditorEditable into QmlJSEditorhjk2013-06-071-2/+6
* qmljs: do not show warnings for not fully supported languagesFawzi Mohamed2013-03-051-11/+14
* qmljseditor: Improve speed of QML/JS Editor for large filesFawzi Mohamed2013-02-181-5/+145
* 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
* | use QSharedPointer instead of QRefCountPointerDebao Zhang2013-01-091-2/+2
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-5/+3
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* texteditor: use an enum instead of QString as color idshjk2012-05-031-12/+12
* Removed module names from #include directives.Erik Verbruggen2012-02-151-3/+3
* Long live the king!hjk2012-01-261-1/+1
* QmlJS: Fix highlighting and completion for property declarations.Christian Kamm2011-12-071-0/+4
* 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
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-10-171-0/+6
|\|
| * QmlJS highlighter: Highlight name after 'as' in imports.Christian Kamm2011-10-121-0/+6
* | QmlJS: Add more value_casts.Christian Kamm2011-10-121-1/+1
* | QmlJS: Rename QmlObjectValue -> CppComponentValue.Christian Kamm2011-10-121-2/+2
* | QmlJS: Move commonly used functions to qmlutils.h.Christian Kamm2011-10-101-1/+1
|/
* QmlJS: Rework exported C++ type registry.Christian Kamm2011-09-191-1/+1
* QmlJS highlighting: Use semantics for types and binding names.Christian Kamm2011-09-141-0/+34
* QmlJS: Adjust existing code for updated QML parser.Christian Kamm2011-09-141-9/+9
* QmlJS highlighting: Fix external object property highlight.Christian Kamm2011-09-141-3/+4
* QmlJS semantic highlighter: Abort when file changes.Christian Kamm2011-09-121-0/+9
* QmlJS: Introduce chunk-wise result reporting in semantic highlighter.Christian Kamm2011-09-011-30/+58
* QmlJS: Add semantic highlighting.Christian Kamm2011-08-241-0/+406
* QmlJS: Rename SemanticHighlighter -> SemanticInfoUpdater.Christian Kamm2011-08-121-155/+0
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-081-2/+2
* QmlJS: Remove LookupContext.Christian Kamm2011-08-081-3/+5
* QmlJS: Share Context.Christian Kamm2011-08-081-1/+1
* QmlJS: Dump builtins per Qt version.Christian Kamm2011-07-111-1/+3
* QmlJS: Move Context to its own file.Christian Kamm2011-07-051-1/+1
* QmlJS: Enforce Context always being linked.Christian Kamm2011-07-051-3/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* QmlJS: Stop doing significant work in constructors.Christian Kamm2011-05-061-1/+2
* QmlJS: Fix type detection for alias properties.Christian Kamm2011-05-041-2/+2