lazyhacker.com Forum Index lazyhacker.com
Forum for the discussion of Visual Slickedit.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Sort functions in C++ beautifier

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    lazyhacker.com Forum Index -> Feature Requests
View previous topic :: View next topic  
Author Message
jchick



Joined: 24 Apr 2006
Posts: 2
Location: Germany

PostPosted: Mon Apr 24, 2006 12:47 pm    Post subject: Sort functions in C++ beautifier Reply with quote

It seems I am the only person in the world interested in something like this because I have not found a single code formatter that can do it.

Some of the projects I work on are over 180K lines. In order to keep maintenance low we have strict formatting rules. One of these rules require the ascending sort of function implementations.

For Exampe:

Code:
void A()
{
    ...
}

void B()
{
    ...
}


It would be great if the C++ Beautifier included the ability to sort functions in a file by function name. The return type should be avoided. The definition viewer can already sort by line number or function name.
_________________
Cheers,
Jon
Back to top
View user's profile Send private message  
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    lazyhacker.com Forum Index -> Feature Requests All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group