aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor/qmljseditor.pro
Commit message (Expand)AuthorAgeFilesLines
* QmlJSEditor: Remove unused class QmlJSPreviewRunnerhjk2018-05-301-2/+0
* QmlJSEditor: Display code model warnings as annotationsDavid Schulz2017-11-171-2/+4
* Remove the need to create ISnippetProvider subclassesEike Ziller2017-04-251-2/+0
* QmlJSEditor: Add option to automatically format QML/JS file on saveMichael Dönnebrink2016-11-021-3/+3
* New file overlay iconsAlessandro Portale2016-04-251-2/+0
* Remove a few unneeded "QT += script"sAlessandro Portale2015-04-011-1/+0
* JsonWizard: Replace JsFileWizard with a JsonWizardTobias Hunger2014-10-141-2/+0
* JsonWizard: Replace QmlFileWizard with JsonWizardsTobias Hunger2014-10-091-2/+0
* QmlJSEditor: General editor related code consolidationhjk2014-08-211-4/+0
* TextEditor: Simplify HighlighterFactory hierarchyhjk2014-06-261-2/+0
* QmlJSEditor: Move reparse trigger to documentEike Ziller2014-01-291-1/+2
* QmlJSEditor: Move document to its own fileEike Ziller2014-01-271-2/+4
* Implement syntax highlighting in diff editorjkobus2013-08-291-0/+2
* qmljs: moving all mime types into qmljstoolsFawzi Mohamed2013-05-301-1/+0
* QmlJsEditor: Remove qmljseditoractionhandlerDaniel Teske2013-05-151-2/+0
* derive TARGET from QTC_{LIB,PLUGIN}_NAMEOswald Buddenhagen2013-04-031-1/+0
* centralize assignment of TEMPLATE = libOswald Buddenhagen2013-04-021-1/+0
* define QT_CREATOR centrallyOswald Buddenhagen2013-04-021-2/+1
* automatically include libs' and plugins' _dependencies.pri filesOswald Buddenhagen2013-04-021-1/+0
* Generalize QT_NO_CAST_FROM_ASCIIOrgad Shaneh2013-01-161-2/+1
* QmlJSEditor: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-12-031-1/+2
* Fix compilation with Qt5.Friedemann Kleint2012-02-091-0/+1
* QmlJS: Add quick fix to wrap element in Loader.Christian Kamm2011-10-191-2/+4
* QmlJS: Add semantic highlighting.Christian Kamm2011-08-241-6/+4
* QmlJS: Rename SemanticHighlighter -> SemanticInfoUpdater.Christian Kamm2011-08-121-4/+8
* Make C++ code style configurable.Christian Kamm2011-05-241-2/+0
* New code assist APILeandro Melo2011-05-181-6/+10
* Snippets: Make it easier for plugins to add snippets groupsLeandro Melo2010-12-081-2/+2
* Snippets: Feature enhancement start...Leandro Melo2010-12-081-2/+4
* QmlJS: Add wizard for creating new js files.Christian Kamm2010-11-151-2/+4
* Move shared code to a new QmlJSTools plugin.Christian Kamm2010-11-111-6/+0
* Editors: Refactor auto-complete code out of the editors for better reusability.Leandro Melo2010-11-091-2/+4
* Editors: Refactor indenters out of the editors for better reusability.Leandro Melo2010-11-051-2/+4
* centralize addition of pluginspecs to OTHER_FILESOswald Buddenhagen2010-11-031-1/+1
* Exported Header cleanup: QmlJSEditorFriedemann Kleint2010-11-021-2/+6
* QmlJS: Add initial 'Find Usages' support.Christian Kamm2010-09-241-2/+4
* QML Editor: changed extract-component to ask for a name if there is no id.Erik Verbruggen2010-09-231-3/+6
* Merge branch '2.0' of scm.dev.nokia.troll.no:creator/mainlineKai Koehne2010-08-231-2/+0
|\
| * QmlEditor: Remove QtQuick->Preview from tools menuKai Koehne2010-08-191-4/+2
* | QmlJSEditor: Add QuickToolBar to QmlJSEditorThomas Hartmann2010-08-121-2/+11
* | QmlOutline: Move QmlOutlineTreeView into it's own fileKai Koehne2010-08-101-2/+4
* | QmlJS: Introduce a new indenter that works similarly to the new C++ one.Christian Kamm2010-08-101-2/+4
* | Put the quickfix implementations into a separate file.Erik Verbruggen2010-07-271-1/+2
* | Move qmltaskmanager from qmlproject plugin to qmljseditordt2010-07-141-2/+4
* | QmlJSEditor: Moving QmlOutlineModel to it's own classKai Koehne2010-07-121-2/+4
* | Support Outline sidebar for QML filesKai Koehne2010-07-081-2/+4
* | Added refactoring action to create component from object definition.Erik Verbruggen2010-06-141-2/+4
* | Added infrastructure to change multiple files at once.Erik Verbruggen2010-06-141-2/+4
* | Merge remote branch 'origin/2.0'con2010-06-111-1/+0
|\|
| * Move help manager into core.kh12010-06-111-1/+0