aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/textdocument.h
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: Fix clean whitespace actionDavid Schulz2020-09-081-1/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-2/+3
* Support configurable trailing-whitespace cleanupJunker, Gregory2020-02-191-1/+1
* Editor: add formatter supportDavid Schulz2020-01-221-2/+5
* TextEditor: more FileName -> FilePath renamingDavid Schulz2019-10-011-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-3/+3
* LanguageClient: add signature help providerDavid Schulz2019-05-211-0/+2
* move text document for file path convenience functionDavid Schulz2019-02-141-0/+1
* LSP: collect and execute quick fixes via shortcutDavid Schulz2019-02-121-0/+1
* ClangFormat: Add cursor position to the indenter interfaceIvan Donchevskii2019-01-311-2/+4
* ClangFormat: Introduce check to format code instead of indentingIvan Donchevskii2019-01-311-1/+1
* ClangFormat: Refactor indenter to allow ClangFormat unit-testsIvan Donchevskii2019-01-221-3/+2
* TextEditor: ModernizeAlessandro Portale2018-11-301-2/+2
* ClangFormat: Do not format text but indent onlyIvan Donchevskii2018-11-141-0/+1
* Clang: Use clang-format for indentationIvan Donchevskii2018-09-121-2/+3
* Introduce a basic client for the language server protocolDavid Schulz2018-09-031-0/+1
* TextEditor: modernize TextDocumentDavid Schulz2018-02-211-2/+2
* TextEditor: Remove QuickFixAssistProviderhjk2017-12-151-2/+2
* TextEditor: Fix missing includeChristian Stenger2017-11-131-0/+2
* Project tree: Make code for diff against current file reusableEike Ziller2017-11-131-0/+4
* TextEditor: cleanup annotation rect cache after mark is removedDavid Schulz2017-10-091-0/+1
* TextEditor: Add line annotationsDavid Schulz2017-06-301-0/+1
* Support diff a file from project explorer against the current fileJarek Kobus2017-03-281-0/+1
* DiffEditor: fix revert chunk for diffs of modified filesJarek Kobus2016-10-211-0/+1
* Fix marking files modified externally as modifiedJarek Kobus2016-10-211-0/+1
* Revert "Replace virtual isModified method with a getter/setter/notifier"Jarek Kobus2016-10-211-0/+1
* Replace virtual isModified method with a getter/setter/notifierJarek Kobus2016-10-171-1/+0
* CodeAssist: Support only one quickfix assistant per editor class.David Schulz2016-04-281-0/+2
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* TextEditor: Support contents() and contentsChanged()Ulf Hermann2016-01-191-1/+1
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-141-4/+4
* TextEditor: Use Qt5-style connectsOrgad Shaneh2015-12-181-2/+1
* Clang: Add revision and completion managementMarco Bubke2015-09-281-0/+1
* TextEditor: Fixed indentation in block selection modeVladyslav Gapchych2015-07-171-2/+4
* TextEditor: Adding an undo step when a file gets reloaded.David Schulz2015-07-021-1/+2
* Add override to IDocument hierarchyEike Ziller2015-06-111-14/+15
* Editor manager: Abort with a single message if file is not readable.Eike Ziller2015-06-101-2/+2
* Move "open" from IEditor to IDocumentEike Ziller2015-06-101-1/+4
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-2/+0
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-1/+1
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
* TextEditor: Move CompletionAssistProvider constructionhjk2014-10-061-0/+4
* TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-1/+1
* TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-0/+156