Summary: | Artistic Style formatter lacks stroustrup and horstmann bracket styles | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Nikita Churaev <lamefun.x0r> |
Component: | Language Support: CPP (old) | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.1.0 | ||
Target Milestone: | 4.2.0 | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nikita Churaev
2010-11-12 20:54:03 UTC
confirmed, we should update our astyle lib and make sure we support all new features Git commit 9bca3f98d22286f24afa13648e308062439c9f73 by Milian Wolff. Committed on 02/02/11 at 21:15. Pushed by mwolff into branch 'master'. add support for Stroustrup and Horstmann bracket modes CCBUG: 256736 M +13 -1 formatters/astyle/astyle_formatter.cpp M +2 -1 formatters/astyle/astyle_plugin.cpp M +4 -0 formatters/astyle/astyle_preferences.cpp M +10 -0 formatters/astyle/astyle_preferences.ui http://commits.kde.org/kdevelop/9bca3f98d22286f24afa13648e308062439c9f73 Git commit 829facc0ade8c1dfa58b5d1c39e860d8b2a43b06 by Milian Wolff. Committed on 04/02/11 at 11:43. Pushed by mwolff into branch 'master'. add new formatting styles BUG: 256736 M +63 -0 formatters/astyle/astyle_formatter.cpp M +20 -27 formatters/astyle/astyle_plugin.cpp http://commits.kde.org/kdevelop/829facc0ade8c1dfa58b5d1c39e860d8b2a43b06 |