aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor/qmljseditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlJSEditor: Rename QmlJSEditorEditable into QmlJSEditorhjk2013-06-071-11/+18
* TextEditors: Separate away methods that actually work on a documentEike Ziller2013-04-191-1/+1
* C++: Fix dangling IDocument* in CppCompletionAssistProcessorNikolai Kosjar2013-03-191-1/+1
* qmljs: do not show warnings for not fully supported languagesFawzi Mohamed2013-03-051-1/+3
* basetexteditor/qmljseditor: fix destructor problemFawzi Mohamed2013-03-051-1/+0
* Editors: Delete context menu if editor widget is deletedNikolai Kosjar2013-02-191-2/+5
* qmljseditor: Improve speed of QML/JS Editor for large filesFawzi Mohamed2013-02-181-46/+11
* Editor: Renaming Link members.David Schulz2013-02-111-15/+15
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Move TextEditor::ToolTip to UtilsDaniel Teske2013-01-111-1/+0
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-12/+7
* | QmlJSEditor: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-12-031-3/+3
* | Add whitespace after control keywordsOrgad Shaneh2012-11-281-1/+1
* | Id: Add QByteArray constructorOrgad Shaneh2012-11-201-1/+1
|/
* Adjust license headershjk2012-10-051-21/+20
* Changed return type of :ICore::mainWindow() to QWidget*Konstantin Tokarev2012-07-191-1/+0
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Make PluginManager mostly static.Eike Ziller2012-06-191-1/+1
* Qml Editor: Modified the file structure outline.Simjees Abraham2012-06-041-0/+7
* ActionManager API cleanup.Eike Ziller2012-05-251-1/+1
* QmlInspector: Fetch objects for locationAurindam Jana2012-05-131-3/+3
* editormanager: simplify use of interfacehjk2012-05-111-4/+2
* Don't add singleton model manager to object pool.Eike Ziller2012-05-041-1/+1
* texteditor: use an enum instead of QString as color idshjk2012-05-031-12/+12
* QmlJSInspector: Remove dependency to QmlJSEditorKai Koehne2012-04-161-13/+1
* QmlJS: Move SemanticInfo from qmljseditor to qmljstoolsKai Koehne2012-04-161-207/+4
* Added TextEditor commands FollowSymbol and JumpToFile.Konstantin Tokarev2012-03-281-5/+0
* 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