Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
merge from origin
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Aug 6, 2016
1 parent 3c16509 commit d4872ac
Show file tree
Hide file tree
Showing 27 changed files with 42 additions and 37 deletions.
21 changes: 13 additions & 8 deletions Commands/DrunkenNSIS.sublime-completions
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
{ "trigger": "%EnvStrRead", "contents": "ReadEnvStr \\$${1:user_var} \"${2:name}\"" },
{ "trigger": "%ErrorsClear", "contents": "ClearErrors" },
{ "trigger": "%ErrorTextFile", "contents": "FileErrorText \"${1:error_text}\"" },
{ "trigger": "%ExecutionLevelRequest admin", "contents": "RequestExecutionLevel admin" },
{ "trigger": "%ExecutionLevelRequest admin (default)", "contents": "RequestExecutionLevel admin" },
{ "trigger": "%ExecutionLevelRequest highest", "contents": "RequestExecutionLevel highest" },
{ "trigger": "%ExecutionLevelRequest none (default)", "contents": "RequestExecutionLevel none" },
{ "trigger": "%ExecutionLevelRequest none", "contents": "RequestExecutionLevel none" },
{ "trigger": "%ExecutionLevelRequest user", "contents": "RequestExecutionLevel user" },
{ "trigger": "%ExecutionLevelRequest", "contents": "RequestExecutionLevel ${1:none|user|admin|highest}" },
{ "trigger": "%FileCopy /FILESONLY", "contents": "CopyFiles /FILESONLY \"${1:filespec_on_destsys}\" \"${2:destination_path}\" ${3:[size_of_files_in_kb]}" },
Expand Down Expand Up @@ -110,9 +110,9 @@
{ "trigger": "%InstDetailsShow nevershow", "contents": "ShowInstDetails nevershow" },
{ "trigger": "%InstDetailsShow show", "contents": "ShowInstDetails show" },
{ "trigger": "%InstDetailsShow", "contents": "ShowInstDetails hide|show|nevershow" },
{ "trigger": "%LangString License rtf", "contents": "LicenseBkColor ${1:name} \\${LANG_${2:ENGLISH}\\} \"${3:license_path}.rtf\"" },
{ "trigger": "%LangString License txt", "contents": "LicenseBkColor ${1:name} \\${LANG_${2:ENGLISH}\\} \"${3:license_path}.txt\"" },
{ "trigger": "%LangString License", "contents": "LicenseBkColor ${1:name} \\${LANG_${2:ENGLISH}\\} \"${3:license_path}\"" },
{ "trigger": "%LangStringLicense rtf", "contents": "LicenseLangString ${1:name} \\${LANG_${2:ENGLISH}\\} \"${3:license_path}.rtf\"" },
{ "trigger": "%LangStringLicense txt", "contents": "LicenseLangString ${1:name} \\${LANG_${2:ENGLISH}\\} \"${3:license_path}.txt\"" },
{ "trigger": "%LangStringLicense", "contents": "LicenseLangString ${1:name} \\${LANG_${2:ENGLISH}\\} \"${3:license_path}\"" },
{ "trigger": "%LanguageFileLoad", "contents": "LoadLanguageFile \"${1:language_file}.nlf\"" },
{ "trigger": "%LenStr", "contents": "StrLen \\$${1:user_var} \"${2:str}\"" },
{ "trigger": "%MessageSend", "contents": "SendMessage \\$${1:HWND} ${2:msg} ${3:wparam} ${4:lparam}" },
Expand Down Expand Up @@ -171,7 +171,7 @@
{ "trigger": "%SupportedOSManifest WinVista", "contents": "ManifestSupportedOS WinVista" },
{ "trigger": "%SupportedOSManifest", "contents": "ManifestSupportedOS ${1:none|all|WinVista|Win7|Win8|{GUID}}" },
{ "trigger": "%TextCompleted", "contents": "CompletedText \"${1:text}\"" },
{ "trigger": "%TextCompleted", "contents": "ComponentText \"${1:text}\" \"${2:[subtext]}\" \"${3:[subtext2]}\"" },
{ "trigger": "%TextComponent", "contents": "ComponentText \"${1:text}\" \"${2:[subtext]}\" \"${3:[subtext2]}\"" },
{ "trigger": "%TextDetailsButton", "contents": "DetailsButtonText \"${1:text}\" " },
{ "trigger": "%TextDir", "contents": "DirText \"${1:[text]}\" \"${2:[subtext]}\" \"${3:[browse_button_text]}\" \"${4:[browse_dlg_text]}\"" },
{ "trigger": "%TextLicense", "contents": "LicenseText \"${1:text}\" \"${2:button_text}\"" },
Expand All @@ -197,8 +197,8 @@
{ "trigger": "%VerifyDir auto (default)", "contents": "DirVerify auto" },
{ "trigger": "%VerifyDir leave", "contents": "DirVerify leave" },
{ "trigger": "%VerifyDir", "contents": "DirVerify ${1:auto|leave}" },
{ "trigger": "%WaitExec $var", "contents": "ExecShell \"${1:command}\" \\$${2:user_var}" },
{ "trigger": "%WaitExec", "contents": "ExecShell \"${1:command}\"" },
{ "trigger": "%WaitExec $var", "contents": "ExecWait \"${1:command}\" \\$${2:user_var}" },
{ "trigger": "%WaitExec", "contents": "ExecWait \"${1:command}\"" },
{ "trigger": "%WindowEnable", "contents": "EnableWindow \\$${1:hwnd} ${2:1|0}" },
{ "trigger": "%WindowFind", "contents": "FindWindow \\$${1:user_var} \"${2:windowclass}\"" },
{ "trigger": "%WindowHide", "contents": "HideWindow" },
Expand Down Expand Up @@ -260,6 +260,11 @@
{ "trigger": "%{UnlessElse}", "contents": "\\${ElseUnless} ${1:condition}" },
{ "trigger": "%{WhileEnd}", "contents": "\\${ExitWhile}" },
{ "trigger": "%{WhileExit}", "contents": "\\${ExitWhile}" },

