/SciTE4AutoHotkey

SciTE distribution for AutoHotkey

Primary LanguageAutoHotkey

SciTE4AutoHotkey

Introduction

SciTE4AutoHotkey is a SciTE-based AutoHotkey script editor. It offers:

  • Syntax highlighting
  • Code folding
  • Calltips (also known as IntelliSense)
  • AutoComplete
  • AutoIndent
  • AutoHotkey help integration
  • Abbreviations
  • AutoHotkey_L debugging support
  • Tools for AutoHotkey scripting
  • A toolbar that enables easy access to the tools
  • Some AutoHotkey scripting facilities

Git importing status

Complete. The recommended "setup" procedure is fetching the repository somewhere, then making a symbolic link between %AhkDir%\SciTE and \source. *.exe, *.dll, *.chm, *.bak and *.db are already discarded by .gitignore.

Building SciTE4AutoHotkey

In order to do so, follow the instructions in the scipatches folder. When done building, copy SciTE.exe and SciLexer.dll to the /source folder.

Afterwards, download the current portable build in order to get some files from it:

  • SciTE_beta5/tools/GenDocs/hha.dll and hha.exe -> source/tools/GenDocs/
  • SciTE_beta5/tools/Rebranded/*.* -> source/tools/Rebranded/

You must also build the documentation and place it in the source folder.

The latest AutoHotkey_L Unicode binary (v1.1.08.00 at the time of writing) also needs to be placed in the source folder.