[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: Classtemplates
|
- From: Claude_Knaus@xxxxxxx (Claude Knaus)
- Date: Mon, 26 Aug 2002 07:47:58 +0000 (UTC)
- Newsgroups: eclipse.tools
- Organization: EclipseCorner
- User-agent: slrn/0.9.7.1 (Linux)
In article <ak8ia4$555$1@xxxxxxxxxxxxx>, Sven Efftinge wrote:
> Hi,
> I just downloaded Eclipse and tested it out. Wow, I am totally amazed
> about this IDE, normally I am using Netbeans so I'm adjusted to use self
> created Templateclasses for Design-Patterns (e.g a Dataobject or a
> StrutsAction-Templatefile). Is there an easy way to create those templates
> in Eclipse?
> Thanks in advance,
> Sven
There's currently no such thing as a 'class template'. There are javadoc
templates which are automatically added to new classes (type_comment and
file_comment). You can create your own templates (Window :: Preferences ::
Java :: Templates) if you want, however, you'll have to trigger code-assist
(Ctrl-Space) to apply the template. If you want something like selecting a
class template out of the new class wizard, please file a feature request
(http://dev.eclipse.org/bugs/).
-- Claude