I would like to ask one thing.
I have started coding whole applications in cfscript. I would like to
change default template for CFC from wizard from
<cfcomponent extends="SomeName" output="false">
</cfcomponent>
to that one
component extends="SomeName" output="false"{
public function init(){
}
}
Is it possible? And if how can I do that.
Thanks for tips.
As mentioned, you can use a snippet and mark it as a "file template", so
it will show up in the "new from template" menu item (which should be
renamed to "new from file snippet" I reckon;])...
Or you can use templates...
http://blog.mxunit.org/2009/10/new-in-cfeclipse-templates.html
Or you can try the latest dev release, which has an option for choosing
script-style in the wizard, to help test the next release:
http://cfeclipse.org/update-dev/ (<- update site)
:Den
--
What is sacred among one people may be ridiculous in another; and what
is despised or rejected by one cultural group, may in a different
environment become the cornerstone for a great edifice of strange
grandeur and beauty.
Hu Shih