aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/basetexteditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-7344/+0
* Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-251-17/+17
* TextEditor: Draw background first.hjk2014-09-241-16/+21
* BaseTextEditor: Remove duplicate static functionsTobias Hunger2014-09-241-10/+0
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-231-0/+10
|\
| * Make compile with Qt 5.4Kevin Funk2014-09-221-4/+14
* | TextEditor: Only use tooltipOverrideRequested in *Widgethjk2014-09-191-6/+1
* | TextEditor: Setting flags once is enough...hjk2014-09-181-1/+0
* | TextEditor: Make sure "global" connections are properly destroyedhjk2014-09-181-8/+11
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-161-19/+20
|\|
| * Editor: Draw column wrap line after drawing ifdef blocksVicken Simonian2014-09-041-19/+20
| * Fix extraSelections callAndreas Holzammer2014-08-281-1/+1
* | TextEditor: Prevent overwriting of completion settingshjk2014-09-111-3/+5
* | TextEditor: Merge some "assist" related classeshjk2014-09-091-4/+4
* | TextEditor: Move base of operation from Editor to *Widgethjk2014-09-081-1/+1
* | Core: Use std::function for info bar callbackshjk2014-09-041-10/+7
* | TextEditor: Reset mimetype after open() in all BaseTextEditorshjk2014-09-041-1/+4
* | TextEditor: Flip default to 'duplicatedSupported'hjk2014-09-031-1/+7
* | TextEditor: Move CompletionAssistProvider to *Widgethjk2014-09-031-16/+10
* | TextEditor: Remove some refactoring gluehjk2014-09-031-26/+3
* | TextEditor: Make BaseTextEditor reuse parts of *Widget interfacehjk2014-09-031-11/+41
* | Debugger: Fix/adjust tooltip handling after editor changeshjk2014-09-021-0/+1
* | Editors: Automatically add editor/document id to context and use thatEike Ziller2014-09-021-0/+1
* | QmlJSEditor: Remove temporary code assists setup hackhjk2014-09-021-5/+0
* | BaseTextEditor: Remove internal m_editor back linkhjk2014-09-021-16/+0
* | TextEditor: Use a signal to clear contents help id.hjk2014-09-021-2/+4
* | TextEditor: Remove now unneeded BaseTextEditorWidget::editor()hjk2014-09-021-9/+0
* | TextEditor: Introduce a *Widget::activateEditor signalhjk2014-09-021-0/+3
* | EditorManager: Remove editor parameter of addCurrentPositionToNavigationHistoryhjk2014-09-021-1/+2
* | TextEditor: Move comment definitions back to *Widgethjk2014-09-021-24/+19
* | TextEditor: Use signal/signal connection from *EditorWidget to *Editorhjk2014-09-021-7/+30
* | TextEditor: Move cursor position label connectionhjk2014-09-021-8/+7
* | TextEditor: Guard one use of BaseTextEditorPrivate::m_editorhjk2014-09-021-1/+2
* | TextEditor: Prevent double deletion in fallback casehjk2014-08-291-1/+3
* | TextEditor: Use more direct approach for fallback IEditor constructionhjk2014-08-291-16/+19
* | Find: Avoid virtual signalshjk2014-08-291-1/+1
* | {Cpp,Text}Editor: Fix duplicating CppEditorWidgetNikolai Kosjar2014-08-291-1/+3
* | BaseTextEditor: Un-slot most widget actionshjk2014-08-281-5/+5
* | TextEditor: C++-ify texteditoractionhandlerhjk2014-08-271-4/+5
* | TextEditor: Introduce some convenience text accessors in the editorhjk2014-08-271-2/+27
* | TextEditor: Remove parts of old editor creation sequencehjk2014-08-261-42/+3
* | Editor: Fix one pixel offset for folded block previewDaniel Teske2014-08-261-1/+1
* | TextEditor: Re-organize Plain text editor setuphjk2014-08-251-25/+40
* | CMakeProjectManager: Use a BaseEditorFactory derived classhjk2014-08-251-0/+3
* | Android: Use a BaseEditorFactory derived class for JavaEditorhjk2014-08-221-0/+18
* | TextEditor: Introduce a BaseTextEditorFactoryhjk2014-08-221-11/+100
* | TextEditor: Add a helper function to set up code assistancehjk2014-08-221-0/+5
* | TextEditor: Replace in-class connection by virtual functionhjk2014-08-211-1/+1
* | TextEditor: Remove some needless indirection in BaseTextEditorhjk2014-08-211-13/+9
* | TextEditor: Fix snippet editor crash introduced in d85a4f615hjk2014-08-211-48/+49