user1814893
user1814893

Reputation:

Formatting code in code blocks

I have recently gone from java(in eclipse) to C++ in code blocks, and I was wondering if there was a way to format code in code blocks like there is in eclipse (ctrl+shift+F), if not could someone point me towards a plugin or something of the like?

Upvotes: 2

Views: 2678

Answers (1)

Gary Klasen
Gary Klasen

Reputation: 1070

AStyle is a code formatting plugin for code blocks which allowes you to do this.

Info: http://wiki.codeblocks.org/index.php?title=Source_Code_Formatter_plugin

Upvotes: 3

Related Questions