Bug 27301

Summary: Cannot use CVS keywords in code templates
Product: [Eclipse Project] JDT Reporter: pgawron
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 M4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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