pulse00 / Twig-Eclipse-Plugin

Eclipse plugin for the twig templating language.
twig.dubture.com
MIT License
107 stars 24 forks source link

New Twig template dialog does not let one create non *.twig-files #14

Closed Rondom closed 13 years ago

Rondom commented 13 years ago

The "New Twig template" dialog only allows the creation of .twig files. When trying to create a file with a different extension like .tpl an error-msg stating it must be called *.twig is displayed.

This is odd since the plugin already advertises itself as a possible editor for *.tpl-files.

Is there any technical reason for this?

pulse00 commented 13 years ago

Please update your plugin to 1.0.74. The "new twig template" wizard now permits any file extension.

Where did you see that the plugin advertises itself as possible editor for *.tpl" files? That's probably because it's based on the smarty eclipse plugin, which uses .tpl extensions.