Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Aug 20, 2015
1 parent fc4bce0 commit 3d7d40e
Show file tree
Hide file tree
Showing 16 changed files with 112 additions and 112 deletions.
12 changes: 6 additions & 6 deletions snippets/scaffold.Basic Script (2 Sections).sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<snippet>
<content><![CDATA[
; Scaffolding by https://github.com/idleberg/nsL-Assembler-Sublime-Text
// Scaffolding by https://github.com/idleberg/nsL-Assembler-Sublime-Text
; Settings ---------------------------------
// Settings ---------------------------------
Name("${1:installer_name}");
OutFile("${2:${1}}.exe");
RequestExecutionLevel(${3:user});
InstallDir("\$PROGRAMFILES\\${4:${1}}");
; Includes ---------------------------------
// Includes ---------------------------------
${5}
; Pages ------------------------------------
// Pages ------------------------------------
page Components();
page Directory();
page InstFiles();
; Sections ---------------------------------
// Sections ---------------------------------
section ${6:section1_index}("${7:section1_name}") {
${8:// your code here}
Expand All @@ -29,7 +29,7 @@ section ${9:section2_index}("${10:section2_name}") {
}
; Functions --------------------------------
// Functions --------------------------------
${12}
]]></content>
<tabTrigger>scaffold:Basic Script (2 Sections)</tabTrigger>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<snippet>
<content><![CDATA[
; Scaffolding by https://github.com/idleberg/nsL-Assembler-Sublime-Text
// Scaffolding by https://github.com/idleberg/nsL-Assembler-Sublime-Text
; Settings ---------------------------------
// Settings ---------------------------------
Name("${1:installer_name}");
OutFile("${2:${1}}.exe");
RequestExecutionLevel(${3:user});
InstallDir("\$PROGRAMFILES\\${4:${1}}");
; Includes ---------------------------------
// Includes ---------------------------------
${5}
; Pages ------------------------------------
// Pages ------------------------------------
page Components();
page Directory();
page InstFiles();
; Sections ---------------------------------
// Sections ---------------------------------
section ${6:section1_index}("${7:section1_name}") {
${8:// your code here}
Expand All @@ -29,7 +29,7 @@ section ${9:section2_index}("${10:section2_name}") {
}
; Functions --------------------------------
// Functions --------------------------------
function .onInit() {
${12:// your code here}
}
Expand Down
12 changes: 6 additions & 6 deletions snippets/scaffold.Basic Script (3 Sections).sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<snippet>
<content><![CDATA[
; Scaffolding by https://github.com/idleberg/nsL-Assembler-Sublime-Text
// Scaffolding by https://github.com/idleberg/nsL-Assembler-Sublime-Text
; Settings ---------------------------------
// Settings ---------------------------------
Name("${1:installer_name}");
OutFile("${2:${1}}.exe");
RequestExecutionLevel(${3:user});
InstallDir("\$PROGRAMFILES\\${4:${1}}");
; Includes ---------------------------------
// Includes ---------------------------------
${5}
; Pages ------------------------------------
// Pages ------------------------------------
page Components();
page Directory();
page InstFiles();
; Sections ---------------------------------
// Sections ---------------------------------
section ${6:section1_index}("${7:section1_name}") {
${8:// your code here}
Expand All @@ -35,7 +35,7 @@ section ${12:section3_index}("${13:section3_name}") {
}
; Functions --------------------------------
// Functions --------------------------------
${15}
]]></content>
<tabTrigger>scaffold:Basic Script (3 Sections)</tabTrigger>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<snippet>
<content><![CDATA[
; Scaffolding by https://github.com/idleberg/nsL-Assembler-Sublime-Text
// Scaffolding by https://github.com/idleberg/nsL-Assembler-Sublime-Text
; Settings ---------------------------------
// Settings ---------------------------------
Name("${1:installer_name}");
OutFile("${2:${1}}.exe");
RequestExecutionLevel(${3:user});
InstallDir("\$PROGRAMFILES\\${4:${1}}");
; Includes ---------------------------------
// Includes ---------------------------------
${5}
; Pages ------------------------------------
// Pages ------------------------------------
page Components();
page Directory();
page InstFiles();
; Sections ---------------------------------
// Sections ---------------------------------
section ${6:section1_index}("${7:section1_name}") {
${8:// your code here}
Expand All @@ -35,7 +35,7 @@ section ${12:section3_index}("${13:section3_name}") {
}
; Functions --------------------------------
// Functions --------------------------------
function .onInit() {
${15:// your code here}
}
Expand Down
12 changes: 6 additions & 6 deletions snippets/scaffold.Basic Script (4 Sections).sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<snippet>
<content><![CDATA[
; Scaffolding by https://github.com/idleberg/nsL-Assembler-Sublime-Text
// Scaffolding by https://github.com/idleberg/nsL-Assembler-Sublime-Text
; Settings ---------------------------------
// Settings ---------------------------------
Name("${1:installer_name}");
OutFile("${2:${1}}.exe");
RequestExecutionLevel(${3:user});
InstallDir("\$PROGRAMFILES\\${4:${1}}");
; Includes ---------------------------------
// Includes ---------------------------------
${5}
; Pages ------------------------------------
// Pages ------------------------------------
page Components();
page Directory();
page InstFiles();
; Sections ---------------------------------
// Sections ---------------------------------
section ${6:section1_index}("${7:section1_name}") {
${8:// your code here}
Expand All @@ -41,7 +41,7 @@ section ${15:section4_index}("${16:section4_name}") {
}
; Functions --------------------------------
// Functions --------------------------------
${18}
]]></content>
<tabTrigger>scaffold:Basic Script (4 Sections)</tabTrigger>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<snippet>
<content><![CDATA[
; Scaffolding by https://github.com/idleberg/nsL-Assembler-Sublime-Text
// Scaffolding by https://github.com/idleberg/nsL-Assembler-Sublime-Text
; Settings ---------------------------------
// Settings ---------------------------------
Name("${1:installer_name}");
OutFile("${2:${1}}.exe");
RequestExecutionLevel(${3:user});
InstallDir("\$PROGRAMFILES\\${4:${1}}");
; Includes ---------------------------------
// Includes ---------------------------------
${5}
; Pages ------------------------------------
// Pages ------------------------------------
page Components();
page Directory();
page InstFiles();
; Sections ---------------------------------
// Sections ---------------------------------
section ${6:section1_index}("${7:section1_name}") {
${8:// your code here}
Expand All @@ -41,7 +41,7 @@ section ${15:section4_index}("${16:section4_name}") {
}
; Functions --------------------------------
// Functions --------------------------------
function .onInit() {
${18:// your code here}
}
Expand Down
12 changes: 6 additions & 6 deletions snippets/scaffold.Basic Script (onInit).sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<snippet>
<content><![CDATA[
; Scaffolding by https://github.com/idleberg/nsL-Assembler-Sublime-Text
// Scaffolding by https://github.com/idleberg/nsL-Assembler-Sublime-Text
; Settings ---------------------------------
// Settings ---------------------------------
Name("${1:installer_name}");
OutFile("${2:${1}}.exe");
RequestExecutionLevel(${3:user});
InstallDir("\$PROGRAMFILES\\${4:${1}}");
; Includes ---------------------------------
// Includes ---------------------------------
${5}
; Pages ------------------------------------
// Pages ------------------------------------
page Components();
page Directory();
page InstFiles();
; Sections ---------------------------------
// Sections ---------------------------------
section ${6:section_index}("${7:section_name}") {
${8:// your code here}
}
; Functions --------------------------------
// Functions --------------------------------
function .onInit() {
${9:// your code here}
}
Expand Down
12 changes: 6 additions & 6 deletions snippets/scaffold.Basic Script.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<snippet>
<content><![CDATA[
; Scaffolding by https://github.com/idleberg/nsL-Assembler-Sublime-Text
// Scaffolding by https://github.com/idleberg/nsL-Assembler-Sublime-Text
; Settings ---------------------------------
// Settings ---------------------------------
Name("${1:installer_name}");
OutFile("${2:${1}}.exe");
RequestExecutionLevel(${3:user});
InstallDir("\$PROGRAMFILES\\${4:${1}}");
; Includes ---------------------------------
// Includes ---------------------------------
${5}
; Pages ------------------------------------
// Pages ------------------------------------
page Components();
page Directory();
page InstFiles();
; Sections ---------------------------------
// Sections ---------------------------------
section ${6:section_index}("${7:section_name}") {
${8:// your code here}
}
; Functions --------------------------------
// Functions --------------------------------
${9}
]]></content>
<tabTrigger>scaffold:Basic Script</tabTrigger>
Expand Down
16 changes: 8 additions & 8 deletions snippets/scaffold.MUI Script (2 Sections).sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<snippet>
<content><![CDATA[
; Scaffolding by https://github.com/idleberg/nsL-Assembler-Sublime-Text
// Scaffolding by https://github.com/idleberg/nsL-Assembler-Sublime-Text
; Includes ---------------------------------
// Includes ---------------------------------
#nsis
!include MUI2.nsh
#nsisend
; Settings ---------------------------------
// Settings ---------------------------------
Name("${1:installer_name}");
OutFile("${2:${1}}.exe");
RequestExecutionLevel(${3:user});
InstallDir("\$PROGRAMFILES\\${4:${1}}");
#nsis
; Pages ------------------------------------
// Pages ------------------------------------
!insertmacro MUI_PAGE_COMPONENTS
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_INSTFILES
; Languages --------------------------------
// Languages --------------------------------
!insertmacro MUI_LANGUAGE "${5:English}"
#nsisend
; Sections ---------------------------------
// Sections ---------------------------------
section ${6:section1_index}("${7:section1_name}") {
${8:// your code here}
Expand All @@ -36,7 +36,7 @@ section ${9:section2_index}("${10:section2_name}") {
}
; Descriptions -----------------------------
// Descriptions -----------------------------
LangString(DESC_${6}, \${LANG_${5/(.*)/\U\1/}}, "${12:section1_description}");
LangString(DESC_${9}, \${LANG_${5/(.*)/\U\1/}}, "${13:section2_description}");
Expand All @@ -47,7 +47,7 @@ LangString(DESC_${9}, \${LANG_${5/(.*)/\U\1/}}, "${13:section2_description}");
!insertmacro MUI_FUNCTION_DESCRIPTION_END
#nsisend
; Functions --------------------------------
// Functions --------------------------------
${14}
]]></content>
<tabTrigger>scaffold:ModernUI (2 Sections)</tabTrigger>
Expand Down
Loading

0 comments on commit 3d7d40e

Please sign in to comment.