aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor
Commit message (Expand)AuthorAgeFilesLines
...
* | CppTools: Remove processEvents call from follow symbolIvan Donchevskii2018-03-192-17/+26
* | Don't translate default windowTitle again and againRobert Loehning2018-03-061-1/+1
* | QmlJSEditor: use static icons in assist interfaceDavid Schulz2018-03-062-22/+34
* | CodeAssist: use shared pointer to pass around proposal modelsDavid Schulz2018-02-272-8/+6
* | QmlJSEditor: Fix crash when triggering context menuChristian Stenger2018-02-224-4/+12
* | QmlJSEditorPlugin: Refactorhjk2018-02-1511-164/+121
* | Core: make useMacShortcut constexprDavid Schulz2018-02-021-1/+1
|/
* QmlJSEditor: Avoid detaching of containersChristian Stenger2018-01-221-2/+4
* QmlJSEditor: Move ownership of QmlJSTextMarks to documentDavid Schulz2018-01-224-70/+69
* TextEditor: Return hover handler priority by callbackNikolai Kosjar2018-01-192-2/+7
* QmlJSEditor: Create QuickFixes directlyhjk2018-01-108-150/+101
* TextEditor: Split the global QuickFixFactory listhjk2017-12-183-16/+24
* Cpp/QmlJSEditor: Add some 'override'hjk2017-12-183-4/+4
* TextEditor: Dissolve QuickFixAssistProcessorhjk2017-12-154-12/+23
* TextEditor: Remove QuickFixAssistProviderhjk2017-12-154-6/+6
* TextEditor: Use more direct access to quick fix factorieshjk2017-12-154-10/+12
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-151-5/+4
* Qml&Js: better formatting of enums inspectionNikita Baryshnikov2017-12-131-2/+10
* Session: Move all functionality related to Nodes into ProjectTreeTobias Hunger2017-12-121-3/+3
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-3/+1
* QmlJs: prevent "copy" icon in outline drag and dropMarco Benelli2017-12-052-0/+6
* TextEditor: move Link class to separate header in UtilsIvan Donchevskii2017-11-273-15/+15
* QmlJSEditor: Display code model warnings as annotationsDavid Schulz2017-11-176-2/+234
* Treat .ui.qml mime type the same as .qmlUlf Hermann2017-10-181-0/+1
* Merge remote-tracking branch 'origin/4.5' into masterOrgad Shaneh2017-10-171-8/+17
|\
| * qmljs: use IEditor to positioning cursor after reformatMarco Benelli2017-10-161-6/+5
| * qmljs: do not reset undo/redo history in reformattingMarco Benelli2017-10-161-2/+12
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-10-091-1/+0
|\|
| * qmljseditor: fix forward declarationLaurent Montel2017-09-281-1/+0
* | Replace manual signal blocking/unblocking with QSignalBlockerTobias Hunger2017-10-041-3/+1
|/
* EditorManager: move all openEditor functions to one placeIvan Donchevskii2017-09-252-13/+3
* QmlJS: user defined style in reformatting fileMarco Benelli2017-09-181-2/+5
* Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* Merge remote-tracking branch 'origin/4.3' into 4.4Eike Ziller2017-07-121-4/+4
|\
| * Qmljs: fix a crash when m_treeview is deletedTim Jenssen2017-07-111-4/+4
* | Merge remote-tracking branch 'origin/4.3' into 4.4Eike Ziller2017-07-053-27/+37
|\|
| * QmlJs: avoid overwrites by auto-completionMarco Benelli2017-07-043-27/+37
* | Remove unused IAssistProvider::supportsEditorEike Ziller2017-07-034-12/+0
* | De-qobjectify BaseHoverHandler and derivativesNikolai Kosjar2017-06-291-1/+2
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-06-281-4/+10
|\|
| * QmlJS: keep track of cursor position in reformattingMarco Benelli2017-06-261-4/+10
* | QmlJS: Remove redundant codeRobert Loehning2017-06-021-2/+0
* | Simplify text format handling in syntax highlightersEike Ziller2017-05-232-24/+10
* | Allow giving TextEditorFactory custom CommentDefinitionEike Ziller2017-04-261-1/+1
* | Remove the need to create ISnippetProvider subclassesEike Ziller2017-04-257-112/+15
* | Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-241-1/+1
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-04-197-96/+78
|\|
| * QmlDesigner: Fix CrashThomas Hartmann2017-04-111-1/+1
| * QmlJSEditor: avoid jumping cursor while editingTim Jenssen2017-04-073-21/+32
| * QmlJSEditor: cleanup updateOutlineIndexNowTim Jenssen2017-04-073-7/+5