|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Tidy Code softwareI've been asked to modify a rather large piece of code, (12000 lines in
all) It's been written with everything on the left margin. There used to be a piece of software to make the code more readable, including putting vertical lines on the printout from start to finish of a routine whether it be sub, for/next while, etc Not seen it for many years, Cant remember what it was/is called, but would like to find it? Or another FREE package? Regards -- Kevin Have a look at: http://www.bmsltd.ie/Indenter/Default.htm
It'll sort the code out in VB, though does nothing for printouts. It is, however, free. Steve Show quoteHide quote "Kevin J Prince" <ke***@princ7.demon.co.uk> wrote in message news:r$EzXWAXGpLDFAIP@lon1-aj2b.demonadsl.co.uk... > I've been asked to modify a rather large piece of code, (12000 lines in > all) It's been written with everything on the left margin. > > There used to be a piece of software to make the code more readable, > including putting vertical lines on the printout from start to finish of a > routine whether it be sub, for/next while, etc > > Not seen it for many years, Cant remember what it was/is called, but would > like to find it? Or another FREE package? > > Regards > -- > Kevin > Steve,
Thanks for that, It's certainly made the code more readable. A very useful utility program... However I would still like to know, if anyone out there knows of it, what the software was that used to put lines from top of procedure to bottom of procedure etc..... Regards Kevin In message <epgJxYQvFHA.***@TK2MSFTNGP10.phx.gbl>, Steve Barnett <non***@nodomain.com> writes Show quoteHide quote >Have a look at: http://www.bmsltd.ie/Indenter/Default.htm > >It'll sort the code out in VB, though does nothing for printouts. It is, >however, free. > >Steve > >"Kevin J Prince" <ke***@princ7.demon.co.uk> wrote in message >news:r$EzXWAXGpLDFAIP@lon1-aj2b.demonadsl.co.uk... >> I've been asked to modify a rather large piece of code, (12000 lines in >> all) It's been written with everything on the left margin. >> >> There used to be a piece of software to make the code more readable, >> including putting vertical lines on the printout from start to finish of a >> routine whether it be sub, for/next while, etc >> >> Not seen it for many years, Cant remember what it was/is called, but would >> like to find it? Or another FREE package? >> >> Regards >> -- >> Kevin >> > > -- Kevin Kevin J Prince wrote:
> Steve, The generic name for this is 'pretty printing'. I'm pretty <cough> sure that if you googled that term + "VB", you'd get some hits. Free, I don't know, but stuff is out there.> > Thanks for that, It's certainly made the code more readable. A very > useful utility program... > > > However I would still like to know, if anyone out there knows of it, > what the software was that used to put lines from top of procedure to > bottom of procedure etc..... > > However I would still like to know, if anyone out there knows of Probably this...it, > what the software was that used to put lines from top of procedure to > bottom of procedure etc..... http://www.submain.com/Default.aspx?nav=products.pcp Rick Thanks for the link Rick,
Sadly, can't afford it because I'm doing this as a favour and it's a big expense for a hobby GRIN... I am still looking for a free one if there is such a thing. Regards Kevin In message <#OEjfPUvFHA.3***@TK2MSFTNGP14.phx.gbl>, "Rick Rothstein [MVP - Visual Basic]" <rickNOSPAMnews@NOSPAMcomcast.net> writes >> However I would still like to know, if anyone out there knows of >it, >> what the software was that used to put lines from top of >procedure to >> bottom of procedure etc..... > >Probably this... > >http://www.submain.com/Default.aspx?nav=products.pcp > >Rick > > -- Kevin J Prince Skype address princy557 Try
http://www.starprint2000.com/vbprint_features.html (Shareware - don't know what the limits are - might do it for you - $59 to buy) I've not seen any free products that do what you want. I'm also a little unsure about the benefit of printing thousands of lines of code... Steve Show quoteHide quote "Kevin J Prince" <ke***@princ7.demon.co.uk> wrote in message news:cTeFJ6CPqSMDFAEr@lon1-aj2b.demonadsl.co.uk... > Thanks for the link Rick, > > Sadly, can't afford it because I'm doing this as a favour and it's a big > expense for a hobby GRIN... > > I am still looking for a free one if there is such a thing. > > Regards Kevin > In message <#OEjfPUvFHA.3***@TK2MSFTNGP14.phx.gbl>, "Rick Rothstein [MVP - > Visual Basic]" <rickNOSPAMnews@NOSPAMcomcast.net> writes >>> However I would still like to know, if anyone out there knows of >>it, >>> what the software was that used to put lines from top of >>procedure to >>> bottom of procedure etc..... >> >>Probably this... >> >>http://www.submain.com/Default.aspx?nav=products.pcp >> >>Rick >> >> > > -- > Kevin J Prince > Skype address princy557 > Thanks Steve,
Benefits to me will be I will be able to read it.... either on screen or on paper. The current code is everything on the left column. Makes it hard to find that that needs finding. There are no comment, No variable descriptions the code is a nightmare. I believe about three untrained programmers have already been messing and made no comments either. No documents or anything. My sanity would be helped by the software.. Cheers Kevin In message <#E6U$qpvFHA.1***@TK2MSFTNGP10.phx.gbl>, Steve Barnett <non***@nodomain.com> writes Show quoteHide quote >Try > http://www.starprint2000.com/vbprint_features.html (Shareware - don't >know what the limits are - might do it for you - $59 to buy) > >I've not seen any free products that do what you want. I'm also a little >unsure about the benefit of printing thousands of lines of code... > >Steve > > >"Kevin J Prince" <ke***@princ7.demon.co.uk> wrote in message >news:cTeFJ6CPqSMDFAEr@lon1-aj2b.demonadsl.co.uk... >> Thanks for the link Rick, >> >> Sadly, can't afford it because I'm doing this as a favour and it's a big >> expense for a hobby GRIN... >> >> I am still looking for a free one if there is such a thing. >> >> Regards Kevin >> In message <#OEjfPUvFHA.3***@TK2MSFTNGP14.phx.gbl>, "Rick Rothstein [MVP - >> Visual Basic]" <rickNOSPAMnews@NOSPAMcomcast.net> writes >>>> However I would still like to know, if anyone out there knows of >>>it, >>>> what the software was that used to put lines from top of >>>procedure to >>>> bottom of procedure etc..... >>> >>>Probably this... >>> >>>http://www.submain.com/Default.aspx?nav=products.pcp >>> >>>Rick >>> >>> >> >> -- >> Kevin J Prince >> Skype address princy557 >> > > -- Kevin J Prince Skype address princy557 Kevin J Prince <ke***@princ7.demon.co.uk>'s wild thoughts
were released on Wed, 21 Sep 2005 12:11:01 +0100 bearing the following fruit: >Thanks Steve, As already meantioned, that is EASILY resolved by using one> >Benefits to me will be I will be able to read it.... either on screen or >on paper. The current code is everything on the left column. Makes it >hard to find that that needs finding. of the many free code indenters. >There are no comment, No variable descriptions the code is a nightmare. No addin can help with that ;-)>I believe about three untrained programmers have already been messing >and made no comments either. No documents or anything. J Show quoteHide quote >My sanity would be helped by the software.. Jan Hyde (VB MVP)> >Cheers Kevin > >In message <#E6U$qpvFHA.1***@TK2MSFTNGP10.phx.gbl>, Steve Barnett ><non***@nodomain.com> writes >>Try >> http://www.starprint2000.com/vbprint_features.html (Shareware - don't >>know what the limits are - might do it for you - $59 to buy) >> >>I've not seen any free products that do what you want. I'm also a little >>unsure about the benefit of printing thousands of lines of code... >> >>Steve >> >> >>"Kevin J Prince" <ke***@princ7.demon.co.uk> wrote in message >>news:cTeFJ6CPqSMDFAEr@lon1-aj2b.demonadsl.co.uk... >>> Thanks for the link Rick, >>> >>> Sadly, can't afford it because I'm doing this as a favour and it's a big >>> expense for a hobby GRIN... >>> >>> I am still looking for a free one if there is such a thing. >>> >>> Regards Kevin >>> In message <#OEjfPUvFHA.3***@TK2MSFTNGP14.phx.gbl>, "Rick Rothstein [MVP - >>> Visual Basic]" <rickNOSPAMnews@NOSPAMcomcast.net> writes >>>>> However I would still like to know, if anyone out there knows of >>>>it, >>>>> what the software was that used to put lines from top of >>>>procedure to >>>>> bottom of procedure etc..... >>>> >>>>Probably this... >>>> >>>>http://www.submain.com/Default.aspx?nav=products.pcp >>>> >>>>Rick >>>> >>>> >>> >>> -- >>> Kevin J Prince >>> Skype address princy557 >>> >> >> -- Those who reach their 42nd birthday celebrate it with fortitude. (Gnu Bee) [Abolish the TV Licence - http://www.tvlicensing.biz/] I have used several free indenters for VB 6. The one I like the best is at
http://www.bmsltd.ie/indenter/indentpage.asp Mike Ober. Show quoteHide quote "Jan Hyde" <StellaDrin***@REMOVE.ME.uboot.com> wrote in message news:beh2j1plgp4eujscaasav178rn86p743i9@4ax.com... > Kevin J Prince <ke***@princ7.demon.co.uk>'s wild thoughts > were released on Wed, 21 Sep 2005 12:11:01 +0100 bearing the > following fruit: > > >Thanks Steve, > > > >Benefits to me will be I will be able to read it.... either on screen or > >on paper. The current code is everything on the left column. Makes it > >hard to find that that needs finding. > > As already meantioned, that is EASILY resolved by using one > of the many free code indenters. > > >There are no comment, No variable descriptions the code is a nightmare. > >I believe about three untrained programmers have already been messing > >and made no comments either. No documents or anything. > > No addin can help with that ;-) > > J > > >My sanity would be helped by the software.. > > > >Cheers Kevin > > > >In message <#E6U$qpvFHA.1***@TK2MSFTNGP10.phx.gbl>, Steve Barnett > ><non***@nodomain.com> writes > >>Try > >> http://www.starprint2000.com/vbprint_features.html (Shareware - don't > >>know what the limits are - might do it for you - $59 to buy) > >> > >>I've not seen any free products that do what you want. I'm also a little > >>unsure about the benefit of printing thousands of lines of code... > >> > >>Steve > >> > >> > >>"Kevin J Prince" <ke***@princ7.demon.co.uk> wrote in message > >>news:cTeFJ6CPqSMDFAEr@lon1-aj2b.demonadsl.co.uk... > >>> Thanks for the link Rick, > >>> > >>> Sadly, can't afford it because I'm doing this as a favour and it's a big > >>> expense for a hobby GRIN... > >>> > >>> I am still looking for a free one if there is such a thing. > >>> > >>> Regards Kevin > >>> In message <#OEjfPUvFHA.3***@TK2MSFTNGP14.phx.gbl>, "Rick Rothstein [MVP - > >>> Visual Basic]" <rickNOSPAMnews@NOSPAMcomcast.net> writes > >>>>> However I would still like to know, if anyone out there knows of > >>>>it, > >>>>> what the software was that used to put lines from top of > >>>>procedure to > >>>>> bottom of procedure etc..... > >>>> > >>>>Probably this... > >>>> > >>>>http://www.submain.com/Default.aspx?nav=products.pcp > >>>> > >>>>Rick > >>>> > >>>> > >>> > >>> -- > >>> Kevin J Prince > >>> Skype address princy557 > >>> > >> > >> > > > Jan Hyde (VB MVP) > > -- > Those who reach their 42nd birthday celebrate it with fortitude. (Gnu Bee) > > [Abolish the TV Licence - http://www.tvlicensing.biz/] > Kevin J Prince <ke***@princ7.demon.co.uk>'s wild thoughts
were released on Mon, 19 Sep 2005 11:23:19 +0100 bearing the following fruit: >I've been asked to modify a rather large piece of code, (12000 lines in PrettyCode or something IIRC>all) It's been written with everything on the left margin. > >There used to be a piece of software to make the code more readable, >including putting vertical lines on the printout from start to finish of >a routine whether it be sub, for/next while, etc > >Not seen it for many years, Cant remember what it was/is called, but >would like to find it? Or another FREE package? > If you want a really handy tool then get CodeSmart, why print it out when you can have all this in the IDE. Jan Hyde (VB MVP) -- Did you hear about the guy who blamed arithmetic for his divorce? His wife put two and two together. (Art. Moger) [Abolish the TV Licence - http://www.tvlicensing.biz/]
Show quote
Hide quote
> >I've been asked to modify a rather large piece of code, (12000 Yep! http://www.submain.com/Default.aspx?nav=products.pcplines in > >all) It's been written with everything on the left margin. > > > >There used to be a piece of software to make the code more readable, > >including putting vertical lines on the printout from start to finish of > >a routine whether it be sub, for/next while, etc > > > >Not seen it for many years, Cant remember what it was/is called, but > >would like to find it? Or another FREE package? > > > > PrettyCode or something IIRC Rick |
|||||||||||||||||||||||