summaryrefslogtreecommitdiff
path: root/src/plugins/qmljseditor/qmljseditorplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed module names from #include directives.Erik Verbruggen2012-02-151-8/+8
* Wizards: changes the structure of WizardsThomas Hartmann2012-02-081-4/+4
* Introduce JSON validationLeandro Melo2012-02-081-1/+10
* Long live the king!hjk2012-01-261-1/+1
* Replace Q_WS_MAC with Q_OS_MAC.Morten Johan Sorvig2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-4/+4
* QML: Fix crash when calling reformat fileLeandro Melo2012-01-231-1/+1
* QmlJS editor: Simplify document/semInfo updating significantly.Christian Kamm2011-11-211-3/+3
* QmlJS: Add 'reformat' action which regenerates the whole file.Christian Kamm2011-11-151-7/+46
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | more Id type fixeshjk2011-11-101-2/+2
|/
* Implement Code Style schemesJarek Kobus2011-09-231-2/+0
* s/error_message/errorMessage/ghjk2011-09-211-3/+3
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-051-1/+1
* QmlJS: Show semantic messages on request.Christian Kamm2011-08-161-14/+29
* QmlJS: Rename SemanticHighlighter -> SemanticInfoUpdater.Christian Kamm2011-08-121-1/+1
* Merge branch '2.3'Oswald Buddenhagen2011-07-291-1/+1
|\
| * New QTC_CHECK warning replacing QTC_ASSERT(x, /**/)Kai Koehne2011-07-291-1/+1
* | QmlJS: Remove old 'Rename id' action.Christian Kamm2011-07-111-1/+1
* | QmlJS: Implement renaming of usages.Christian Kamm2011-07-111-0/+14
|/
* QmlJS: Merge QML and QML/JS tools menu.Christian Kamm2011-06-291-7/+4
* Make C++ code style configurable.Christian Kamm2011-05-241-0/+2
* New code assist APILeandro Melo2011-05-181-49/+12
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* QmlJS: Add semantic errors to task window.Christian Kamm2011-04-211-1/+7
* Update license.hjk2011-04-131-14/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-8/+8
* completion: call directly from base text editorhjk2011-02-211-6/+0
* completion: fix two connection broken with previous commithjk2011-02-211-1/+1
* completion: enable multiple completors for different use cases.hjk2011-02-211-8/+7
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Some API beautification in action container.con2010-12-171-1/+1
* | Don't waste time rehighlighting all the files opened in Creator.Roberto Raggi2010-12-141-0/+12
* | Snippets: Make it easier for plugins to add snippets groupsLeandro Melo2010-12-081-2/+2
* | Snippets: Feature enhancement start...Leandro Melo2010-12-081-0/+2
* | QmlJS: Add wizard for creating new js files.Christian Kamm2010-11-151-7/+16
* | Don't show GLSL or QML tools menus while they don't offer anythingcon2010-11-121-1/+1
* | Move shared code to a new QmlJSTools plugin.Christian Kamm2010-11-111-4/+4
* | Exported Header cleanup: QmlJSEditorFriedemann Kleint2010-11-021-1/+1
* | Fix exported headers in Core and TextEditor.Friedemann Kleint2010-11-011-2/+2
|/
* QuickToolbar: fix keyboard shortcut for OS XThomas Hartmann2010-10-121-0/+4
* QML file wizard: Move to new category.Christian Kandeler2010-09-301-4/+4
* QmlJS: Add initial 'Find Usages' support.Christian Kamm2010-09-241-0/+14
* L10n: tr()-fixes.Friedemann Kleint2010-09-231-1/+2
* QML: brought context menu in sync with C++ editor.Erik Verbruggen2010-09-161-0/+28
* QuickToolbar: unifies naming to Quick ToolBar and clarifies tooltipsThomas Hartmann2010-09-011-1/+1
* Merge branch '2.0' of scm.dev.nokia.troll.no:creator/mainlineKai Koehne2010-08-231-25/+2
|\