﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
127	pretty printing -- cpp parser and reformatter needed	Fred T. Hamster	bugdock	"isn't there a quick way to resurrect the old pretty printing
stuff?

maybe the old version was for basic or something?  or was there
one for c, possibly done for a course?

it would be really nice to have a very configurable pretty printer
that could be used to reformat and fix code.

now comments are even easier to handle thanks to doxygen; doxygen
gives us the directional association to the actual object being
documented!
sweet...  so now it's no question whether the thing goes above or below,
as long as its got doxygen.

for comments that are ""loose"", those should be their own block of stuff.
they should flow with the last indentation level in a nice way.
loose means that they are not adjacent to another code construct or
another comment.  a group of comments with no spacing between, but spacings
outside, should form a block.
when code is present next to the comment, then doxygen rules need
to be applied.

"	new-feature	assigned	minor		feistymeow-nucleus				
