Beautifiers
-
I'm looking for a c++ source code beautifier ("pretty printer"?), preferable one that can work with MSVC projects / workspace, and one with source code would be cool too ;). Anyone know of a half decent one? Getting really sick of wadding through other peoples badly maintained code trying to find the cause of bugs...
Dylan
"In meetings, the person who is least competent usually does the most talking. Talking is a direct substitute for competence, at least in the minds of other people. Five minutes after you leave a meeting, you won't remember what anyone said but you will remember who did most of the talking. Withing a day your mind will translate that into a notion that the talker was unusually knowledgeable" - Scott Adams, Dilbert and the way of the weasel
I don't want to be offensive :), but why don't you write "nice" code in the first place ? I presume its code which belongs to another developer. Regards, Dark Angel
-
I'm looking for a c++ source code beautifier ("pretty printer"?), preferable one that can work with MSVC projects / workspace, and one with source code would be cool too ;). Anyone know of a half decent one? Getting really sick of wadding through other peoples badly maintained code trying to find the cause of bugs...
Dylan
"In meetings, the person who is least competent usually does the most talking. Talking is a direct substitute for competence, at least in the minds of other people. Five minutes after you leave a meeting, you won't remember what anyone said but you will remember who did most of the talking. Withing a day your mind will translate that into a notion that the talker was unusually knowledgeable" - Scott Adams, Dilbert and the way of the weasel
I looked at SourceStyle from Orche, www.ochre.com, very nice supports template styles and preview, plugs directly into MSVC, but its not free.
-
I'm looking for a c++ source code beautifier ("pretty printer"?), preferable one that can work with MSVC projects / workspace, and one with source code would be cool too ;). Anyone know of a half decent one? Getting really sick of wadding through other peoples badly maintained code trying to find the cause of bugs...
Dylan
"In meetings, the person who is least competent usually does the most talking. Talking is a direct substitute for competence, at least in the minds of other people. Five minutes after you leave a meeting, you won't remember what anyone said but you will remember who did most of the talking. Withing a day your mind will translate that into a notion that the talker was unusually knowledgeable" - Scott Adams, Dilbert and the way of the weasel
-
I'm looking for a c++ source code beautifier ("pretty printer"?), preferable one that can work with MSVC projects / workspace, and one with source code would be cool too ;). Anyone know of a half decent one? Getting really sick of wadding through other peoples badly maintained code trying to find the cause of bugs...
Dylan
"In meetings, the person who is least competent usually does the most talking. Talking is a direct substitute for competence, at least in the minds of other people. Five minutes after you leave a meeting, you won't remember what anyone said but you will remember who did most of the talking. Withing a day your mind will translate that into a notion that the talker was unusually knowledgeable" - Scott Adams, Dilbert and the way of the weasel
Dylan Kenneally wrote: I'm looking for a c++ source code beautifier ("pretty printer"?), preferable one that can work with MSVC projects / workspace, and one with source code would be cool too ;) What about Reformat Source Code by our very own Alvaro Mendez[^] Michael Martin Australia mjm68@tpg.com.au "I personally love it because I can get as down and dirty as I want on the backend, while also being able to dabble with fun scripting and presentation games on the front end." - Chris Maunder 15/07/2002
-
I'm looking for a c++ source code beautifier ("pretty printer"?), preferable one that can work with MSVC projects / workspace, and one with source code would be cool too ;). Anyone know of a half decent one? Getting really sick of wadding through other peoples badly maintained code trying to find the cause of bugs...
Dylan
"In meetings, the person who is least competent usually does the most talking. Talking is a direct substitute for competence, at least in the minds of other people. Five minutes after you leave a meeting, you won't remember what anyone said but you will remember who did most of the talking. Withing a day your mind will translate that into a notion that the talker was unusually knowledgeable" - Scott Adams, Dilbert and the way of the weasel
No MSVC integration, commandline; I will recommend AStyle. Of course, you can use it as a tool in the MSVC. Best regards, Paul. Jesus Christ is LOVE! Please tell somebody.
-
Dylan Kenneally wrote: c++ source code beautifier :omg: Never heard of such a thing ! What does it do ? change m_pmyf***ingpointer into m_pmyohsonicepointer ;P ? ~RaGE();
It indents code (more or less) -- Only in a world this shitty could you even try to say these were innocent people and keep a straight face.
-
I'm looking for a c++ source code beautifier ("pretty printer"?), preferable one that can work with MSVC projects / workspace, and one with source code would be cool too ;). Anyone know of a half decent one? Getting really sick of wadding through other peoples badly maintained code trying to find the cause of bugs...
Dylan
"In meetings, the person who is least competent usually does the most talking. Talking is a direct substitute for competence, at least in the minds of other people. Five minutes after you leave a meeting, you won't remember what anyone said but you will remember who did most of the talking. Withing a day your mind will translate that into a notion that the talker was unusually knowledgeable" - Scott Adams, Dilbert and the way of the weasel
Doesnt Visual Studio already do that for you? Code formatting? Nish
Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]
-
Dylan Kenneally wrote: I'm looking for a c++ source code beautifier ("pretty printer"?), preferable one that can work with MSVC projects / workspace, and one with source code would be cool too ;) What about Reformat Source Code by our very own Alvaro Mendez[^] Michael Martin Australia mjm68@tpg.com.au "I personally love it because I can get as down and dirty as I want on the backend, while also being able to dabble with fun scripting and presentation games on the front end." - Chris Maunder 15/07/2002
Hello MM, I wasnt regular here for a while, so I missed your job news. Care to update me? Nish
Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]
-
Doesnt Visual Studio already do that for you? Code formatting? Nish
Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]
Yeah, it has this wonderful feature called the tab key. :-D Michael Fat bottomed girls You make the rockin' world go round -- Queen
-
It indents code (more or less) -- Only in a world this shitty could you even try to say these were innocent people and keep a straight face.
Jörgen Sigvardsson wrote: It indents code (more or less) But Visual studio already does that for you. And can do it for currently unindented code blocks too. Nish
Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]
-
Jörgen Sigvardsson wrote: It indents code (more or less) But Visual studio already does that for you. And can do it for currently unindented code blocks too. Nish
Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]
Nishant S wrote: And can do it for currently unindented code blocks too. Yep. Ctrl+k, Ctrl+F isn't it??? It was Alt+F8 in VS 6 I think. Regards, Brian Dela :-)
-
Nishant S wrote: And can do it for currently unindented code blocks too. Yep. Ctrl+k, Ctrl+F isn't it??? It was Alt+F8 in VS 6 I think. Regards, Brian Dela :-)
Brian Delahunty wrote: Yep. Ctrl+k, Ctrl+F isn't it??? It was Alt+F8 in VS 6 I think. Yup Nish
Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]
-
Yeah, it has this wonderful feature called the tab key. :-D Michael Fat bottomed girls You make the rockin' world go round -- Queen
Michael P Butler wrote: Yeah, it has this wonderful feature called the tab key. I actually meant the block code formatter :-) Nish
Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]
-
Brian Delahunty wrote: Yep. Ctrl+k, Ctrl+F isn't it??? It was Alt+F8 in VS 6 I think. Yup Nish
Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]
Nishant S wrote: Yup Cool. So my memory isn't as bad as I thought. Cool. Regards, Brian Dela :-)
-
Nishant S wrote: Yup Cool. So my memory isn't as bad as I thought. Cool. Regards, Brian Dela :-)
Brian Delahunty wrote: Cool. So my memory isn't as bad as I thought. Cool. What made you think your memory is bad? Any previous experiences that gave you this conclusion? Nish
Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]
-
Brian Delahunty wrote: Cool. So my memory isn't as bad as I thought. Cool. What made you think your memory is bad? Any previous experiences that gave you this conclusion? Nish
Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]
Nishant S wrote: What made you think your memory is bad? Any previous experiences that gave you this conclusion? I forgot to do a load of things this morning before I came into college. I forgot to go to the bank, to ring home, to pay the tv rental and I forgot my bus pass... arrraaagghhhh!!!! :mad: My mind is elsewhere at the moment! Regards, Brian Dela :-)
-
Nishant S wrote: What made you think your memory is bad? Any previous experiences that gave you this conclusion? I forgot to do a load of things this morning before I came into college. I forgot to go to the bank, to ring home, to pay the tv rental and I forgot my bus pass... arrraaagghhhh!!!! :mad: My mind is elsewhere at the moment! Regards, Brian Dela :-)
Brian Delahunty wrote: My mind is elsewhere at the moment! Perhaps there is this young lady? ;-) Nish
Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]
-
Brian Delahunty wrote: My mind is elsewhere at the moment! Perhaps there is this young lady? ;-) Nish
Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]
Nishant S wrote: Perhaps there is this young lady? Yep. Your right :rose:. At the moment I'm trying to sort out flights to Germany. It's only €60 return to frankfurt [:-D] if I fly out on the 31st of Dec and fly back on the 6th of Jan[starting back in college on the 6th :rolleyes:] but I'm trying to get the time off from work [which should be easy enough :-)] and trying to get an advance on my wages [which should be near impossible :mad:] because I don't get paid until the 3rd of Janurary!!! Regards, Brian Dela :-)
-
Nishant S wrote: Perhaps there is this young lady? Yep. Your right :rose:. At the moment I'm trying to sort out flights to Germany. It's only €60 return to frankfurt [:-D] if I fly out on the 31st of Dec and fly back on the 6th of Jan[starting back in college on the 6th :rolleyes:] but I'm trying to get the time off from work [which should be easy enough :-)] and trying to get an advance on my wages [which should be near impossible :mad:] because I don't get paid until the 3rd of Janurary!!! Regards, Brian Dela :-)
Brian Delahunty wrote: Yep. Your right . At the moment I'm trying to sort out flights to Germany. It's only €60 return to frankfurt [] if I fly out on the 31st of Dec and fly back on the 6th of Jan[starting back in college on the 6th ] but I'm trying to get the time off from work [which should be easy enough ] and trying to get an advance on my wages [which should be near impossible ] because I don't get paid until the 3rd of Janurary!!! Good luck Brian. I hope you are able to visit her and that you have a jolly good time together :-) Nish
Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]
-
Jörgen Sigvardsson wrote: It indents code (more or less) But Visual studio already does that for you. And can do it for currently unindented code blocks too. Nish
Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]
Yes, but is it as configurable as most beautifiers are? -- Only in a world this shitty could you even try to say these were innocent people and keep a straight face.