Opened 12 years ago

Last modified 8 years ago

#126 assigned new-feature

pretty printing -- sort headers in code

Reported by: Fred T. Hamster Owned by: bugdock
Priority: minor Milestone:
Component: feistymeow-scripts Version:
Keywords: Cc:

Description

write a little script to rearrange any headers found in banks
into alphabetized lists.

eg.

#include...

#include <data_struct/static_memory_gremlin.h>
#include <basis/istring.h>

#include...

would be changed into:

#include...

#include <basis/istring.h>
#include <data_struct/static_memory_gremlin.h>

#include...

Change History (2)

comment:1 by Fred T. Hamster, 12 years ago

maybe eclipse will do this for us on c++ code?
could check that...

comment:2 by Fred T. Hamster, 8 years ago

Owner: changed from Fred T. Hamster to bugdock
Status: newassigned
Note: See TracTickets for help on using tickets.