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 , 12 years ago
comment:2 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
maybe eclipse will do this for us on c++ code?
could check that...