aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangformat/clangformatbaseindenter.h
Commit message (Expand)AuthorAgeFilesLines
* ClangFormat: Add logging for bug fixingArtem Sokolovskii2024-05-271-0/+4
* ClangFormat: Replace checks widget with editorArtem Sokolovskii2024-01-261-0/+1
* ClangFormat: Pimpl ClangFormatBaseIndenterhjk2024-01-191-35/+4
* ClangFormat: Rename override checkboxArtem Sokolovskii2024-01-081-1/+1
* ClangFormat: Fix preview updateArtem Sokolovskii2023-12-211-0/+5
* ClangFormat: Fix compilation with Qt 6.2.4Marcus Tillmanns2023-09-051-1/+1
* Editor: replace Utils::Text::Replacement with Utils::ChangeSet::EditOp for fo...David Schulz2023-07-041-14/+14
* CppEditor: Format quickfix code only if formatting is enabledChristian Kandeler2023-07-031-1/+2
* ClangFormat: Add caching of current styleArtem Sokolovskii2023-06-121-1/+13
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* ClangFormat: do not remove trailing spaces on indent calculationDavid Schulz2022-09-141-1/+2
* Utils: Remove Utils::optionalEike Ziller2022-09-011-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Clangformat: Brings back some of checkboxesArtem Sokolovskii2022-06-301-0/+1
* ClangFormat: Add disable optionArtem Sokolovskii2022-05-191-1/+0
* ClangFormat: Start to use new file managementArtem Sokolovskii2022-04-201-1/+2
* Compile fix: use Utils::optional instead of std::optionalJarek Kobus2021-02-021-1/+1
* Texteditor: Add ability to get margin from indenterBjörn Schäpers2021-01-291-0/+2
* Utils: move text replacement helper to Utils::TextDavid Schulz2020-01-091-12/+12
* Editor: Rename format -> autoIndentDavid Schulz2020-01-091-5/+4
* ClangFormat: Add whitespace unit-tests and fix bugsIvan Donchevskii2019-03-061-1/+0
* ClangFormat: Fix the indentation for lines starting with ')'Ivan Donchevskii2019-02-221-0/+1
* ClangFormat: Refactor codeIvan Donchevskii2019-02-201-4/+6
* ClangFormat: Fix unit-testsIvan Donchevskii2019-02-191-1/+1
* ClangFormat: Improve mass indentation performanceIvan Donchevskii2019-02-191-6/+6
* ClangFormat: Format multiple text ranges at onceIvan Donchevskii2019-02-191-4/+2
* ClangFormat: Improve formatting performance to reformat the whole fileIvan Donchevskii2019-02-121-4/+4
* ClangFormat: Format more code while typingIvan Donchevskii2019-02-051-1/+9
* ClangFormat: Add cursor position to the indenter interfaceIvan Donchevskii2019-01-311-11/+18
* ClangFormat: Introduce check to format code instead of indentingIvan Donchevskii2019-01-311-0/+5
* ClangFormat: Refactor indenter to allow ClangFormat unit-testsIvan Donchevskii2019-01-221-0/+75