home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 September - Disc 1 / PCNET_CD_2006_09.iso / shareware / autoit-v3-setup.exe / Extras / Editors / TextPad / autoit_v3.syn < prev    next >
Encoding:
Text File  |  2006-08-12  |  6.9 KB  |  538 lines

  1. ; AutoIt v3 - http://www.hiddensoft.com/autoit3/
  2.  
  3. C=1
  4.  
  5. [Syntax]
  6. Namespace1 = 6
  7. IgnoreCase = Yes
  8. KeyWordLength =
  9. BracketChars = ([])
  10. OperatorChars = +-*/^&<>=
  11. PreprocStart = #
  12. HexPrefix = 0x
  13. SyntaxStart =
  14. SyntaxEnd =
  15. CommentStart = #comments-start
  16. CommentEnd = #comments-end
  17. CommentStartAlt = #cs
  18. CommentEndAlt = #ce
  19. SingleComment = ;
  20. SingleCommentCol =
  21. SingleCommentAlt =
  22. SingleCommentColAlt =
  23. SingleCommentEsc =
  24. StringsSpanLines = Yes
  25. StringStart = "
  26. StringEnd = "
  27. StringAlt = '
  28. StringEsc = _
  29. CharStart = 
  30. CharEnd = 
  31. CharEsc =
  32.  
  33. [Preprocessor keywords]
  34. #include
  35. #include-once
  36.  
  37. ; /////////////
  38. ; 1. Keywords
  39. ; /////////////
  40. [Keywords 1]
  41. And
  42. ByRef
  43. Case
  44. Const
  45. ContinueCase
  46. ContinueLoop
  47. Default
  48. Dim
  49. Do
  50. Else
  51. ElseIf
  52. EndFunc
  53. EndIf
  54. EndSelect
  55. EndSwitch
  56. EndWith
  57. Exit
  58. ExitLoop
  59. False
  60. For
  61. Func
  62. Global
  63. If
  64. In
  65. Local
  66. Next
  67. Not
  68. Or
  69. Return
  70. ReDim
  71. Select
  72. Step
  73. Switch
  74. Then
  75. True
  76. To
  77. Until
  78. WEnd
  79. With
  80. While
  81. Exit
  82.  
  83. ; /////////////
  84. ; 2. Macros
  85. ; /////////////
  86. [Keywords 2]
  87. @AppDataCommonDir
  88. @AppDataDir
  89. @AutoItExe
  90. @AutoItPID
  91. @AutoItVersion
  92. @COM_EventObj
  93. @CommonFilesDir
  94. @Compiled
  95. @ComputerName
  96. @ComSpec
  97. @CR
  98. @CRLF
  99. @DesktopCommonDir
  100. @DesktopDir
  101. @DesktopHeight
  102. @DesktopWidth
  103. @DesktopDepth
  104. @DesktopRefresh
  105. @DocumentsCommonDir
  106. @error
  107. @exitCode
  108. @exitMethod
  109. @extended
  110. @FavoritesCommonDir
  111. @FavoritesDir
  112. @GUI_CtrlId
  113. @GUI_CtrlHandle
  114. @GUI_DragId
  115. @GUI_DragFile
  116. @GUI_DropId
  117. @GUI_WinHandle
  118. @HomeDrive
  119. @HomePath
  120. @HomeShare
  121. @HOUR
  122. @HotKeyPressed
  123. @InetGetActive
  124. @InetGetBytesRead
  125. @IPAddress1
  126. @IPAddress2
  127. @IPAddress3
  128. @IPAddress4
  129. @LF
  130. @LogonDNSDomain
  131. @LogonDomain
  132. @LogonServer
  133. @MDAY
  134. @MIN
  135. @MON
  136. @MyDocumentsDir
  137. @NumParams
  138. @OSBuild
  139. @OSLang
  140. @OSServicePack
  141. @OSTYPE
  142. @OSVersion
  143. @ProcessorArch
  144. @ProgramFilesDir
  145. @ProgramsCommonDir
  146. @ProgramsDir
  147. @ScriptDir
  148. @ScriptFullPath
  149. @ScriptLineNumber
  150. @ScriptName
  151. @SEC
  152. @StartMenuCommonDir
  153. @StartMenuDir
  154. @StartupCommonDir
  155. @StartupDir
  156. @SW_DISABLE
  157. @SW_ENABLE
  158. @SW_HIDE
  159. @SW_LOCK
  160. @SW_MAXIMIZE
  161. @SW_MINIMIZE
  162. @SW_RESTORE
  163. @SW_SHOW
  164. @SW_SHOWDEFAULT
  165. @SW_SHOWMAXIMIZED
  166. @SW_SHOWMINIMIZED
  167. @SW_SHOWMINNOACTIVE
  168. @SW_SHOWNA
  169. @SW_SHOWNOACTIVATE
  170. @SW_SHOWNORMAL
  171. @SW_UNLOCK
  172. @SystemDir
  173. @TAB
  174. @TempDir
  175. @TRAY_ID
  176. @TrayIconFlashing
  177. @TrayIconVisible
  178. @UserProfileDir
  179. @UserName
  180. @WDAY
  181. @WindowsDir
  182. @WorkingDir
  183. @YDAY
  184. @YEAR
  185.  
  186. ; /////////////
  187. ; 3. Functions
  188. ; /////////////
  189. [Keywords 3]
  190. Abs
  191. ACos
  192. AdlibDisable
  193. AdlibEnable
  194. Asc
  195. ASin
  196. Assign
  197. ATan
  198. AutoItSetOption
  199. AutoItWinGetTitle
  200. AutoItWinSetTitle
  201. Beep
  202. BinaryString
  203. BitAND
  204. BitNOT
  205. BitOR
  206. BitRotate
  207. BitShift
  208. BitXOR
  209. BlockInput
  210. Break
  211. Call
  212. CDTray
  213. Ceiling
  214. Chr
  215. ClipGet
  216. ClipPut
  217. ConsoleRead
  218. ConsoleWrite
  219. ConsoleWriteError
  220. ControlClick
  221. ControlCommand
  222. ControlDisable
  223. ControlEnable
  224. ControlFocus
  225. ControlGetFocus
  226. ControlGetHandle
  227. ControlGetPos
  228. ControlGetText
  229. ControlHide
  230. ControlListView
  231. ControlMove
  232. ControlSend
  233. ControlSetText
  234. ControlShow
  235. Cos
  236. Dec
  237. DirCopy
  238. DirCreate
  239. DirGetSize
  240. DirMove
  241. DirRemove
  242. DllCall
  243. DllClose
  244. DllOpen
  245. DllStructCreate
  246. DllStructGetData
  247. DllStructGetPtr
  248. DllStructGetSize
  249. DllStructSetData
  250. DriveGetDrive
  251. DriveGetFileSystem
  252. DriveGetLabel
  253. DriveGetSerial
  254. DriveGetType
  255. DriveMapAdd
  256. DriveMapDel
  257. DriveMapGet
  258. DriveSetLabel
  259. DriveSpaceFree
  260. DriveSpaceTotal
  261. DriveStatus
  262. EnvGet
  263. EnvSet
  264. EnvUpdate
  265. Eval
  266. Execute
  267. Exp
  268. FileChangeDir
  269. FileClose
  270. FileCopy
  271. FileCreateNTFSLink
  272. FileCreateShortcut
  273. FileDelete
  274. FileExists
  275. FileFindFirstFile
  276. FileFindNextFile
  277. FileGetAttrib
  278. FileGetLongName
  279. FileGetShortcut
  280. FileGetShortName
  281. FileGetSize
  282. FileGetTime
  283. FileGetVersion
  284. FileInstall
  285. FileMove
  286. FileOpen
  287. FileOpenDialog
  288. FileRead
  289. FileReadLine
  290. FileRecycle
  291. FileRecycleEmpty
  292. FileSaveDialog
  293. FileSelectFolder
  294. FileSetAttrib
  295. FileSetTime
  296. FileWrite
  297. FileWriteLine
  298. Floor
  299. FtpSetProxy
  300. GUICreate
  301. GUICtrlCreateAvi
  302. GUICtrlCreateButton
  303. GUICtrlCreateCheckbox
  304. GUICtrlCreateCombo
  305. GUICtrlCreateContextMenu
  306. GUICtrlCreateDate
  307. GUICtrlCreateDummy
  308. GUICtrlCreateEdit
  309. GUICtrlCreateGraphic
  310. GUICtrlCreateGroup
  311. GUICtrlCreateIcon
  312. GUICtrlCreateInput
  313. GUICtrlCreateLabel
  314. GUICtrlCreateList
  315. GUICtrlCreateListView
  316. GUICtrlCreateListViewItem
  317. GUICtrlCreateMenu
  318. GUICtrlCreateMenuItem
  319. GUICtrlCreateMonthCal
  320. GUICtrlCreateObj
  321. GUICtrlCreatePic
  322. GUICtrlCreateProgress
  323. GUICtrlCreateRadio
  324. GUICtrlCreateSlider
  325. GUICtrlCreateTab
  326. GUICtrlCreateTabItem
  327. GUICtrlCreateTreeView
  328. GUICtrlCreateTreeViewItem
  329. GUICtrlCreateUpdown
  330. GUICtrlDelete
  331. GUICtrlGetHandle
  332. GUICtrlGetState
  333. GUICtrlRead
  334. GUICtrlRecvMsg
  335. GUICtrlRegisterListViewSort
  336. GUICtrlSendMsg
  337. GUICtrlSendToDummy
  338. GUICtrlSetBkColor
  339. GUICtrlSetColor
  340. GUICtrlSetCursor
  341. GUICtrlSetData
  342. GUICtrlSetFont
  343. GUICtrlSetGraphic
  344. GUICtrlSetImage
  345. GUICtrlSetLimit
  346. GUICtrlSetOnEvent
  347. GUICtrlSetPos
  348. GUICtrlSetResizing
  349. GUICtrlSetState
  350. GUICtrlSetStyle
  351. GUICtrlSetTip
  352. GUIDelete
  353. GUIGetCursorInfo
  354. GUIGetMsg
  355. GUIRegisterMsg
  356. GUISetBkColor
  357. GUISetCoord
  358. GUISetCursor
  359. GUISetFont
  360. GUISetHelp
  361. GUISetIcon
  362. GUISetOnEvent
  363. GUISetState
  364. GUIStartGroup
  365. GUISwitch
  366. Hex
  367. HotKeySet
  368. HttpSetProxy
  369. HWnd
  370. InetGet
  371. InetGetSize
  372. IniDelete
  373. IniRead
  374. IniReadSection
  375. IniReadSectionNames
  376. IniRenameSection
  377. IniWrite
  378. InputBox
  379. Int
  380. IsAdmin
  381. IsArray
  382. IsBinaryString
  383. IsBool
  384. IsDeclared
  385. IsFloat
  386. IsHWnd
  387. IsInt
  388. IsKeyword
  389. IsNumber
  390. IsObj
  391. IsString
  392. Log
  393. MemGetStats
  394. Mod
  395. MouseClick
  396. MouseClickDrag
  397. MouseDown
  398. MouseGetCursor
  399. MouseGetPos
  400. MouseMove
  401. MouseUp
  402. MouseWheel
  403. MsgBox
  404. Number
  405. ObjCreate
  406. ObjEvent
  407. ObjGet
  408. ObjName
  409. Ping
  410. PixelChecksum
  411. PixelGetColor
  412. PixelSearch
  413. ProcessClose
  414. ProcessExists
  415. ProcessList
  416. ProcessSetPriority
  417. ProcessWait
  418. ProcessWaitClose
  419. ProgressOff
  420. ProgressOn
  421. ProgressSet
  422. Random
  423. RegDelete
  424. RegEnumKey
  425. RegEnumVal
  426. RegRead
  427. RegWrite
  428. Round
  429. Run
  430. RunAsSet
  431. RunWait
  432. Send
  433. SetError
  434. SetExtended
  435. Shutdown
  436. Sin
  437. Sleep
  438. SoundPlay
  439. SoundSetWaveVolume
  440. SplashImageOn
  441. SplashOff
  442. SplashTextOn
  443. Sqrt
  444. StatusbarGetText
  445. StderrRead
  446. StdinWrite
  447. StdoutRead
  448. String
  449. StringAddCR
  450. StringFormat
  451. StringInStr
  452. StringIsAlNum
  453. StringIsAlpha
  454. StringIsASCII
  455. StringIsDigit
  456. StringIsFloat
  457. StringIsInt
  458. StringIsLower
  459. StringIsSpace
  460. StringIsUpper
  461. StringIsXDigit
  462. StringLeft
  463. StringLen
  464. StringLower
  465. StringMid
  466. StringReplace
  467. StringRight
  468. StringSplit
  469. StringStripCR
  470. StringStripWS
  471. StringTrimLeft
  472. StringTrimRight
  473. StringUpper
  474. Tan
  475. TCPAccept
  476. TCPCloseSocket
  477. TCPConnect
  478. TCPListen
  479. TCPNameToIP
  480. TCPRecv
  481. TCPSend
  482. TCPShutdown
  483. TCPStartup
  484. TimerDiff
  485. TimerInit
  486. ToolTip
  487. TrayCreateItem
  488. TrayCreateMenu
  489. TrayGetMsg
  490. TrayItemDelete
  491. TrayItemGetHandle
  492. TrayItemGetState
  493. TrayItemGetText
  494. TrayItemSetOnEvent
  495. TrayItemSetState
  496. TrayItemSetText
  497. TraySetClick
  498. TraySetIcon
  499. TraySetOnEvent
  500. TraySetPauseIcon
  501. TraySetState
  502. TraySetToolTip
  503. TrayTip
  504. UBound
  505. UDPBind
  506. UDPCloseSocket
  507. UDPOpen
  508. UDPRecv
  509. UDPSend
  510. WinActivate
  511. WinActive
  512. WinClose
  513. WinExists
  514. WinFlash
  515. WinGetCaretPos
  516. WinGetClassList
  517. WinGetClientSize
  518. WinGetHandle
  519. WinGetPos
  520. WinGetProcess
  521. WinGetState
  522. WinGetText
  523. WinGetTitle
  524. WinKill
  525. WinList
  526. WinMenuSelectItem
  527. WinMinimizeAll
  528. WinMinimizeAllUndo
  529. WinMove
  530. WinSetOnTop
  531. WinSetState
  532. WinSetTitle
  533. WinSetTrans
  534. WinWait
  535. WinWaitActive
  536. WinWaitClose
  537. WinWaitNotActive
  538.