Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
ereze
Post subject: method header automatic generation  PostPosted: Jan 01, 2005 - 03:11 PM
Veteran Member
Veteran Member


Joined: Oct 04, 2003
Posts: 202

Sometimes I write a new method like
Code:
public int doMyStuff (Integer dummy)


problem is that when I try to put /** + <ENTER> it sometimes
does not complete the header with all the doclet params - it simply
puts the
Code:

/**
 *
 */
public ...



This is probably nothing and probably doesn't have anything to do with the ME still worth asking as I consider it a bit of vudu.

Thanks,

Erez
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
support-scott
Post subject:   PostPosted: Jan 01, 2005 - 07:02 PM
Moderator
Moderator


Joined: May 06, 2003
Posts: 6798

Erez,

The "comment code assist" is provided by the Java editor directly. To get tag assist, including XDoclet, a leading @ is generally needed to trigger the Javadoc assistance engine.

_________________
--Scott
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits