5 changed files with 46 additions and 4 deletions
@ -0,0 +1,16 @@ |
|||||||
|
<?xml version="1.0"?> |
||||||
|
<Template author="Matt Ward" version="1.0"> |
||||||
|
|
||||||
|
<Config |
||||||
|
name="Empty JavaScript File" |
||||||
|
icon="JScript.File.EmptyFile" |
||||||
|
category="Web" |
||||||
|
defaultname="Script${Number}.js" |
||||||
|
language="Default"/> |
||||||
|
|
||||||
|
<Description>An empty JavaScript file.</Description> |
||||||
|
|
||||||
|
<Files> |
||||||
|
<File name="${FullName}" language="Default"/> |
||||||
|
</Files> |
||||||
|
</Template> |
||||||
@ -0,0 +1,16 @@ |
|||||||
|
<?xml version="1.0"?> |
||||||
|
<Template author="Matt Ward" version="1.0"> |
||||||
|
|
||||||
|
<Config |
||||||
|
name="Empty Style Sheet" |
||||||
|
icon="Icons.32x32.CSSIcon" |
||||||
|
category="Web" |
||||||
|
defaultname="StyleSheet${Number}.css" |
||||||
|
language="Default"/> |
||||||
|
|
||||||
|
<Description>An empty cascading style sheet.</Description> |
||||||
|
|
||||||
|
<Files> |
||||||
|
<File name="${FullName}" language="Default"/> |
||||||
|
</Files> |
||||||
|
</Template> |
||||||
Loading…
Reference in new issue