mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #122] [CLOSED] ClangFormat integration #171
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#171
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/122
Author: @klugier
Created: 12/24/2022
Status: ❌ Closed
Base:
master← Head:klugier/clang-format-itnegration📝 Commits (10+)
a95d2bbDeveloping clang-format integration.c310b7eMerge branch 'master' of https://github.com/ultimatepp/ultimatepp into klugier/clang-format-itnegration42116feAdded reformat menu.509bd0cRemoved duplicated options related to format JSON and XML.7b65ed6Merge branch 'master' of https://github.com/ultimatepp/ultimatepp into klugier/clang-format-itnegration736cab4Merge branch 'master' of https://github.com/ultimatepp/ultimatepp into klugier/clang-format-itnegration04ae69cInitial clang-format integration.d1c8523Added global .clang-format file to the repository.ff81ddcUpdate .clang-format stylee2156deWorking on clang-format integration.📊 Changes
12 files changed (+398 additions, -50 deletions)
View changed files
➕
.clang-format(+24 -0)📝
uppsrc/ide/Android/AndroidManifest.cpp(+2 -1)📝
uppsrc/ide/Builders/Build.cpp(+3 -3)📝
uppsrc/ide/Core/Host.cpp(+14 -2)📝
uppsrc/ide/Core/Host.h(+1 -0)📝
uppsrc/ide/FormatCode.cpp(+311 -15)📝
uppsrc/ide/NewPackageFile.cpp(+7 -3)📝
uppsrc/ide/ide.h(+5 -2)📝
uppsrc/ide/ide.key(+4 -9)📝
uppsrc/ide/ide.upp(+1 -1)📝
uppsrc/ide/idebar.cpp(+26 -9)📝
uppsrc/ide/idetool.cpp(+0 -5)📄 Description
In this PR following things has been added/modified:
@mirek-fidler please review if this change is going into the good direction. The code responsible for calling clang-format executable will be implemented later. I would like to avoid situation when we will do not agree on this initial changes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.