aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/textutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: simplify Text::textAtDavid Schulz2023-07-071-3/+2
* Utils: make select at column 0-basedDavid Schulz2023-07-071-3/+3
* Utils: remove now unused Utils::Text::ReplacementDavid Schulz2023-07-041-20/+0
* Utils: make column of convertPosition 0-based to merge it into PositionDavid Schulz2023-05-241-2/+2
* Utils: add Position::fromCursor with testsDavid Schulz2023-05-171-0/+5
* Utils: add tests for Position::fromPositionInDocumentDavid Schulz2023-05-161-0/+2
* Utils: add tests for Position::fromFileNameDavid Schulz2023-05-161-1/+8
* Utils: fix Text::Range length and remove midDavid Schulz2023-05-121-8/+16
* Utils: use Text::Position instead of LineColumn in textutilsDavid Schulz2023-05-111-23/+9
* Utils: move extractFromFileName from LineColumn to Text::PositionDavid Schulz2023-05-111-1/+35
* Utils: remove OptionalLineColumnDavid Schulz2023-05-111-7/+4
* Utils: Make column of LineColumn consistently 0-basedDavid Schulz2023-05-111-3/+2
* Utils: move TextPosition/Range to textutilsDavid Schulz2023-05-101-4/+32
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: More forward declarations / drop unused headers [T-Z]Jarek Kobus2022-05-251-2/+2
* Utils: swap anchor and position of Utils::Text::selectAtDavid Schulz2021-09-301-2/+2
* Utils: fix selectAt used with invisible blocksDavid Schulz2020-06-111-5/+3
* Editor: add formatter supportDavid Schulz2020-01-221-0/+20
* Clang: Extract Utils::utf8AdvanceCodePointNikolai Kosjar2019-08-271-0/+25
* Standardize on int for line and column valueshjk2019-07-261-1/+1
* ClangFormat: Fix UTF-16 line and column for 0 offsetIvan Donchevskii2019-03-061-2/+5
* ClangFormat: Refactor codeIvan Donchevskii2019-02-201-0/+22
* Help: Add fallback word lookup for context help to base text editorEike Ziller2019-02-151-0/+7
* ClangFormat: Fix the return value for the line offsetIvan Donchevskii2018-12-121-0/+3
* ClangFormat: Make more readable helper functionsIvan Donchevskii2018-10-241-6/+6
* Clang: Significantly improve ClangFormat plugin usabilityIvan Donchevskii2018-10-171-0/+15
* Utils: Fix column returned from helper functionIvan Donchevskii2018-10-111-1/+1
* Clang: Change the way completion fix-its are shownIvan Donchevskii2018-10-021-1/+2
* Introduce a basic client for the language server protocolDavid Schulz2018-09-031-1/+1
* Clang: Provide all overloads for function definition completionIvan Donchevskii2018-08-021-1/+0
* Utils: Remove superfluous qualificationsOrgad Shaneh2018-07-191-2/+2
* Utils: Move common positionInText function to Utils::TextIvan Donchevskii2018-06-191-0/+7
* Clang: Use LineColumn instead of explicit integers for line and columnMarco Bubke2018-01-171-0/+12
* TextEditor: move convenience from texteditor to utilsIvan Donchevskii2017-09-221-0/+125