{ "#": "Deprecated" },
{ "trigger": "%SubSection", "contents": "SectionGroup ${1:section_group_name} ${2:index_output}\n\t${3:# your code here}\nSectionGroupEnd" },
{ "trigger": "%SubSectionEnd", "contents": "SectionGroupEnd" },
{ "trigger": "%{IsServer}", "contents": "\\${IsServerOS}" },

{ "note": "It ain't over 'til the fat lady sings" }
]
Expand Down
8 changes: 4 additions & 4 deletions Commands/NSIS.sublime-completions
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
{ "trigger": "HIDDEN or FILE_ATTRIBUTE_HIDDEN", "contents": "HIDDEN" },
{ "trigger": "HKCR or HKEY_CLASSES_ROOT", "contents": "HKCR" },
{ "trigger": "HKCU or HKEY_CURRENT_USER", "contents": "HKCU" },
{ "trigger": "HKDD or HKEY_CURRENT_CONFIG", "contents": "HKDD" },
{ "trigger": "HKCC or HKEY_CURRENT_CONFIG", "contents": "HKCC" },
{ "trigger": "HKLM or HKEY_LOCAL_MACHINE", "contents": "HKLM" },
{ "trigger": "HKDD or HKEY_DYN_DATA", "contents": "HKDD" },
{ "trigger": "HKPD or HKEY_PERFORMANCE_DATA", "contents": "HKPD" },
Expand Down Expand Up @@ -524,9 +524,9 @@
{ "trigger": "RegDLL", "contents": "RegDLL \"${1:dllfile}\" ${2:entrypoint_name}" },
{ "trigger": "Rename /REBOOTOK", "contents": "Rename /REBOOTOK \"${1:source_file}\" \"${2:dest_file}\"" },
{ "trigger": "Rename", "contents": "Rename \"${1:source_file}\" \"${2:dest_file}\"" },
{ "trigger": "RequestExecutionLevel admin", "contents": "RequestExecutionLevel admin" },
{ "trigger": "RequestExecutionLevel admin (default)", "contents": "RequestExecutionLevel admin" },
{ "trigger": "RequestExecutionLevel highest", "contents": "RequestExecutionLevel highest" },
{ "trigger": "RequestExecutionLevel none (default)", "contents": "RequestExecutionLevel none" },
{ "trigger": "RequestExecutionLevel none", "contents": "RequestExecutionLevel none" },
{ "trigger": "RequestExecutionLevel user", "contents": "RequestExecutionLevel user" },
{ "trigger": "RequestExecutionLevel", "contents": "RequestExecutionLevel ${1:admin|none|user|highest}" },
{ "trigger": "ReserveFile /nonfatal /r", "contents": "ReserveFile nonfatal/r \"${1:file}\"" },
Expand Down Expand Up @@ -1156,7 +1156,7 @@
{ "trigger": "${AtMostWinVista}", "contents": "\\${AtMostWinVista}" },
{ "trigger": "${AtMostWinXP}", "contents": "\\${AtMostWinXP}" },
{ "trigger": "${IsNT}", "contents": "\\${IsNT}" },
{ "trigger": "${IsServer}", "contents": "\\${IsServer}" },
{ "trigger": "${IsServerOS}", "contents": "\\${IsServerOS}" },
{ "trigger": "${IsServicePack}", "contents": "\\${IsServicePack}" },
{ "trigger": "${IsWin10}", "contents": "\\${IsWin10}" },
{ "trigger": "${IsWin2000}", "contents": "\\${IsWin2000}" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
; Settings ---------------------------------
Name "${1:installer_name}"
OutFile "${2:${1}}.exe"
RequestExecutionLevel ${3:user}
RequestExecutionLevel ${3:admin}
InstallDir "\$PROGRAMFILES\\${4:${1}}"
; Includes ---------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
; Settings ---------------------------------
Name "${1:installer_name}"
OutFile "${2:${1}}.exe"
RequestExecutionLevel ${3:user}
RequestExecutionLevel ${3:admin}
InstallDir "\$PROGRAMFILES\\${4:${1}}"
; Includes ---------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
; Settings ---------------------------------
Name "${1:installer_name}"
OutFile "${2:${1}}.exe"
RequestExecutionLevel ${3:user}
RequestExecutionLevel ${3:admin}
InstallDir "\$PROGRAMFILES\\${4:${1}}"
; Includes ---------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
; Settings ---------------------------------
Name "${1:installer_name}"
OutFile "${2:${1}}.exe"
RequestExecutionLevel ${3:user}
RequestExecutionLevel ${3:admin}
InstallDir "\$PROGRAMFILES\\${4:${1}}"
; Includes ---------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
; Settings ---------------------------------
Name "${1:installer_name}"
OutFile "${2:${1}}.exe"
RequestExecutionLevel ${3:user}
RequestExecutionLevel ${3:admin}
InstallDir "\$PROGRAMFILES\\${4:${1}}"
; Includes ---------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
; Settings ---------------------------------
Name "${1:installer_name}"
OutFile "${2:${1}}.exe"
RequestExecutionLevel ${3:user}
RequestExecutionLevel ${3:admin}
InstallDir "\$PROGRAMFILES\\${4:${1}}"
; Includes ---------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Snippets/scaffold.Basic Script (onInit).sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
; Settings ---------------------------------
Name "${1:installer_name}"
OutFile "${2:${1}}.exe"
RequestExecutionLevel ${3:user}
RequestExecutionLevel ${3:admin}
InstallDir "\$PROGRAMFILES\\${4:${1}}"
; Includes ---------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Snippets/scaffold.Basic Script.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
; Settings ---------------------------------
Name "${1:installer_name}"
OutFile "${2:${1}}.exe"
RequestExecutionLevel ${3:user}
RequestExecutionLevel ${3:admin}
InstallDir "\$PROGRAMFILES\\${4:${1}}"
; Includes ---------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Snippets/scaffold.InstallOptions.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
; Settings ---------------------------------
Name "${1:installer_name}"
OutFile "${2:${1}}.exe"
RequestExecutionLevel ${3:user}
RequestExecutionLevel ${3:admin}
InstallDir "\$PROGRAMFILES\\${4:${1}}"
; Includes ---------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Snippets/scaffold.MUI Script (2 Sections).sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
; Settings ---------------------------------
Name "${1:installer_name}"
OutFile "${2:${1}}.exe"
RequestExecutionLevel ${3:user}
RequestExecutionLevel ${3:admin}
InstallDir "\$PROGRAMFILES\\${4:${1}}"
; Pages ------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
; Settings ---------------------------------
Name "${1:installer_name}"
OutFile "${2:${1}}.exe"
RequestExecutionLevel ${3:user}
RequestExecutionLevel ${3:admin}
InstallDir "\$PROGRAMFILES\\${4:${1}}"
; Pages ------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Snippets/scaffold.MUI Script (3 Sections).sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
; Settings ---------------------------------
Name "${1:installer_name}"
OutFile "${2:${1}}.exe"
RequestExecutionLevel ${3:user}
RequestExecutionLevel ${3:admin}
InstallDir "\$PROGRAMFILES\\${4:${1}}"
; Pages ------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
; Settings ---------------------------------
Name "${1:installer_name}"
OutFile "${2:${1}}.exe"
RequestExecutionLevel ${3:user}
RequestExecutionLevel ${3:admin}
InstallDir "\$PROGRAMFILES\\${4:${1}}"
; Pages ------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Snippets/scaffold.MUI Script (4 Sections).sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
; Settings ---------------------------------
Name "${1:installer_name}"
OutFile "${2:${1}}.exe"
RequestExecutionLevel ${3:user}
RequestExecutionLevel ${3:admin}
InstallDir "\$PROGRAMFILES\\${4:${1}}"
; Pages ------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
; Settings ---------------------------------
Name "${1:installer_name}"
OutFile "${2:${1}}.exe"
RequestExecutionLevel ${3:user}
RequestExecutionLevel ${3:admin}
InstallDir "\$PROGRAMFILES\\${4:${1}}"
; Pages ------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Snippets/scaffold.MUI Script (onInit).sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
; Settings ---------------------------------
Name "${1:installer_name}"
OutFile "${2:${1}}.exe"
RequestExecutionLevel ${3:user}
RequestExecutionLevel ${3:admin}
InstallDir "\$PROGRAMFILES\\${4:${1}}"
; Pages ------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Snippets/scaffold.MUI Script.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
; Settings ---------------------------------
Name "${1:installer_name}"
OutFile "${2:${1}}.exe"
RequestExecutionLevel ${3:user}
RequestExecutionLevel ${3:admin}
InstallDir "\$PROGRAMFILES\\${4:${1}}"
; Pages ------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
; Settings ---------------------------------
Name "${1:installer_name}"
OutFile "${2:${1}}.exe"
RequestExecutionLevel ${3:user}
RequestExecutionLevel ${3:admin}
InstallDir "\$PROGRAMFILES\\${4:${1}}"
; Pages ------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
; Settings ---------------------------------
Name "${1:installer_name}"
OutFile "${2:${1}}.exe"
RequestExecutionLevel ${3:user}
RequestExecutionLevel ${3:admin}
InstallDir "\$PROGRAMFILES\\${4:${1}}"
; Pages ------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
; Settings ---------------------------------
Name "${1:installer_name}"
OutFile "${2:${1}}.exe"
RequestExecutionLevel ${3:user}
RequestExecutionLevel ${3:admin}
InstallDir "\$PROGRAMFILES\\${4:${1}}"
; Pages ------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Snippets/scaffold.nsDialogs MUI Script.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
; Settings ---------------------------------
Name "${1:installer_name}"
OutFile "${2:${1}}.exe"
RequestExecutionLevel ${3:user}
RequestExecutionLevel ${3:admin}
InstallDir "\$PROGRAMFILES\\${4:${1}}"
; Pages ------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
; Settings ---------------------------------
Name "${1:installer_name}"
OutFile "${2:${1}}.exe"
RequestExecutionLevel ${3:user}
RequestExecutionLevel ${3:admin}
InstallDir "\$PROGRAMFILES\\${4:${1}}"
; Pages ------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
; Settings ---------------------------------
Name "${1:installer_name}"
OutFile "${2:${1}}.exe"
RequestExecutionLevel ${3:user}
RequestExecutionLevel ${3:admin}
InstallDir "\$PROGRAMFILES\\${4:${1}}"
; Pages ------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
; Settings ---------------------------------
Name "${1:installer_name}"
OutFile "${2:${1}}.exe"
RequestExecutionLevel ${3:user}
RequestExecutionLevel ${3:admin}
InstallDir "\$PROGRAMFILES\\${4:${1}}"
; Pages ------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Snippets/scaffold.nsDialogs Script.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
; Settings ---------------------------------
Name "${1:installer_name}"
OutFile "${2:${1}}.exe"
RequestExecutionLevel ${3:user}
RequestExecutionLevel ${3:admin}
InstallDir "\$PROGRAMFILES\\${4:${1}}"
; Pages ------------------------------------
Expand Down

0 comments on commit d4872ac

Please sign in to comment.