summaryrefslogtreecommitdiff
path: root/src/plugins/pythoneditor/pythoneditorfactory.cpp
Commit message (Expand)AuthorAgeFilesLines
* PythonEditor: Convert to new editor setup schemehjk2014-08-201-69/+0
* TextEditor: Centralize settings connections setuphjk2014-08-201-4/+0
* TextEditor: Merge the two sets of *EditorWidget constructorshjk2014-08-191-2/+2
* TextEditor: Remove one stack of EditorWidget constructorshjk2014-08-011-1/+7
* Editors: Some renamings to enhance consistencyhjk2014-07-311-1/+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
* | Give TextEditorActionHandler an explicit parent and unify usage.Eike Ziller2013-12-121-0/+6
* | Remove the need to register editors in the action handlerEike Ziller2013-12-121-1/+1
|/
* Python: Do not export symbolsTobias Hunger2013-08-261-0/+2
* EditorFactory: Replace some virtual functions with data membershjk2013-08-021-16/+3
* Remove unneeded IEditorFactor::open re-implementations.Eike Ziller2013-05-311-10/+0
* Fix Krazy warnings about includes/header guards in Python Editor.Friedemann Kleint2013-03-121-1/+1
* Added PythonEditor pluginSergey Shambir2013-02-071-0/+82