SciTE4HTH is a modified version of SciTE4AutoHotkey designed to work with HTH using .hth files, HTpy using .htpy files or HT++ using .htpp files. It features syntax highlighting and keyword completion.
To use SciTE4HTH, simply open .hth, .htpy or .htpp files with the application. Syntax highlighting and keyword completion will be available for your HTH, HTpy and HT++ scripts.
- HTH: https://github.com/TheMaster1127/HTH
- HTpy: https://github.com/TheMaster1127/HTpy
- HT++: https://github.com/TheMaster1127/HT-plus-plus
- Download SciTE4HTH.
- Unzip the folder.
- Move the downloaded files to your desired location.
- Run SciTE4HTH by executing the executable file at "SciTE4HTH\SciTE\SciTE.exe".
- Open
hth.properties
,htpy.properties
orhtpp.properties
and change the path to the full path of theHTH.exe
for HTH v1 andHTH.py
for HTH v2 or inhtpy.properties
for HTpy findHTpy.py
on your machine or inhtpp.properties
for HT++ findHT++.py
on your machine.
for HTH v1 and HTH v2
for HTpy
for HT++
For HTpy you need to have python installed on you pc. For HT++ you need to have C++ installed on you pc. You can install it form here: https://www.mingw-w64.org/downloads/#mingw-builds
For HTH v1 press Ctrl+F7
or navigate to Tools > Compile to transpile HTH to js in a full HTML file.
For HTH v2 press F5
or click on the run icon to transpile HTH to js in a full HTML file.
For HTpy press F5
to transpile and run at once and press Ctrl+F7
or navigate to Tools > Compile to transpile the code only without ruining it.
Enable Dark Mode (Optional)
- Syntax highlighting for HTH, HTpy and HT++ scripts.
- Keyword completion to assist with scripting.
- Easy integration with HTH, HTpy and HT++ projects.