summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/textdocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: fix crash on reloadDavid Schulz2023-04-131-3/+2
* TextEditor: introduce text suggestion interfaceDavid Schulz2023-03-291-9/+6
* TextEditor: support inline suggestionsDavid Schulz2023-03-151-5/+11
* Editor: Add replacement helper to document layoutDavid Schulz2023-02-021-1/+1
* TextEditor: add inline suggestionsDavid Schulz2023-02-011-0/+13
* TextEditor: Tr::trhjk2023-01-181-10/+10
* Editor: Allow to hide annotations for a group of text marksDavid Schulz2023-01-121-0/+41
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Allow mimetype deep-scan for remote filesMarcus Tillmanns2022-11-041-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* TextEditor: do not replace nbsp with normal spacesDavid Schulz2022-10-041-2/+27
* TextDocument: Make m_document a child of TextDocumentJarek Kobus2022-09-261-0/+1
* Convert file search API to FilePathEike Ziller2022-09-121-6/+6
* Editor: paint location marker over everything elseDavid Schulz2022-09-071-0/+9
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Merge remote-tracking branch 'origin/8.0'hjk2022-08-051-3/+10
|\
| * TextEditor: schedule update document layoutDavid Schulz2022-08-041-3/+10
* | TextEditor: remove mark width factorDavid Schulz2022-07-041-26/+2
|/
* TextEditor: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-191-4/+6
* Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-04-201-2/+1
|\
| * Editor: fix indenting selections spanning multiple linesDavid Schulz2022-04-191-2/+1
* | Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-4/+4
|/
* ClangCodeModel: Fix detection of #ifdef'ed out blocks with clangdChristian Kandeler2022-02-101-0/+4
* TextEditor: move setIfdefedOutBlocks to TextDocumentDavid Schulz2021-12-061-0/+50
* ClangCodeModel: Clean file paths resulting from "follow symbol"Christian Kandeler2021-11-121-1/+1
* Make TextDocument::cleanWhitespace super fastBogDan Vatra2021-10-291-2/+2
* Editor: multi cursor supportDavid Schulz2021-09-271-142/+81
* Core: FilePath-ify DocumentManagerhjk2021-09-221-3/+3
* ClangCodeModel: Force clangd restart on external changesChristian Kandeler2021-09-071-0/+15
* MimeDatabase: add FilePath convenience functionDavid Schulz2021-06-231-1/+1
* TextEditor: filepathify RefactoringChangesDavid Schulz2021-06-081-1/+1
* remove some unneeded FilePath::toFileInfoDavid Schulz2021-06-041-1/+1
* Core: filepathify IDocumentDavid Schulz2021-05-191-26/+25
* LanguageClient: Improve formattingDavid Schulz2021-02-101-3/+13
* TextEditor: Use invokeMethod instead of singleShot timer with 0 delayJarek Kobus2021-02-021-2/+2
* IDocument: Simplify permission changesEike Ziller2021-01-141-27/+1
* Don't access static functions/fields via instanceAlessandro Portale2020-11-191-4/+4
* 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