aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/textutils.h
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: highlight selected textDavid Schulz2023-10-231-0/+4
* TextEditor: speed up searching in huge documentsDavid Schulz2023-10-131-0/+2
* Utils: make select at column 0-basedDavid Schulz2023-07-071-0/+1
* Utils: remove now unused Utils::Text::ReplacementDavid Schulz2023-07-041-19/+0
* Utils: make column of convertPosition 0-based to merge it into PositionDavid Schulz2023-05-241-1/+1
* Utils: add Position::fromCursor with testsDavid Schulz2023-05-171-0/+1
* Utils: add tests for Position::fromFileNameDavid Schulz2023-05-161-0/+2
* Utils: fix Text::Range length and remove midDavid Schulz2023-05-121-1/+1
* Utils: fix buildDavid Schulz2023-05-111-0/+1
* Utils: use Text::Position instead of LineColumn in textutilsDavid Schulz2023-05-111-5/+3
* Utils: move extractFromFileName from LineColumn to Text::PositionDavid Schulz2023-05-111-0/+2
* Utils: remove OptionalLineColumnDavid Schulz2023-05-111-1/+1
* Utils: move TextPosition/Range to textutilsDavid Schulz2023-05-101-0/+30
* 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-3/+6
* Editor: add formatter supportDavid Schulz2020-01-221-0/+2
* Utils: move text replacement helper to Utils::TextDavid Schulz2020-01-091-0/+17
* Clang: Extract Utils::utf8AdvanceCodePointNikolai Kosjar2019-08-271-0/+1
* Standardize on int for line and column valueshjk2019-07-261-1/+1
* ClangFormat: Refactor codeIvan Donchevskii2019-02-201-0/+4
* Help: Add fallback word lookup for context help to base text editorEike Ziller2019-02-151-0/+1
* Utils: Fix comment of convertPositionDavid Schulz2018-10-191-1/+1
* Clang: Move text cursor utility methods into ClangCodeModelIvan Donchevskii2018-10-181-46/+0
* Clang: Fix abandoning the parentheses for functionIvan Donchevskii2018-10-171-0/+8
* Clang: Significantly improve ClangFormat plugin usabilityIvan Donchevskii2018-10-171-0/+4
* 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-0/+38
* Utils: Remove superfluous qualificationsOrgad Shaneh2018-07-191-1/+1
* Utils: Move common positionInText function to Utils::TextIvan Donchevskii2018-06-191-0/+3
* Clang: Use LineColumn instead of explicit integers for line and columnMarco Bubke2018-01-171-0/+3
* TextEditor: move convenience from texteditor to utilsIvan Donchevskii2017-09-221-0/+52