/SciTE_rc1/ahk.properties

http://autohotkey-cn.googlecode.com/ · Properties File · 67 lines · 41 code · 11 blank · 15 comment · 0 complexity · 3e574e94ab8c8b0dec70f88e22f96f24 MD5 · raw file

  1. # SciTE settings for AutoHotkey files
  2. #
  3. # Do NOT edit this file, use SciTEUser.properties instead!
  4. #
  5. # AutoHotkey path
  6. AutoHotkeyDir=$(SciteDefaultHome)\..
  7. IronAHKDir=$(AutoHotkeyDir)\IronAHK
  8. LocalAHK=$(SciteDefaultHome)\AutoHotkey.exe
  9. # Script file extensions
  10. ahk.file.extension=*.ahk
  11. ia.file.extension=*.ia
  12. ahkscriptlet.file.extension=*.scriptlet
  13. hkml.file.extension=*.hkml
  14. # General settings
  15. file.patterns.ahk=$(ahk.file.extension);$(ia.file.extension);$(ahkscriptlet.file.extension);$(hkml.file.extension)
  16. filter.ahk=\
  17. AutoHotkey scripts (*.ahk)|$(ahk.file.extension)|\
  18. IronAHK scripts (*.ia)|$(ia.file.extension)|\
  19. HKML documents (*.hkml)|$(hkml.file.extension)|\
  20. AHK scriptlets (*.scriptlet)|$(ahkscriptlet.file.extension)|
  21. lexer.$(file.patterns.ahk)=ahk1
  22. braces.ahk1.style=5
  23. # Autocomplete and calltip settings
  24. ahk.api=$(SciteDefaultHome)\ahk.api;$(SciteUserHome)\user.ahk.api
  25. api.$(file.patterns.ahk)=$(ahk.api)
  26. calltip.ahk1.word.characters=$(chars.alpha)$(chars.numeric)$(chars.accented)$_@#
  27. calltip.ahk1.ignorecase=1
  28. calltip.ahk1.parameters.start= ,(
  29. calltip.ahk1.parameters.end=)
  30. calltip.ahk1.parameters.separator=,
  31. autocomplete.ahk1.ignorecase=1
  32. autocomplete.ahk1.start.characters=$(chars.alpha)$(chars.numeric)$(chars.accented)$_@#
  33. word.characters.$(file.patterns.ahk)=$(chars.alpha)$(chars.numeric)$(chars.accented)$_@#
  34. # Abbreviation settings
  35. abbreviations.$(file.patterns.ahk)=$(SciteUserHome)\AhkAbbrevs.properties
  36. # Indentation settings
  37. indent.maintain.$(file.patterns.ahk)=0
  38. indent.size.$(file.patterns.ahk)=4
  39. tab.size.$(file.patterns.ahk)=4
  40. use.tabs.$(file.patterns.ahk)=1
  41. # Comment definitions
  42. comment.block.ahk1=;~
  43. comment.stream.start.ahk1=/*
  44. comment.stream.end.ahk1=*/
  45. comment.box.start.ahk1=/*
  46. comment.box.middle.ahk1= *
  47. comment.box.end.ahk1= */
  48. # Fold settings
  49. fold.at.else=1
  50. # AutoHotkey Lua editor script, needed for some features
  51. ext.lua.startup.script=$(SciteDefaultHome)\ahk.lua
  52. ext.lua.auto.reload=1
  53. # Keywords
  54. import ahk.keywords
  55. # Editor commands
  56. import ahk.commands