• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Looking for MS windows editor

xrax

Senior member
I am looking for something that formats code for you. Puts all the brackets in the right place and alphabetizes the header files.
 
the issue is that I have MS .net 2003 and would like to find a configurable editor that formats the C++ code the way I want and automatically puts headers in alphabetical order.
 
You could try to play around with the formatting options in the IDE.

I am unsure what you mean by putting headers in alphabetical order. ?In the code body?
That can be dangerous if there are dependencies between headers.

Or within the browser for header for a project. My version of the IDE lists the files in alpha order when I look at the file view of the project.

Again; much of what you may want is controlled by the IDE settings/preferences
 
Back
Top