News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Is there some kind of C++ code organizer?

Started by void, January 20, 2012, 06:12:05 PM

Previous topic - Next topic

void

Hello there,

I'm asking this to myself for quite a while now, but is there any tool/plugin/gui/whatever that is intended to reorganize your C++ code to make it more readable? I'm not talking about code formatting, but things like reorganize the order of member implementation to match the header file for example. Another thing that would be nice (though not necessary) would be some kind of automatic template generation for Doxygen comments. I'd love some gui that helps writing them, would be absolutely fantastic in my opinion.

Any ideas about that, especially the header/source order thing? Thank you in advance!

oBFusCATed

For the declaration sorting the best tools are called copy and paste.
Any other solution would be nightmare in the long run.
If you really depend on these kind of tools you'll have to switch the language, sorry.

For the doxygen comments, you can try the Doxyblocks plugin. It comes with the recent nightly builds.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]