-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to SkyUI 5.1 (API version 4)
- Loading branch information
Showing
10 changed files
with
63 additions
and
1 deletion.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
Libraries/SkyUI/SKI_ConfigBase.AddInputOption.sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<tabTrigger>AddInputOption</tabTrigger> | ||
<scope>source.papyrus</scope> | ||
<description>SKI_ConfigBase.AddInputOption (SkyUI)</description> | ||
<content><![CDATA[AddInputOption(${1:string a_text}, ${2:string a_value}, ${3:int a_flags = 0})]]></content> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Libraries/SkyUI/SKI_ConfigBase.AddInputOptionST.sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<tabTrigger>AddInputOptionST</tabTrigger> | ||
<scope>source.papyrus</scope> | ||
<description>SKI_ConfigBase.AddInputOptionST (SkyUI)</description> | ||
<content><![CDATA[AddInputOptionST(${1:string a_stateName}, ${2:string a_text}, ${3:string a_value}, ${4:int a_flags = 0})]]></content> | ||
</snippet> |
8 changes: 8 additions & 0 deletions
8
Libraries/SkyUI/SKI_ConfigBase.OnInputAcceptST.sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<snippet> | ||
<tabTrigger>OnInputAcceptST</tabTrigger> | ||
<scope>source.papyrus</scope> | ||
<description>SKI_ConfigBase.OnInputAcceptST (SkyUI)</description> | ||
<content><![CDATA[Event OnInputAcceptST(${1:string a_input}) | ||
${0} | ||
EndEvent]]></content> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<snippet> | ||
<tabTrigger>OnInputOpenST</tabTrigger> | ||
<scope>source.papyrus</scope> | ||
<description>SKI_ConfigBase.OnInputOpenST (SkyUI)</description> | ||
<content><![CDATA[Event OnInputOpenST() | ||
${0} | ||
EndEvent]]></content> | ||
</snippet> |
8 changes: 8 additions & 0 deletions
8
Libraries/SkyUI/SKI_ConfigBase.OnOptionInputAccept.sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<snippet> | ||
<tabTrigger>OnOptionInputAccept</tabTrigger> | ||
<scope>source.papyrus</scope> | ||
<description>SKI_ConfigBase.OnOptionInputAccept (SkyUI)</description> | ||
<content><![CDATA[Event OnOptionInputAccept(${1:int a_option}, ${2:string a_input}) | ||
${0} | ||
EndEvent]]></content> | ||
</snippet> |
8 changes: 8 additions & 0 deletions
8
Libraries/SkyUI/SKI_ConfigBase.OnOptionInputOpen.sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<snippet> | ||
<tabTrigger>OnOptionInputOpen</tabTrigger> | ||
<scope>source.papyrus</scope> | ||
<description>SKI_ConfigBase.OnOptionInputOpen (SkyUI)</description> | ||
<content><![CDATA[Event OnOptionInputOpen(${1:int a_option}) | ||
${0} | ||
EndEvent]]></content> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Libraries/SkyUI/SKI_ConfigBase.SetInputDialogStartText.sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<tabTrigger>SetInputDialogStartText</tabTrigger> | ||
<scope>source.papyrus</scope> | ||
<description>SKI_ConfigBase.SetInputDialogStartText (SkyUI)</description> | ||
<content><![CDATA[SetInputDialogStartText(${1:string a_text})]]></content> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Libraries/SkyUI/SKI_ConfigBase.SetInputOptionValue.sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<tabTrigger>SetInputOptionValue</tabTrigger> | ||
<scope>source.papyrus</scope> | ||
<description>SKI_ConfigBase.SetInputOptionValue (SkyUI)</description> | ||
<content><![CDATA[SetInputOptionValue(${1:int a_option}, ${2:string a_value}, ${3:bool a_noUpdate = false})]]></content> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Libraries/SkyUI/SKI_ConfigBase.SetInputOptionValueST.sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<tabTrigger>SetInputOptionValueST</tabTrigger> | ||
<scope>source.papyrus</scope> | ||
<description>SKI_ConfigBase.SetInputOptionValueST (SkyUI)</description> | ||
<content><![CDATA[SetInputOptionValueST(${1:string a_value}, ${2:bool a_noUpdate = false}, ${3:string a_stateName})]]></content> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters