External code beautifier / custom indentation .
Qt Creator and other tools
4
Posts
2
Posters
1.7k
Views
1
Watching
-
Automatic indention: No, but that isn't the purpose of source beautifiers.
As for the shortcut: options -> environment -> keyboard
Main benefit: the beautified code is fully integrated into the undo framework and can be called on unsaved files. (In opposite to calling external tools.)Normally I write my code, living with the auto indent provided by Qt, and then trigger my short cut quite often. So all other styles, I set up, get respected. Works for me.