aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/textdocumentlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: Move test setup closer to tested codehjk2024-01-171-8/+26
* Copilot: fix applying copilot suggestions word by wordDavid Schulz2023-11-171-1/+1
* Merge remote-tracking branch 'origin/11.0'David Schulz2023-08-081-0/+2
|\
| * TextEditor: Fix compilation without testsOrgad Shaneh2023-08-071-0/+2
* | Texteditor: Fix clazy-strict-iterators warningAndre Hartmann2023-08-071-1/+1
|/
* TextEditor: Fix crash on reloading the documentDavid Schulz2023-08-041-3/+31
* TextEditor: clear suggestion when moving in front of itDavid Schulz2023-06-081-0/+2
* TextEditor: reuse resetReloadMarks in documentReloadedDavid Schulz2023-04-131-3/+3
* TextEditor: fix leaking TextSuggestionDavid Schulz2023-04-131-1/+1
* TextEditor: fix crash on reloadDavid Schulz2023-04-131-2/+19
* TextEditor: add a virtual destructor to TextSuggestionDavid Schulz2023-03-311-0/+2
* TextEditor: introduce text suggestion interfaceDavid Schulz2023-03-291-51/+39
* TextEditor: ensure block is layoutedDavid Schulz2023-03-241-1/+5
* TextEditor: support inline suggestionsDavid Schulz2023-03-151-5/+77
* Editor: Add replacement helper to document layoutDavid Schulz2023-02-021-21/+21
* TextEditor: add inline suggestionsDavid Schulz2023-02-011-1/+54
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Re-introduction of the feature to adjust the line spacingFlorian Koch2022-09-121-0/+9
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* TextEditor: schedule update document layoutDavid Schulz2022-08-041-0/+14
* CppEditor: Fix highlighting of raw string literalsChristian Kandeler2021-12-101-0/+16
* TextEditor: Provide a function for inserting a parenthesisChristian Kandeler2021-09-241-0/+7
* TextEditor: update matching parenthesis in the editorDavid Schulz2021-09-241-6/+20
* Revert "Editor: Make line spacing adjustable"David Schulz2020-10-201-8/+0
* Editor: Make line spacing adjustableDavid Schulz2020-10-011-0/+8
* TextEditor: Fix typo in a TextDocumentLayout functionNikolai Kosjar2019-12-181-15/+15
* TextEditor: ModernizeAlessandro Portale2018-11-301-5/+3
* TextEditor: ModernizeOrgad Shaneh2018-09-201-4/+2
* TextEditor: Cleanup TextDocumentLayoutOrgad Shaneh2018-05-071-31/+19
* TextEditor: Add option to display annotation between linesDavid Schulz2017-11-221-0/+8
* Add folding to Side-by-side diff editorJarek Kobus2017-11-011-0/+7
* C++: Handle curly braces like other brace typesNikolai Kosjar2017-05-231-4/+2
* Don't use return keyword when not necessaryMontel Laurent2017-04-141-1/+1
* Editor: Simplify FoldValidator::process.David Schulz2016-06-081-25/+18
* TextEditor: fix folding of all nested blocks of folded blockAnatoly Stolbov2016-05-181-0/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Editor: Allow negative folding indent.David Schulz2015-05-211-1/+1
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
* TextEditor: Do not use deleted TextMarks.David Schulz2014-10-071-1/+1
* TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-0/+699