aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/basetexteditor.h
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-671/+0
* Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-251-3/+3
* DiffEditor: Fix summary view appearancehjk2014-09-241-1/+1
* TextEditor: Draw background first.hjk2014-09-241-0/+1
* TextEditor: Only use tooltipOverrideRequested in *Widgethjk2014-09-191-2/+2
* TextEditor: Merge some "assist" related classeshjk2014-09-091-2/+2
* Core: Use std::function for info bar callbackshjk2014-09-041-2/+0
* TextEditor: Flip default to 'duplicatedSupported'hjk2014-09-031-0/+2
* TextEditor: Move CompletionAssistProvider to *Widgethjk2014-09-031-7/+3
* TextEditor: Remove some refactoring gluehjk2014-09-031-8/+0
* TextEditor: Fix 'Show Highlighter Options...' buttonChristian Stenger2014-09-031-1/+1
* TextEditor: Make BaseTextEditor reuse parts of *Widget interfacehjk2014-09-031-0/+8
* QmlJSEditor: Remove temporary code assists setup hackhjk2014-09-021-2/+0
* TextEditor: Use a signal to clear contents help id.hjk2014-09-021-0/+1
* TextEditor: Remove now unneeded BaseTextEditorWidget::editor()hjk2014-09-021-2/+0
* TextEditor: Introduce a *Widget::activateEditor signalhjk2014-09-021-0/+1
* TextEditor: Move comment definitions back to *Widgethjk2014-09-021-5/+3
* TextEditor: Use signal/signal connection from *EditorWidget to *Editorhjk2014-09-021-0/+7
* TextEditor: Use more direct approach for fallback IEditor constructionhjk2014-08-291-3/+1
* {Cpp,Text}Editor: Fix duplicating CppEditorWidgetNikolai Kosjar2014-08-291-0/+1
* TextEditor: Fix regression introduced by recent c094592f8ahjk2014-08-281-6/+7
* Vcs: Convert to new editor construction schemehjk2014-08-281-1/+2
* BaseTextEditor: Un-slot most widget actionshjk2014-08-281-2/+2
* TextEditor: C++-ify texteditoractionhandlerhjk2014-08-271-2/+2
* TextEditor: Introduce some convenience text accessors in the editorhjk2014-08-271-2/+9
* TextEditor: Fix failure in cpptools autotesthjk2014-08-271-7/+10
* TextEditor: Remove parts of old editor creation sequencehjk2014-08-261-14/+9
* TextEditor: Re-organize Plain text editor setuphjk2014-08-251-3/+0
* CMakeProjectManager: Use a BaseEditorFactory derived classhjk2014-08-251-5/+10
* Android: Use a BaseEditorFactory derived class for JavaEditorhjk2014-08-221-1/+4
* TextEditor: Introduce a BaseTextEditorFactoryhjk2014-08-221-8/+46
* TextEditor: Add a helper function to set up code assistancehjk2014-08-221-0/+2
* TextEditor: Replace in-class connection by virtual functionhjk2014-08-211-1/+2
* TextEditor: Prepare new editor construction schemehjk2014-08-201-0/+15
* TextEditor: Centralize settings connections setuphjk2014-08-201-4/+3
* TextEditor: Further *Editor/*EditorWidget disentanglinghjk2014-08-191-1/+4
* TextEditor: Merge the two sets of *EditorWidget constructorshjk2014-08-191-2/+4
* TextEditor: Consolidate document access functions.hjk2014-08-041-4/+2
* TextEditor: Move toolbar widgets from *Editor to *Widgethjk2014-08-011-11/+3
* TextEditor: Move private BaseTextEditor slots to the pimplhjk2014-08-011-24/+2
* TextEditor: Make some virtual protected slots privatehjk2014-08-011-6/+6
* TextEditor: Remove one stack of EditorWidget constructorshjk2014-08-011-2/+1
* TextEditor: Start moving data from *EditorWidget to *Editorhjk2014-07-311-4/+6
* TextEditor: Make completion assist provider a data memberhjk2014-07-311-1/+7
* TextEditor: Re-work comment definition handlinghjk2014-07-311-6/+6
* TextEditor: Merge PlainTextEditor into Basehjk2014-07-301-0/+2
* TextEditor: Replace PlainTextEditorWidget by Base + a setup functionhjk2014-07-301-1/+3
* TextEditor: Move remaining PlainTextEditorWidget functions to Basehjk2014-07-301-0/+6
* TextEditor: Move highlighting support from Plain to Basehjk2014-07-301-1/+6
* TextEditor: Pimpl BaseTextEditorhjk2014-07-281-10/+5