aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangformat
Commit message (Expand)AuthorAgeFilesLines
* Core: Replace IDocument::OpenResult by Utils::Result<>hjk2025-04-171-2/+1
* Core: Turn IDocument::OpenResult into a full classhjk2025-04-161-5/+3
* Fix warning for ';'Marco Bubke2025-04-151-8/+8
* Replace a few make_unexpected with ResultErrorhjk2025-04-151-10/+9
* Utils: Move and rename result testing macros from expected.h to result.hhjk2025-04-143-5/+3
* Replace most expected_str by Utils::Resulthjk2025-04-115-7/+7
* Clang*: Some code cosmeticshjk2025-04-095-8/+8
* ExtensionSystem: Remove uses of PluginManager::plugins()Marcus Tillmanns2025-03-281-7/+1
* ClangFormat: Fix a crashJarek Kobus2025-03-071-25/+16
* ClangFormat: Fix crash when opening settingsEike Ziller2025-03-071-4/+7
* Move CodeStylePreferencesFactory implementation to .cpphjk2025-02-131-51/+37
* TextEditor: Remove references to ProjectExplorer::ProjectChristian Kandeler2025-02-101-10/+13
* ClangFormat et al.: Refactor settings factoriesAndrii Semkiv2025-02-1011-295/+603
* Utils: pass a document instead of a cursor to Utils::Text::textAtDavid Schulz2025-01-131-5/+4
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-1/+1
* Utils: Remove parent argument from FileUtils dialogshjk2025-01-061-2/+0
* ICodeStylePreferences: Reuse TypedCodeStylePreferencesJarek Kobus2024-12-194-5/+0
* Editor: use detected indentation by defaultDavid Schulz2024-12-162-9/+3
* Editor: Do not allow changing document tab settings for clangformatDavid Schulz2024-12-104-0/+14
* Utils: Add FilePath::isLocal() and use it instead of !needsDevice()hjk2024-12-091-1/+1
* Merge remote-tracking branch 'origin/15.0'Eike Ziller2024-12-052-3/+9
|\
| * Clang Format: Fix partially initialized styleAndrii Semkiv2024-12-052-3/+9
* | Plugins: Change a few usages of PluginSpec::name to ::idAlessandro Portale2024-11-221-1/+1
* | Plugins: Improve display names of pluginsAlessandro Portale2024-11-191-0/+1
|/
* ClangFormat: Fix warning on uninitialized struct memberhjk2024-11-081-1/+4
* ClangFormat: Fix Qt6.4 buildChristian Stenger2024-11-061-1/+2
* ClangFormat: Fix removal of common prefix and suffixChristian Kandeler2024-11-053-2/+25
* ClangFormat: Add showing error message in general messagesArtem Sokolovskii2024-10-241-2/+34
* ClangFormat: Add emit to StatementAttributeLikeMacrosArtem Sokolovskii2024-10-232-0/+11
* ClangFormat: Adapt to upstream API changeChristian Kandeler2024-10-151-0/+4
* ClangFormat: Fix terminologyEike Ziller2024-10-071-4/+6
* Unify copyright string and remove yearEike Ziller2024-09-261-1/+1
* Core: Make IDocument::save() return an expected_str<void>hjk2024-09-241-2/+1
* Avoid optional::value() and expected::value()Eike Ziller2024-09-051-1/+1
* ExtensionSystem: Add PluginId and VendorIdMarcus Tillmanns2024-09-021-0/+2
* ClangFormat: Fix project previewArtem Sokolovskii2024-08-285-20/+35
* ClangFormat: Fix a warning about unused argumentJarek Kobus2024-08-281-3/+3
* Merge remote-tracking branch 'origin/14.0'Eike Ziller2024-08-272-12/+19
|\
| * ClangFormat: Adapt to upstream API changeChristian Kandeler2024-08-261-0/+4
| * ClangFormat: config use read only editors instead of disabled onesDavid Schulz2024-08-151-12/+15
* | Plugins: Add URLs to manual page to plugin metadataAlessandro Portale2024-07-291-0/+1
* | Remove #include <utils/fileutils.h> from most header fileshjk2024-07-264-3/+6
* | Merge remote-tracking branch 'origin/14.0'Eike Ziller2024-07-251-0/+5
|\|
| * ClangFormat: explicitly link with LLVMPino Toscano2024-07-221-0/+5
* | ClangFormat: Fix empty warning messageArtem Sokolovskii2024-07-171-7/+10
* | ClangFormat: Add export and import features for ClangFormatArtem Sokolovskii2024-07-163-3/+86
* | ClangFormat: Fix build with current LLVM main branchChristian Kandeler2024-07-011-0/+4
|/
* Plugin meta data: Add full stop to descriptionsEike Ziller2024-06-281-1/+1
* Fix various translatable stringsEike Ziller2024-06-271-1/+1
* ClangFormat: Allow unknown options in .clang-format fileArtem Sokolovskii2024-06-065-38/+17