| Summary: | change max line length to 75 or 80 chars in predefined headings | ||
|---|---|---|---|
| Product: | [Applications] umbrello | Reporter: | Haeber <thomas> |
| Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | CC: | ichbinanon, ralf.habacker |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Haeber
2005-11-11 06:11:31 UTC
I think a better solution is to simply provide access to a code formatter as a hook, similar to git pre-commit hook. Umbrello should only focus on generating code that can be compiled, and outsource the job of correct formatting to external dedicated tool such as uncrustify. A tab could be added to the code generator options dialog with post-processing option. This could contain an input field and a browse button to specify an external script which is called after the code export and receives the generated files via standard input. |