Home All Groups Group Topic Archive Search About
Author
19 Sep 2005 10:23 AM
Kevin J Prince
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

Author
19 Sep 2005 10:37 AM
Steve Barnett
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
>
Author
19 Sep 2005 10:54 AM
Kevin J Prince
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
Author
19 Sep 2005 11:49 AM
Jim Mack
Kevin J Prince wrote:
> 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.....
>

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.

--

    Jim Mack
    MicroDexterity Inc
    www.microdexterity.com
Author
19 Sep 2005 5:59 PM
Rick Rothstein [MVP - Visual Basic]
> 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
Author
21 Sep 2005 9:40 AM
Kevin J Prince
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
Author
21 Sep 2005 10:53 AM
Steve Barnett
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
>
Author
21 Sep 2005 11:11 AM
Kevin J Prince
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
Author
21 Sep 2005 11:37 AM
Jan Hyde
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

Show quoteHide quote
>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/]
Author
21 Sep 2005 1:24 PM
Michael D. Ober
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/]
>
Author
19 Sep 2005 12:29 PM
Jan Hyde
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
>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

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/]
Author
19 Sep 2005 5:58 PM
Rick Rothstein [MVP - Visual Basic]
Show quote Hide quote
> >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?
> >
>
> PrettyCode or something IIRC

Yep! http://www.submain.com/Default.aspx?nav=products.pcp

Rick