PageRenderTime 44ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/extras/ahk.properties

http://scite-files.googlecode.com/
Properties File | 86 lines | 69 code | 8 blank | 9 comment | 0 complexity | 4a4bdec775f5fe66c5f0bba1ebc9e4cd MD5 | raw file
  1. # SciTE settings for AutoHotkey files
  2. # where is AutoHotkey program installed
  3. autohotkeydir=C:\Program Files\AutoHotkey
  4. file.patterns.ahk=*.ahk
  5. lexer.$(file.patterns.ahk)=asm
  6. keywords.$(file.patterns.ahk)=allowsamelinecomments clipboardtimeout commentflag \
  7. errorstdout escapechar hotkeyinterval hotkeymodifiertimeout hotstring include \
  8. includeagain installkeybdhook installmousehook keyhistory ltrim \
  9. maxhotkeysperinterval maxmem maxthreads maxthreadsbuffer \
  10. maxthreadsperhotkey notrayicon persistent singleinstance usehook \
  11. winactivateforce autotrim blockinput break clipwait continue control \
  12. controlclick controlfocus controlget controlgetfocus controlgetpos \
  13. controlgettext controlmove controlsend \
  14. controlsendraw controlsettext coordmode critical detecthiddentext \
  15. detecthiddenwindows drive driveget drivespacefree edit else endrepeat envadd \
  16. envdiv envmult envset envsub envupdate exit exitapp fileappend filecopy \
  17. filecopydir filecreatedir filecreateshortcut filedelete filegetattrib \
  18. filegetshortcut filegetsize filegettime filegetversion fileinstall filemove \
  19. filemovedir fileread filereadline filerecycle filerecycleempty fileremovedir \
  20. fileselectfile fileselectfolder filesetattrib filesettime formattime \
  21. getkeystate gosub goto groupactivate groupadd groupclose groupdeactivate gui \
  22. guicontrol guicontrolget hideautoitwin hotkey if else between \
  23. and not contains in is ifequal ifexist ifgreater \
  24. ifgreaterorequal ifinstring ifless iflessorequal ifmsgbox ifnotequal ifnotexist \
  25. ifnotinstring ifwinactive winactive ifwinexist ifwinnotactive ifwinnotexist imagesearch \
  26. inidelete iniread iniwrite input inputbox is keyhistory keywait listhotkeys \
  27. listlines listvars loop loop, filepattern loop, parse loop, read loop, reg menu \
  28. mouseclick mouseclickdrag mousegetpos mousemove msgbox onexit outputdebug pause \
  29. pixelgetcolor pixelsearch postmessage process progress random regdelete regread \
  30. regwrite reload repeat return run runas runwait send sendmessage sendraw \
  31. setbatchlines setcapslockstate setcontroldelay setdefaultmousespeed setenv \
  32. setformat setkeydelay setmousedelay setnumlockstate setscrolllockstate \
  33. setstorecapslockmode settimer settitlematchmode setwindelay setworkingdir \
  34. shutdown sleep sort soundbeep soundget soundgetwavevolume soundplay soundset \
  35. soundsetwavevolume splashimage splashtextoff splashtexton splitpath \
  36. statusbargettext statusbarwait stringcasesense stringgetpos stringleft \
  37. stringlen stringlower stringmid stringreplace stringright stringsplit \
  38. stringtrimleft stringtrimright stringupper suspend sysget thread tooltip \
  39. transform traytip urldownloadtofile winactivate winactivatebottom winclose \
  40. winget wingetactivestats wingetactivetitle wingetclass wingetpos wingettext \
  41. wingettitle winhide winkill winmaximize winmenuselectitem winminimize \
  42. winminimizeall winminimizeallundo winmove winrestore winset winsettitle winshow \
  43. winwait winwaitactive winwaitclose winwaitnotactive
  44. keywords2.$(file.patterns.ahk)=shift lshift rshift alt lalt ralt control lcontrol \
  45. rcontrol ctrl lctrl rctrl lwin rwin appskey altdown altup shiftdown shiftup \
  46. ctrldown ctrlup lwindown rwindown lbutton rbutton mbutton wheelup wheeldown \
  47. xbutton1 xbutton2 joy1 joy2 joy3 joy4 joy5 joy6 joy7 joy8 joy9 joy10 joy11 \
  48. joy12 joy13 joy14 joy15 joy16 joy17 joy18 joy19 joy20 joy21 joy22 joy23 \
  49. joy24 joy25 joy26 joy27 joy28 joy29 joy30 joy31 joy32 joyx joyy joyz joyr \
  50. joyu joyv joypov joyname joybuttons joyaxes joyinfo space tab enter escape \
  51. esc backspace bs delete del insert ins pgup pgdn home end up down left \
  52. right printscreen ctrlbreak pause scrolllock capslock numlock numpad0 \
  53. numpad1 numpad2 numpad3 numpad4 numpad5 numpad6 numpad7 numpad8 numpad9 \
  54. numpadmult numpadadd numpadsub numpaddiv numpaddot \
  55. numpaddel numpadins numpadclear numpadup numpaddown numpadleft numpadright \
  56. numpadhome numpadend numpadpgup numpadpgdn numpadenter f1 f2 f3 f4 f5 f6 f7 f8 \
  57. f9 f10 f11 f12 f13 f14 f15 f16 f17 f18 f19 f20 f21 f22 f23 f24 browser_back \
  58. browser_forward browser_refresh browser_stop browser_search browser_favorites \
  59. browser_home volume_mute volume_down volume_up media_next media_prev media_stop \
  60. media_play_pause launch_mail launch_media launch_app1 launch_app2
  61. # api file for AutoHotkey can be found in Extras\Editors\Notepad++ directory
  62. api.$(file.patterns.ahk)=$(autohotkeydir)\Extras\Editors\Notepad++\AHK Autohotkey.api
  63. calltip.asm.word.characters=#$(chars.alpha)$(chars.numeric)
  64. calltip.asm.parameters.start= (,
  65. # base
  66. style.asm.32=
  67. # comment
  68. style.asm.1=$(colour.code.comment.box),$(font.code.comment.box)
  69. # operators
  70. style.asm.4=
  71. # keywords - functions
  72. style.asm.6=$(colour.keyword),bold
  73. # keywords2 - keys
  74. style.asm.7=fore:#0000ff
  75. # commands to run script and help invocation
  76. command.go.$(file.patterns.ahk)=cmd /c start "$(autohotkeydir)\AutoHotkey.exe" $(FileNameExt)
  77. command.help.*.ahk=$(CurrentWord)!$(autohotkeydir)\AutoHotkey.chm
  78. command.help.subsystem.*.ahk=4