aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/textdocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-09-141-10/+12
|\
| * TextEditor: Fix clean whitespace actionDavid Schulz2020-09-081-10/+12
| * Core/Utils: Migrate further to Utils::Idhjk2020-07-061-0/+1
* | Core: replace QString with Utils::FilePath to get documentsDavid Schulz2020-09-041-1/+1
* | Core/Utils: Migrate further to Utils::Idhjk2020-07-061-0/+1
|/
* Support configurable trailing-whitespace cleanupJunker, Gregory2020-02-191-6/+20
* Editor: add formatter supportDavid Schulz2020-01-221-0/+20
* Editor: Rename format -> autoIndentDavid Schulz2020-01-091-1/+1
* TextEditor: Fix typo in a TextDocumentLayout functionNikolai Kosjar2019-12-181-3/+3
* TextEditor: Fix backtab behavior of multi line selectionDavid Schulz2019-10-111-17/+64
* TextEditor: more FileName -> FilePath renamingDavid Schulz2019-10-011-2/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-6/+6
* LanguageClient: add signature help providerDavid Schulz2019-05-211-0/+11
* move text document for file path convenience functionDavid Schulz2019-02-141-0/+5
* LSP: collect and execute quick fixes via shortcutDavid Schulz2019-02-121-1/+7
* ClangFormat: Add cursor position to the indenter interfaceIvan Donchevskii2019-01-311-4/+4
* ClangFormat: Introduce check to format code instead of indentingIvan Donchevskii2019-01-311-2/+2
* TextEditor: replace generic highlighter with ksyntaxhighlightingDavid Schulz2019-01-281-4/+0
* ClangFormat: Refactor indenter to allow ClangFormat unit-testsIvan Donchevskii2019-01-221-8/+8
* ClangTools: Apply indention/formatting after fix-itsIvan Donchevskii2018-12-211-1/+1
* ClangFormat: Do not format text but indent onlyIvan Donchevskii2018-11-141-0/+5
* TextEditor: ModernizeOrgad Shaneh2018-09-201-9/+9
* Clang: Use clang-format for indentationIvan Donchevskii2018-09-121-32/+37
* TextEditor: modernize TextDocumentDavid Schulz2018-02-211-18/+14
* TextEditor: Remove QuickFixAssistProviderhjk2017-12-151-2/+2
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-11-161-1/+1
|\
| * Editor: Fix indenting on the very first position of a documentDavid Schulz2017-11-151-1/+1
* | Add function for getting DiffServiceEike Ziller2017-11-131-1/+1
* | Project tree: Make code for diff against current file reusableEike Ziller2017-11-131-0/+19
|/
* TextEditor: cleanup annotation rect cache after mark is removedDavid Schulz2017-10-091-0/+1
* TextEditor: move convenience from texteditor to utilsIvan Donchevskii2017-09-221-2/+2
* TextEditor: Add line annotationsDavid Schulz2017-06-301-3/+9
* TextEditor: Fix updating TextMark priorityDavid Schulz2017-06-271-1/+7
* Support diff a file from project explorer against the current fileJarek Kobus2017-03-281-0/+5
* Utils: Wrap MimeDatabase into static functionshjk2017-03-031-2/+1
* DiffEditor: fix revert chunk for diffs of modified filesJarek Kobus2016-10-211-3/+16
* Fix marking files modified externally as modifiedJarek Kobus2016-10-211-9/+29
* Revert "Replace virtual isModified method with a getter/setter/notifier"Jarek Kobus2016-10-211-5/+7
* Replace virtual isModified method with a getter/setter/notifierJarek Kobus2016-10-171-7/+5
* Editor: Collect indentation for a list of text blocksDavid Schulz2016-08-311-19/+25
* EditorManager: Auto-suspend editorsEike Ziller2016-06-131-0/+2
* CodeAssist: Support only one quickfix assistant per editor class.David Schulz2016-04-281-0/+5
* Editor: Fix crash when removing mark from the block data destructor.David Schulz2016-04-131-2/+9
* TextEditor: Fix tab indentation if single line is selectedEike Ziller2016-03-161-1/+13
* Editor: Fix whitespace cleaning.David Schulz2016-02-241-5/+6
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* TextEditor: Support contents() and contentsChanged()Ulf Hermann2016-01-191-1/+6
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-141-4/+4
* TextEditor: Fix indentation of last line in selectionOrgad Shaneh2015-12-021-1/+1
* Revert "TextEditor: Use canonical path for opened document"Eike Ziller2015-10-141-1/+1