aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/plaintextedit/texteditorlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Utils: Also clear formats when clearing a layout"David Schulz2025-10-011-1/+0
* Utils: fix layout update ranges on document changes againDavid Schulz2025-10-011-1/+1
* Utils: fix layout update ranges on document changesDavid Schulz2025-09-301-3/+5
* Utils: ensure the offset cache is cleared after block size changesDavid Schulz2025-09-241-9/+5
* Utils: Also clear formats when clearing a layoutDavid Schulz2025-09-151-0/+1
* Utils: fix clearing layout data after document changesDavid Schulz2025-09-151-1/+3
* Utils: Fix TextEditorLayout::findBlockByLineNumberDavid Schulz2025-09-121-6/+5
* Utils: remove unreachable codeDavid Schulz2025-09-121-7/+0
* Utils: Fix crash in editor layoutChristian Stenger2025-09-111-1/+1
* Utils: Suppress compiler warning about signednessChristian Kandeler2025-09-081-1/+1
* TextEditor: Fix embedded Widget positioningMarcus Tillmanns2025-09-081-4/+7
* Utils: introduce additional layout items per block layoutDavid Schulz2025-08-281-87/+427
* Utils: fix moving cursor over folded blocksDavid Schulz2025-08-221-1/+3
* Utils: fix moving cursor up/down with selection on first/last lineDavid Schulz2025-08-181-2/+8
* Utils: share common code between moving cursor up and downDavid Schulz2025-08-181-25/+10
* Utils: fix vertical text cursor movementDavid Schulz2025-08-181-2/+8
* Utils: Fix MSVC warningOrgad Shaneh2025-07-301-1/+1
* Utils: replace another unique_ptr::release with resetDavid Schulz2025-07-231-1/+1
* Utils: fix leaking block layoutDavid Schulz2025-07-211-1/+1
* Editor: use one layout per editor instead of per documentDavid Schulz2025-07-181-0/+438