You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think Eclipse templates (registered via the org.eclipse.ui.editors.templates extension point) may be the easiest way to allow users to quickly create new files. The New > XML File wizard supports creating from a template.
cron.xml, dos.xml, datastore-indexes.xml, dispatch.xml, queue.xml
See
org.eclipse.wst.xml.ui
'stemplates/xmldefault-templates.xml
for examples. Relevant template contexts are:xml_new
(for new XML files)xml_tag
xml_attribute
xml_attribute_value
xml_all
The text was updated successfully, but these errors were encountered: