aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor/qmljseditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-161-6/+6
* TextEditor: Factory cosmeticshjk2014-10-151-3/+3
* Merge "Merge remote-tracking branch 'origin/3.2'"Eike Ziller2014-10-141-7/+8
|\
| * Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
| |\
| | * License updateEike Ziller2014-10-091-7/+8
* | | QmlJSEditor: warn when editing .ui.qml, activate designer checksThomas Hartmann2014-10-141-1/+20
|/ /
* | TextEditor: Move CompletionAssistProvider constructionhjk2014-10-061-1/+1
* | TextEditor: Simplify HoverHandler handlinghjk2014-09-301-0/+3
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-11/+11
* | TextEditor: Add a convenience append method for quick fixeshjk2014-09-261-2/+1
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | QmlJSEditor: cleaning up dependencies to QmlDesignerThomas Hartmann2014-09-251-1/+0
* | TextEditor: Merge some "assist" related classeshjk2014-09-091-5/+5
* | TextEditor: Reset mimetype after open() in all BaseTextEditorshjk2014-09-041-8/+0
* | TextEditor: Flip default to 'duplicatedSupported'hjk2014-09-031-1/+0
* | TextEditor: Move CompletionAssistProvider to *Widgethjk2014-09-031-1/+1
* | Editors: Automatically add editor/document id to context and use thatEike Ziller2014-09-021-3/+1
* | QmlJSEditor: Remove temporary code assists setup hackhjk2014-09-021-5/+0
* | TextEditor: Move comment definitions back to *Widgethjk2014-09-021-2/+1
* | QmlJSEditor: Use EditorWidget instead of Editor in QuickToolBarhjk2014-09-011-8/+8
* | TextEditor: Remove some *Widget::createEditor implementationhjk2014-08-281-5/+0
* | QmlJSEditor: some Qt5-ificationhjk2014-08-271-19/+22
* | QmlJSEditor: Use a BaseTextEditorFactory for creationhjk2014-08-261-27/+18
* | QmlJSEditor: Rename QmlJSTextEditorWidget to QmlJSEditorWidgethjk2014-08-261-36/+36
* | QmlJSEditor: Partially move construction to new setup schemehjk2014-08-221-5/+10
* | TextEditor: Replace in-class connection by virtual functionhjk2014-08-211-3/+0
* | QmlJSEditor: General editor related code consolidationhjk2014-08-211-41/+97
* | TextEditor: Centralize settings connections setuphjk2014-08-201-2/+2
* | TextEditor: Further *Editor/*EditorWidget disentanglinghjk2014-08-191-6/+4
* | TextEditor: Merge the two sets of *EditorWidget constructorshjk2014-08-191-15/+5
* | TextEditor: Consolidate document access functions.hjk2014-08-041-8/+8
* | TextEditor: Move toolbar widgets from *Editor to *Widgethjk2014-08-011-1/+1
* | TextEditor: Start moving data from *EditorWidget to *Editorhjk2014-07-311-2/+0
* | TextEditor: Re-work comment definition handlinghjk2014-07-311-5/+0
* | qmljs: improve handling of qml dialectsFawzi Mohamed2014-07-301-1/+1
|/
* qmljs: ensure that opening an editor always updates the modelmanagerFawzi Mohamed2014-05-061-0/+2
* Core: Make IEditor::id a value member and adjust usershjk2014-02-251-5/+0
* Make QmlJSEditor and QmlJSEditorWidget internalEike Ziller2014-02-101-2/+4
* QmlJSEditor: Remove functions from widget that delegate to documentEike Ziller2014-02-101-26/+6
* QmlJSEditor: Remove unused method.Eike Ziller2014-02-101-24/+0
* QmlJSEditor: Move outline model to documentEike Ziller2014-02-101-43/+20
* QmlOutlineModel: Use document instead of widgetEike Ziller2014-02-101-1/+1
* QmlJSEditor: Some renamingEike Ziller2014-02-101-15/+8
* QmlJSEditor: Move semantic highlighting to documentEike Ziller2014-02-061-9/+4
* QmlJSEditor: remove leftovers from semantic info updater moveEike Ziller2014-02-041-1/+0
* TextEditors: Avoid sending contentsChanged signal when rehighlightingEike Ziller2014-02-041-0/+4
* QmlJS semantic highlighter: Use document instead of widgetEike Ziller2014-02-041-6/+2
* QmlJSEditor: Simplify usages highlightingEike Ziller2014-01-301-17/+5
* QmlJSEditor: Move semantic info updating to documentEike Ziller2014-01-291-466/+45
* QmlJSEditor: Fix auto-indentationEike Ziller2014-01-291-1/+0