Re: [OT] Auto comment generation

2005-02-18 Thread Martin Gainty
/javadoc.html Please f eel free to contact me offline for any questions.. Erin Go Bragh! Martin- - Original Message - From: "Fergal O'Shea" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" Sent: Friday, February 18, 2005 2:10 PM Subject: RE: [O

RE: [OT] Auto comment generation

2005-02-18 Thread Fergal O'Shea
IntelliJIDEA. www.jetbrains.com >> >> >> Anyone know of a tool (Eclipse plug-in perhaps?) that will take a >> Java source file and put javadoc comments (a skeleton >> basically) before each method, that will include all parameters, >> methods and throws?, and then I just have to fill in the de

Re: [OT] Auto comment generation

2005-02-17 Thread Shed Hollaway
try http://javadocbuilder.sourceforge.net/ - Original Message - From: "Frank W. Zammetti" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, February 17, 2005 11:00 AM Subject: RE: [OT] Auto comment generation > I wound up using NetBeans.

Re: [OT] Auto comment generation

2005-02-17 Thread Ashish Kulkarni
Hi http://jalopy.sourceforge.net/ this is a pretty cool plug-in to format the code as well as add java documentation Ashish --- "Frank W. Zammetti" <[EMAIL PROTECTED]> wrote: > Anyone know of a tool (Eclipse plug-in perhaps?) > that will take a Java > source file and put javadoc comments (a ske

RE: [OT] Auto comment generation

2005-02-17 Thread Slattery, Tim - BLS
> I'm not seeing that option Tim... I'm using v9.0.3.1... I > don't see anything about comments when I right-click > anywhere, nor do I see a Source menu (or source anywhere that > I looked). I'm using 9.0.5.2, so maybe they've added it since your version. -- Tim Slattery [EMAIL PROTECTED] -

RE: [OT] Auto comment generation

2005-02-17 Thread Frank W. Zammetti
I'm not seeing that option Tim... I'm using v9.0.3.1... I don't see anything about comments when I right-click anywhere, nor do I see a Source menu (or source anywhere that I looked). I'm not all that familiar with jDeveloper, I usually stay away from IDEs in general unless I have something specif

RE: [OT] Auto comment generation

2005-02-17 Thread Slattery, Tim - BLS
> I wound up using NetBeans. I couldn't find the function in > jDeveloper Right-click in your Java class, choose "Add Javadoc Comments". Or "Source|Add Javadoc Comments". -- Tim Slattery [EMAIL PROTECTED] - To unsubscribe, e-

RE: [OT] Auto comment generation

2005-02-17 Thread Frank W. Zammetti
http://www.omnytex.com On Thu, February 17, 2005 1:16 pm, Andy Dailey said: > netbeans has this feature. > > www.netbeans.org > > > > >> -Original Message- >> From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] >> Sent: Thursday, February 17, 2005 1:05 PM >>

Re: [OT] Auto comment generation

2005-02-17 Thread Larry Meadors
In eclipse, you can do them one at a time easily: Go above the method, and type /** and press enter. It fills in the skeleton for you. You can also press Alt+Shift+J while in the method to do the same thing. Larry On Thu, 17 Feb 2005 13:04:56 -0500 (EST), Frank W. Zammetti <[EMAIL PROTECTED]

RE: [OT] Auto comment generation

2005-02-17 Thread Andy Dailey
netbeans has this feature. www.netbeans.org > -Original Message- > From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 17, 2005 1:05 PM > To: user@struts.apache.org > Subject: [OT] Auto comment generation > > > Anyone know of

RE: [OT] Auto comment generation

2005-02-17 Thread Slattery, Tim - BLS
> Anyone know of a tool (Eclipse plug-in perhaps?) that will > take a Java source file and put javadoc comments (a skeleton > basically) before each method, that will include all > parameters, methods and throws?, and then I just have to fill > in the details? Oracle JDeveloper (free from Or

[OT] Auto comment generation

2005-02-17 Thread Frank W. Zammetti
Anyone know of a tool (Eclipse plug-in perhaps?) that will take a Java source file and put javadoc comments (a skeleton basically) before each method, that will include all parameters, methods and throws?, and then I just have to fill in the details? Thanks! -- Frank W. Zammetti Founder and Chie