summaryrefslogtreecommitdiff
path: root/src/plugins/pythoneditor/pythoneditorwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* PythonEditor: Convert to new editor setup schemehjk2014-08-201-66/+0
* TextEditor: Further *Editor/*EditorWidget disentanglinghjk2014-08-191-1/+1
* TextEditor: Merge the two sets of *EditorWidget constructorshjk2014-08-191-14/+3
* TextEditor: Consolidate document access functions.hjk2014-08-041-1/+1
* TextEditor: Remove one stack of EditorWidget constructorshjk2014-08-011-5/+2
* Editors: Some renamings to enhance consistencyhjk2014-07-311-4/+4
* TextEditor: Re-work comment definition handlinghjk2014-07-311-16/+0
* Editors: Move id() from editor to document.Eike Ziller2014-03-051-0/+2
* TextEditors: Avoid multiple highlighting runs when changing font settingEike Ziller2014-01-241-14/+0
* TextEditors: Move font settings to documentEike Ziller2014-01-241-3/+3
* TextEditors: Move indenter to document.Eike Ziller2014-01-151-1/+1
* TextEditors: Avoid changing document after construction.Eike Ziller2014-01-101-1/+12
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Merge BaseTextEditorWidget::editorDocument() and ::baseTextDocument()Eike Ziller2013-12-181-1/+1
|/
* Python: Do not export symbolsTobias Hunger2013-08-261-0/+2
* TextEditor: Simplify Utils::CommentDefinition structurehjk2013-05-271-3/+3
* PythonEditor: fixed 100% crash in editorSergey Shambir2013-03-191-4/+0
* Fix Krazy warnings about includes/header guards in Python Editor.Friedemann Kleint2013-03-121-1/+1
* Added PythonEditor pluginSergey Shambir2013-02-071-0/+99