https://github.com/fincs/SciTE4AutoHotkey
SciTE distribution for AutoHotkey
https://github.com/fincs/SciTE4AutoHotkey
Last synced: about 1 year ago
JSON representation
SciTE distribution for AutoHotkey
- Host: GitHub
- URL: https://github.com/fincs/SciTE4AutoHotkey
- Owner: fincs
- Created: 2011-01-24T21:08:39.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T16:04:12.000Z (about 2 years ago)
- Last Synced: 2025-03-02T23:30:23.896Z (over 1 year ago)
- Language: AutoHotkey
- Homepage: https://www.autohotkey.com/scite4ahk/
- Size: 1.44 MB
- Stars: 346
- Watchers: 28
- Forks: 72
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
* Debugging support
* Tools for AutoHotkey scripting
* A toolbar that enables easy access to the tools
* Some AutoHotkey scripting facilities
Building SciTE4AutoHotkey
-------------------------
First, SciTE4AutoHotkey must be cloned using the following command to ensure all submodules are also cloned:
git clone --recursive https://github.com/fincs/SciTE4AutoHotkey
Afterwards build SciTE/Scintilla by following the instructions in the *scipatches* folder. When done building, copy SciTE.exe and SciLexer.dll to the /source folder.
You must also build the [documentation](https://github.com/fincs/SciTE4AHK-Docs) and place it in the source folder.
The latest AutoHotkey Unicode 32-bit binary also needs to be placed in the source folder, as `InternalAHK.exe`.