summaryrefslogtreecommitdiff
path: root/src/plugins/qmljseditor/qmljseditorplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlJsEditor: Delay the call of registerIconOverlayForMimeTypeAlessandro Portale2021-12-141-2/+3
* QmlJsEditor: Use the "Design" file icon overlay for .ui.qml filesAlessandro Portale2021-12-131-0/+2
* qmljseditor: fix crash at shutdownTim Jenssen2021-10-061-2/+1
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-271-2/+2
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-2/+3
* Adapt to key sequence changes in Qt6Eike Ziller2020-09-291-2/+2
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* TextEditor: move rename symbol action to text editorDavid Schulz2020-05-121-5/+2
* Qt Quick: Separate Qt Quick Designer and QMLJS editor factoriesEike Ziller2019-08-151-4/+7
* Avoid warning on empty expressionshjk2019-07-231-2/+2
* QmlJsEditor: Avoid unneeded exports of constantsEike Ziller2019-07-191-4/+7
* QmlJSEditor: ModernizeAlessandro Portale2018-12-101-2/+2
* move find usages to TextEditorDavid Schulz2018-11-281-11/+1
* QmlJSEditor: Remove unused class QmlJSPreviewRunnerhjk2018-05-301-1/+0
* QmlJSEditor: Fix crash when triggering context menuChristian Stenger2018-02-221-0/+6
* QmlJSEditorPlugin: Refactorhjk2018-02-151-85/+101
* Core: make useMacShortcut constexprDavid Schulz2018-02-021-1/+1
* QmlJSEditor: Create QuickFixes directlyhjk2018-01-101-4/+0
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-3/+1
* 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
* QmlJS: user defined style in reformatting fileMarco Benelli2017-09-181-2/+5
* 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
* | Remove the need to create ISnippetProvider subclassesEike Ziller2017-04-251-2/+4
|/
* QmlJSEditor: Add option to automatically format QML/JS file on saveMichael Dönnebrink2016-11-021-7/+49
* QmlJS[|Editor|Tools]: Use Qt5-style connectsOrgad Shaneh2016-06-281-18/+19
* CodeAssist: Support only one quickfix assistant per editor class.David Schulz2016-04-281-2/+1
* New file overlay iconsAlessandro Portale2016-04-251-1/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Qml&Js: properties/methods/enums inspectionNikita Baryshnikov2015-04-151-0/+9
* Core: Make Context parameter to registerAction optionalhjk2015-02-261-5/+4
* QmlDesigner: Remove unneeded qualificationsOrgad Shaneh2015-02-181-27/+27
* Update LicenseEike Ziller2015-01-161-6/+6
* JsonWizard: Replace JsFileWizard with a JsonWizardTobias Hunger2014-10-141-10/+0
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | JsonWizard: Replace QmlFileWizard with JsonWizardsTobias Hunger2014-10-091-20/+1
* | TextEditor: Move CompletionAssistProvider constructionhjk2014-10-061-2/+0
* | TextEditor: Remove HighLighterFactoryhjk2014-10-021-12/+0
* | JsonWizard: Replace TextFileWizard with JsonWizardTobias Hunger2014-09-301-1/+0
* | TextEditor: Simplify HoverHandler handlinghjk2014-09-301-2/+0
* | QmlJSEditor: cleaning up dependencies to QmlDesignerThomas Hartmann2014-09-251-2/+0
* | TextEditor: Move some hover handler operation from Editor to Widgethjk2014-09-101-2/+1
* | TextEditor: Clean up/streamline SyntaxHighlighter setuphjk2014-08-271-1/+1
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* | QmlJSEditor: Rename QmlJSTextEditorWidget to QmlJSEditorWidgethjk2014-08-261-3/+3
* | QmlJSEditor: General editor related code consolidationhjk2014-08-211-5/+1
|/
* Always pass Core::Id by value.Christian Kandeler2014-07-011-1/+1
* TextEditor: Simplify HighlighterFactory hierarchyhjk2014-06-261-2/+12