Bug 526071 - [Templates] Export templates should add id attribute
Summary: [Templates] Export templates should add id attribute
Status: NEW
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.8   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-16 05:37 EDT by Karsten Thoms CLA
Modified: 2017-10-16 05:37 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karsten Thoms CLA 2017-10-16 05:37:00 EDT
For Xtext it is required that exported templates have an id attribute for each <template> node. It must be a unique identifier.
The workflow for Xtext developers is currently:
1) Define templates in a template editor in workspace preferences
2) Export all templates
3) Manually edit the exported file and add id attributes

The last step should be obsolete.