aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/pythoneditor/pythoneditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* ClangFormat: Refactor indenter to allow ClangFormat unit-testsIvan Donchevskii2019-01-221-1/+1
* Introduce a basic client for the language server protocolDavid Schulz2018-09-031-2/+3
* Fix that bookmarks couldn't be added to .pro files with mouseEike Ziller2018-06-191-1/+0
* Allow giving TextEditorFactory custom CommentDefinitionEike Ziller2017-04-261-1/+1
* PythonEditor: Code cosmeticshjk2016-10-061-0/+2
* PythonEditor: Modernize/Streamlinehjk2016-08-261-6/+6
* PythonEditor: Fix translation contextTakumi ASAKI2016-05-301-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Update LicenseEike Ziller2015-01-161-6/+6
* TextEditor: Factory cosmeticshjk2014-10-151-21/+3
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-1/+1
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-251-1/+1
* | TextEditor: Reset mimetype after open() in all BaseTextEditorshjk2014-09-041-30/+0
* | TextEditor: Flip default to 'duplicatedSupported'hjk2014-09-031-1/+0
* | Editors: Automatically add editor/document id to context and use thatEike Ziller2014-09-021-1/+0
* | TextEditor: Move comment definitions back to *Widgethjk2014-09-021-1/+1
* | TextEditor: Remove some *Widget::createEditor implementationhjk2014-08-281-7/+2
* | Python: Make editor factory use new BaseEditorFactoryhjk2014-08-221-46/+38
* | PythonEditor: Convert to new editor setup schemehjk2014-08-201-14/+71
* | TextEditor: Centralize settings connections setuphjk2014-08-201-2/+0
* | TextEditor: Further *Editor/*EditorWidget disentanglinghjk2014-08-191-2/+1
* | TextEditor: Merge the two sets of *EditorWidget constructorshjk2014-08-191-1/+1
* | TextEditor: Consolidate document access functions.hjk2014-08-041-1/+1
* | Editors: Some renamings to enhance consistencyhjk2014-07-311-2/+2
* | TextEditor: Re-work comment definition handlinghjk2014-07-311-4/+1
|/
* IEditor: Make duplicatesSupported a value memberhjk2014-05-211-0/+1
* Editors: Move id() from editor to document.Eike Ziller2014-03-051-1/+0
* Core: Make IEditor::id a value member and adjust usershjk2014-02-251-8/+1
* BaseTextEditor: Remove some unnecessary indirections through widgetEike Ziller2014-01-141-1/+1
* TextEditors: Avoid changing document after construction.Eike Ziller2014-01-101-3/+1
* Editors: Remove useless parent widget argument from create/duplicateEike Ziller2014-01-081-2/+2
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Remove the need to register editors in the action handlerEike Ziller2013-12-121-1/+1
|/
* Apply 'static' pattern to MimeDatabasehjk2013-09-031-9/+2
* Python: Do not export symbolsTobias Hunger2013-08-261-0/+2
* Editors: No need to re-implement functions identical to basehjk2013-05-271-5/+0
* Fix Krazy warnings about includes/header guards in Python Editor.Friedemann Kleint2013-03-121-1/+1
* Added PythonEditor pluginSergey Shambir2013-02-071-0/+98