Bug 27301 - Cannot use CVS keywords in code templates
Summary: Cannot use CVS keywords in code templates
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M4   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-28 07:44 EST by pgawron CLA
Modified: 2003-01-17 07:33 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pgawron CLA 2002-11-28 07:44:20 EST
I wanted to generate my own file template which would already use $Revision$ 
and $Log$ keywords. $ sign starts Eclipse variables in templates and I receive 
error "template has incomplete variables".

How to produce:
Menu: Window->Preferences->Java->Templates.
Choose template and edit template. Try to insert $Revision$.
I cannot confirm my new template.

Bye,
Piotr
Comment 1 pgawron CLA 2002-11-28 07:45:47 EST
My error - I found solution: use to $ signs: $$Revision$$ and works perfectly