aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor/qmljseditordocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace static_casts by QOverload where possiblehjk2019-02-261-2/+2
* ClangFormat: Refactor indenter to allow ClangFormat unit-testsIvan Donchevskii2019-01-221-1/+1
* QmlJSEditor: ModernizeAlessandro Portale2018-12-101-18/+11
* qmljs: update parserMarco Benelli2018-11-221-7/+7
* QmlJSEditor: Fix missing overrideEike Ziller2018-09-181-2/+2
* Prefer using 'override' instead of 'virtual'Alessandro Portale2018-07-111-16/+16
* Merge remote-tracking branch 'origin/4.6' into 4.7Eike Ziller2018-06-111-0/+4
|\
| * QmlJs: check markers before cleaning themMarco Benelli2018-06-081-0/+4
* | Use FileName in TextMarkEike Ziller2018-05-031-4/+3
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-131-0/+4
|\|
| * QmlJSEditor: fix crash after document reloadDavid Schulz2018-04-111-0/+4
* | Utils: Purge asConstOrgad Shaneh2018-04-091-4/+2
* | QmlJSEditorPlugin: Refactorhjk2018-02-151-1/+1
|/
* QmlJSEditor: Avoid detaching of containersChristian Stenger2018-01-221-2/+4
* QmlJSEditor: Move ownership of QmlJSTextMarks to documentDavid Schulz2018-01-221-0/+60
* TextEditor: Remove QuickFixAssistProviderhjk2017-12-151-1/+1
* QmlJSEditor: use direct member initializationTim Jenssen2017-04-031-6/+3
* QmlJS[|Editor|Tools]: Use Qt5-style connectsOrgad Shaneh2016-06-281-12/+16
* Add support for new javascript methods to QML/JS outlineVlad Seryakov2016-05-201-0/+38
* CodeAssist: Support only one quickfix assistant per editor class.David Schulz2016-04-281-0/+7
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* QML/JS: Fix that warnings about editing .ui.qml files accumulatedEike Ziller2015-08-191-0/+17
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-4/+4
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-251-2/+2
* | TextEditor: Clean up/streamline SyntaxHighlighter setuphjk2014-08-271-1/+1
|/
* Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-05-161-0/+2
|\
| * qmljs: ensure that opening an editor always updates the modelmanagerFawzi Mohamed2014-05-061-0/+2
* | Editors: Move id() from editor to document.Eike Ziller2014-03-051-0/+2
|/
* QmjJSEditor: Some style.hjk2014-02-101-43/+40
* QmlJSEditor: Remove functions from widget that delegate to documentEike Ziller2014-02-101-4/+5
* QmlJSEditor: Make struct internalEike Ziller2014-02-101-0/+16
* QmlJSEditor: Move outline model to documentEike Ziller2014-02-101-3/+32
* QmlJSEditor: Move semantic highlighting to documentEike Ziller2014-02-061-1/+25
* QmlJS semantic highlighter: Use document instead of widgetEike Ziller2014-02-041-0/+10
* QmlJSEditor: Move semantic info updating to documentEike Ziller2014-01-291-4/+438
* QmlJSEditor: Fix auto-indentationEike Ziller2014-01-291-1/+3
* QmlJSEditor: Move reparse trigger to documentEike Ziller2014-01-291-4/+36
* QmlJSEditor: Move document to its own fileEike Ziller2014-01-271-0/+50