summaryrefslogtreecommitdiff
path: root/src/plugins/qmljseditor/qmljseditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-7/+7
* Removed module names from #include directives.Erik Verbruggen2012-02-151-13/+13
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-2/+2
* QmlJS: Fix semantic info update triggering updates.Christian Kamm2011-12-021-9/+10
* QmlJS editor: Simplify document/semInfo updating significantly.Christian Kamm2011-11-211-58/+51
* QmlJS: Add 'reformat' action which regenerates the whole file.Christian Kamm2011-11-151-0/+2
* 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
* | QmlJS: Clean up idOfObject() and folding text code.Christian Kamm2011-10-281-21/+9
* | QmlEditor: show the id name when folding a block.Nicolas Arnaud-Cormos2011-10-221-0/+28
* | QmlJS checks: Suppression of static analysis messages.Christian Kamm2011-10-191-0/+40
* | QmlJS indenter: Move reusable code to qmljs lib.Christian Kamm2011-10-191-1/+1
* | QmlJS: Move commonly used functions to qmlutils.h.Christian Kamm2011-10-101-25/+3
|/
* QmlJS: Separate metaObjectRevision from minor version number.Christian Kamm2011-09-261-1/+1
* QmlJS: Adjust existing code for updated QML parser.Christian Kamm2011-09-141-21/+21
* QmlJS semantic highlighter: Abort when file changes.Christian Kamm2011-09-121-0/+2
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-051-1/+1
* QmlJS: Add semantic highlighting.Christian Kamm2011-08-241-4/+9
* Utils/Coreplugin: Clean headers.Friedemann Kleint2011-08-171-0/+1
* QmlJS: Allow for more markers than just Qt Quick Toolbar.Christian Kamm2011-08-151-10/+22
* QmlJS: Rename SemanticHighlighter -> SemanticInfoUpdater.Christian Kamm2011-08-121-24/+24
* QmlJS: String literals with file names link to files.Christian Kamm2011-08-101-0/+19
* QmlJS: Make the astPath available.Christian Kamm2011-08-101-50/+82
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-081-8/+8
* QmlJS: Remove LookupContext.Christian Kamm2011-08-081-22/+23
* QmlJS: Share Context.Christian Kamm2011-08-081-1/+1
* QmlJS: Split Context and ScopeChain.Christian Kamm2011-08-081-1/+1
* Merge branch '2.3'Oswald Buddenhagen2011-07-291-0/+4
|\
| * QmlJSEditor: only show context menu for Quick Toolbar if availableThomas Hartmann2011-07-271-0/+4
* | QmlJS: Remove old 'Rename id' action.Christian Kamm2011-07-111-34/+0
* | QmlJS: Implement renaming of usages.Christian Kamm2011-07-111-0/+5
* | QmlJS: Add UiScriptBinding range if it has a script block.Christian Kamm2011-07-051-0/+8
* | QmlJS: Rename range-related functions.Christian Kamm2011-07-051-18/+20
|/
* Merge branch '2.2'Oswald Buddenhagen2011-06-231-1/+4
|\
| * QmlJS: Fix missing rehighlight if other file changes.Christian Kamm2011-06-081-1/+4
* | Make C++ code style configurable.Christian Kamm2011-05-241-1/+9
* | New code assist APILeandro Melo2011-05-181-13/+41
* | add auto-saving of modified editorsOswald Buddenhagen2011-05-121-2/+2
* | Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* | QmlJS: Stop doing significant work in constructors.Christian Kamm2011-05-061-1/+1
* | add errorString output argument to IFile::reload() & IEditor::open()Oswald Buddenhagen2011-04-181-2/+2
* | Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\ \ | |/
| * Update license.hjk2011-04-131-14/+13
* | core: make context and widget IContext data membershjk2011-04-141-5/+0
|/
* QmlJsEditor: hide context pane if last document is closedThomas Hartmann2011-03-171-0/+1
* Fixed layout issues in some editor toolbarsThorbjørn Lindeijer2011-02-251-5/+2
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-71/+71
* QmlJsInspector: implemented Property InspectorChristiaan Janssen2011-01-201-17/+1