aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangformat/clangformatconfigwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Editor: add formatter supportDavid Schulz2020-01-221-1/+1
* Fix MSVC warningsOrgad Shaneh2019-09-111-3/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-3/+3
* ExtensionSystem: Move away from QListEike Ziller2019-05-271-1/+1
* More FileName::appendPath() -> .pathAppended() changeshjk2019-05-271-3/+3
* Some more FileName::appendPath() -> pathAppended() changeshjk2019-05-171-2/+2
* ClangFormat: Add the interaction with BeautifierIvan Donchevskii2019-04-291-0/+54
* ClangFormat: Do not reinitialize the configuration and previewIvan Donchevskii2019-04-291-23/+25
* ClangFormat: Fix compile with older gcc and MSVCChristian Stenger2019-04-291-1/+1
* ClangFormat: Fix UI issuesIvan Donchevskii2019-04-261-78/+103
* ClangFormat: Improve the configuration UIIvan Donchevskii2019-04-251-22/+205
* ClangFormat: Show the global fallback styleIvan Donchevskii2019-04-251-11/+9
* ClangFormat: Disable configuration UI instead of hidingIvan Donchevskii2019-04-031-5/+11
* ClangFormat: Fix showing the warning textIvan Donchevskii2019-04-021-0/+1
* ClangFormat: Fix path for the overridden project configurationIvan Donchevskii2019-03-061-1/+2
* ClangFormat: Do not save settings if they are not overriddenIvan Donchevskii2019-03-061-0/+3
* ClangFormat: Change the logic how configuration is pickedIvan Donchevskii2019-03-051-34/+49
* CppTools: Move code style snippets to a separate headerOrgad Shaneh2019-02-261-1/+1
* ClangFormat: Add the preview text editor to the settingsIvan Donchevskii2019-02-221-0/+35
* ClangFormat: Show .clang-format file as text instead of the tableIvan Donchevskii2019-02-221-77/+8
* ClangFormat: Fix handling more complex stylesIvan Donchevskii2019-02-221-6/+0
* ClangFormat: Warn about invalid option and restore the last styleIvan Donchevskii2019-02-221-0/+12
* ClangFormat: Format edited chunks of file on saveIvan Donchevskii2019-02-051-1/+5
* ClangFormat: Format more code while typingIvan Donchevskii2019-02-051-3/+18
* ClangFormat: Introduce check to format code instead of indentingIvan Donchevskii2019-01-311-0/+10
* ClangFormat: Fix applying global settingsIvan Donchevskii2019-01-241-5/+8
* ClangFormat: Remove unused variableNikolai Kosjar2018-12-051-1/+1
* ClangFormat: Move settings to the Code Style widgetIvan Donchevskii2018-12-041-1/+6
* ClangFormat: Use relevant settings for each fileIvan Donchevskii2018-11-141-3/+2
* ClangFormat: Use the constant for the configuration filenameIvan Donchevskii2018-11-131-4/+5
* ClangFormat: Synchronize with C++ code style settingsIvan Donchevskii2018-11-081-22/+6
* Clang: Remove superfluous white spaceRobert Loehning2018-10-241-1/+1
* Clang: Significantly improve ClangFormat plugin usabilityIvan Donchevskii2018-10-171-42/+51
* ClangFormat: Fix warning about initialization orderTobias Hunger2018-09-121-1/+1
* Clang: Use clang-format for indentationIvan Donchevskii2018-09-121-0/+205