aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/texteditor.h
Commit message (Expand)AuthorAgeFilesLines
* Editor: Select moved text after drag and dropDavid Schulz2020-10-061-0/+1
* Remove bool return value from IEditor::restoreState()Eike Ziller2020-09-241-2/+2
* TextEditor: make TextEditorWidget constructor explicitDavid Schulz2020-09-041-1/+1
* TextEditor: Remove a compilation error with Qt6hjk2020-07-131-2/+2
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-20/+20
* Editor: Allow setting the optional action mask per editorDavid Schulz2020-06-171-2/+3
* Editor: enable optional actions per editorDavid Schulz2020-06-171-0/+4
* TextEditor: move rename symbol action to text editorDavid Schulz2020-05-121-0/+2
* QmlDesigner: Auxiliary data auto-foldAleksei German2020-03-041-1/+1
* De-Q_OBJECT-ify various IEditorFactory derived classeshjk2020-02-131-1/+0
* Make TextEditor setup more flexibleEike Ziller2020-02-121-1/+3
* TextEditor/Vcs: Remove use of QObject parent for editor factorieshjk2020-02-071-1/+1
* TextEditor: Remove unused TextEditorFactory::setEditorActionHandlershjk2020-02-051-2/+0
* Core: Make IEditorFactory::createEditor use a function objecthjk2020-02-051-2/+0
* Editor: add formatter supportDavid Schulz2020-01-221-0/+2
* Core/Utils: Use {} instead of nullptr for flagshjk2020-01-171-1/+1
* Editor: Rename format -> autoIndentDavid Schulz2020-01-091-1/+1
* TextEditor: Make TextEditorLinkLabel elideableAndre Hartmann2019-11-121-2/+2
* Add option to configure file line ending for an open documentMarius Sincovici2019-08-071-0/+2
* LanguageClient: add hover handlerDavid Schulz2019-05-171-2/+3
* TextEditor: return all BaseTextEditor for a documentDavid Schulz2019-03-131-1/+1
* TextEditor: update the infobar after setting up the highlighterDavid Schulz2019-02-071-1/+0
* Clang: Make diagnostic tooltips consistentNikolai Kosjar2019-02-051-0/+5
* Rename IContext::HelpIdCallback -> IContext::HelpCallbackEike Ziller2019-01-291-2/+2
* Help: Avoid multiple lookups of help id for context helpEike Ziller2019-01-291-4/+5
* TextEditor: Use callback in refactoring markersDavid Schulz2019-01-251-2/+0
* ClangFormat: Refactor indenter to allow ClangFormat unit-testsIvan Donchevskii2019-01-221-2/+2
* move find usages to TextEditorDavid Schulz2018-11-281-0/+3
* Core: Change IEditor::document() to constOrgad Shaneh2018-09-261-1/+1
* Introduce a basic client for the language server protocolDavid Schulz2018-09-031-0/+4
* TextEditor: Fix default context menuEike Ziller2018-03-221-0/+1
* CppTools: Remove processEvents call from follow symbolIvan Donchevskii2018-03-191-2/+4
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-02-231-0/+2
|\
| * Add overlooked Goto Document Start/End shortcut settingsEike Ziller2018-02-131-0/+2
* | Editor: Fix block for offset calculationDavid Schulz2018-02-151-4/+5
* | TextEditor: Modernize texteditor.{cpp,h}Nikolai Kosjar2018-02-071-19/+19
|/
* Core: Return context help id by callbackNikolai Kosjar2018-01-181-2/+2
* Refactor HighlightScrollBarJarek Kobus2017-12-121-0/+6
* Move line/column label functionality into single placeEike Ziller2017-12-071-1/+2
* TextEditor: move Link class to separate header in UtilsIvan Donchevskii2017-11-271-35/+7
* TextEditor: Clean forward declarationLaurent Montel2017-09-281-2/+0
* TextEditor: Add sortSelectedLines actionSerhii Moroz2017-09-111-0/+2
* Clang: Tool tips for clang query diagnosticsMarco Bubke2017-07-241-0/+2
* Fix namespaced buildJoerg Bornemann2017-07-041-0/+4
* TextEditor: Add line annotationsDavid Schulz2017-06-301-0/+2
* TextEditor: Animate navigation within fileDavid Schulz2017-06-151-1/+2
* Add a ShowContextMenu actionJesus Fernandez2017-06-091-0/+2
* TextEditor: Add delete(Start/End)OfLine actionsDavid Schulz2017-04-261-0/+2
* Allow giving TextEditorFactory custom CommentDefinitionEike Ziller2017-04-261-1/+1
* TextEditor: Complete transition to Qt5-style connectsOrgad Shaneh2017-03-201-3/+1