Skip to content

Commit cb63e19

Browse files
Initial files from found around web
1 parent a184b03 commit cb63e19

File tree

347 files changed

+3836
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

347 files changed

+3836
-0
lines changed

AU3_Snippets/ar.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
AdlibRegister("|1|")
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>ar</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>AdlibRegister</description>
10+
</snippet>

AU3_Snippets/as.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
Assign(${1})
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>as</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>Assign</description>
10+
</snippet>

AU3_Snippets/aso.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
AutoitSetOption(${1})
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>aso</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>AutoitSetOption</description>
10+
</snippet>

AU3_Snippets/au.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
AdlibUnregister("|1|")
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>au</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>AdlibUnregister</description>
10+
</snippet>

AU3_Snippets/au3check.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
C:\\Program Files\\Autoit3\\SciTe\\Au3Check\\Au3Check.exe${1}
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>au3check</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>Path Au3Check.exe</description>
10+
</snippet>

AU3_Snippets/aut2exe.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
C:\\Program Files\\AutoIt3\\Aut2Exe\\Aut2Exe.exe${1}
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>aut2exe</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>Path Aut2Exe.exe</description>
10+
</snippet>
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
C:\\Program Files\\AutoIt3\\Aut2Exe\\${1}
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>aut2exedir</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>Dir Aut2Exe</description>
10+
</snippet>

AU3_Snippets/autoit3.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
C:\\Program Files\\Autoit3\\AutoIt3.exe${1}
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>autoit3</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>Path AutoIt3.exe</description>
10+
</snippet>
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
C:\\Program Files\\AutoIt3\\${1}
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>autoit3dir</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>Dir AutoIt3</description>
10+
</snippet>

AU3_Snippets/awgt.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
AutoitWinGetTitle()${1}
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>awgt</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>AutoitWinGetTitle</description>
10+
</snippet>

AU3_Snippets/awst.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
AutoitWinSetTitle(${1})
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>awst</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>AutoitWinSetTitle</description>
10+
</snippet>

AU3_Snippets/ba.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
BitAND(${1})
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>ba</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>BitAND</description>
10+
</snippet>

AU3_Snippets/bi.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
BlockInput(${1})
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>bi</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>BlockInput</description>
10+
</snippet>

AU3_Snippets/bn.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
BitNOT(${1})
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>bn</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>BitNOT</description>
10+
</snippet>

AU3_Snippets/bo.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
BitOR(${1})
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>bo</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>BitOR</description>
10+
</snippet>

AU3_Snippets/br.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
Break(${1})
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>br</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>Break</description>
10+
</snippet>

AU3_Snippets/bs.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
BitShift(${1})
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>bs</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>BitShift</description>
10+
</snippet>

AU3_Snippets/but.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
\$Button_${1}
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>but</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>$Button_</description>
10+
</snippet>

AU3_Snippets/bx.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
BitXOR(${1})
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>bx</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>BitXOR</description>
10+
</snippet>

AU3_Snippets/ccl.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
ControlClick(${1})
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>ccl</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>ControlClick</description>
10+
</snippet>

AU3_Snippets/cco.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
ControlCommand(${1})
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>cco</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>ControlCommand</description>
10+
</snippet>

AU3_Snippets/cd.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
ControlDisable(${1})
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>cd</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>ControlDisable</description>
10+
</snippet>

AU3_Snippets/cdt.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
CDTray(${1})
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>cdt</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>CDTray</description>
10+
</snippet>

AU3_Snippets/ce.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
ControlEnable(${1})
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>ce</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>ControlEnable</description>
10+
</snippet>

AU3_Snippets/cf.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
ControlFocus(${1})
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>cf</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>ControlFocus</description>
10+
</snippet>

AU3_Snippets/cg.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
ClipGet()${1}
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>cg</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>ClipGet</description>
10+
</snippet>

AU3_Snippets/cgf.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
ControlGetFocus(${1})
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>cgf</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>ControlGetFocus</description>
10+
</snippet>

AU3_Snippets/cgh.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
ControlGetHandle(${1})
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>cgh</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>ControlGetHandle</description>
10+
</snippet>

AU3_Snippets/cgp.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
ControlGetPos(${1})
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>cgp</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>ControlGetPos</description>
10+
</snippet>

AU3_Snippets/cgt.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
ControlGetText(${1})
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>cgt</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>ControlGetText</description>
10+
</snippet>

AU3_Snippets/ch.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
ControlHide(${1})
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>ch</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>ControlHide</description>
10+
</snippet>

AU3_Snippets/chk.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
\$Checkbox_${1}
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>chk</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>$Checkbox_|</description>
10+
</snippet>

AU3_Snippets/cl.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
ContinueLoop${1}
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>cl</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>ContinueLoop|</description>
10+
</snippet>

AU3_Snippets/clv.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
ControlListView(${1})
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>clv</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>ControlListView</description>
10+
</snippet>

AU3_Snippets/cm.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
ControlMove(${1})
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>cm</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>ControlMove</description>
10+
</snippet>

AU3_Snippets/cmd.sublime-snippet

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
RunWait(@ComSpec & ' /c ${1}', '', @SW_HIDE)
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>cmd</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<scope>source.autoit</scope>
9+
<description>RunWait( @ComSpec</description>
10+
</snippet>

0 commit comments

Comments
 (0)