Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create templates for App Engine config files #3047

Open
briandealwis opened this issue May 3, 2018 · 2 comments
Open

Create templates for App Engine config files #3047

briandealwis opened this issue May 3, 2018 · 2 comments

Comments

@briandealwis
Copy link
Member

cron.xml, dos.xml, datastore-indexes.xml, dispatch.xml, queue.xml

See org.eclipse.wst.xml.ui's templates/xmldefault-templates.xml for examples. Relevant template contexts are:

  • xml_new (for new XML files)
  • xml_tag
  • xml_attribute
  • xml_attribute_value
  • and xml_all
@chanseokoh
Copy link
Contributor

chanseokoh commented May 3, 2018

Enhancement to add a new feature to conveniently create them, or is it something you will need soon to achieve a certain task?

@briandealwis
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants