Code Formatting Plugins in Qt Creator
-
Is there anyway to use a code formatting plugin inside Qt Creator much like Eclipse uses? Seems like this would be very helpful.
-
You can always run your preferred code formatting utility over your source code outside Qt Creator. There are lots of those (e.g. "astyle":http://astyle.sourceforge.net/), there even is a UI which can use several different indenters for all kinds of code called "universalIndentGUI":http://universalindent.sourceforge.net/index.php (which is a Qt application by the way;-).
IIRC there is a plugin for code formatting listed in the "Qt Creator Plugin Gallery":http://developer.qt.nokia.com/wiki/Qt_Creator_Plug-in_Gallery. I have not tried it though and can not comment on its state.