https://github.com/themaster1127/scite4hth
SciTE4HTH is a modified version of SciTE4AutoHotkey designed to work with HTH using .hth files. It features syntax highlighting and keyword completion.
https://github.com/themaster1127/scite4hth
code-editor dark-mode editor hth ide scite syntax-highlighting windows-only
Last synced: 7 months ago
JSON representation
SciTE4HTH is a modified version of SciTE4AutoHotkey designed to work with HTH using .hth files. It features syntax highlighting and keyword completion.
- Host: GitHub
- URL: https://github.com/themaster1127/scite4hth
- Owner: TheMaster1127
- License: mit
- Created: 2024-03-07T12:50:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T12:25:18.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T00:34:04.580Z (over 1 year ago)
- Topics: code-editor, dark-mode, editor, hth, ide, scite, syntax-highlighting, windows-only
- Homepage:
- Size: 14.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SciTE4HTH
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.
## Usage
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.
#### This editor is mainly for HTH, HTpy and HT++
- HTH: https://github.com/TheMaster1127/HTH
- HTpy: https://github.com/TheMaster1127/HTpy
- HT++: https://github.com/TheMaster1127/HT-plus-plus
## Installation
1. Download SciTE4HTH.
2. Unzip the folder.
3. Move the downloaded files to your desired location.
4. Run SciTE4HTH by executing the executable file at "SciTE4HTH\SciTE\SciTE.exe".
5. Open `hth.properties`, `htpy.properties` or `htpp.properties` and change the path to the full path of the `HTH.exe` for HTH v1 and `HTH.py` for HTH v2 or in `htpy.properties` for HTpy find `HTpy.py` on your machine or in `htpp.properties` for HT++ find `HT++.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)**




## Features
- Syntax highlighting for HTH, HTpy and HT++ scripts.
- Keyword completion to assist with scripting.
- Easy integration with HTH, HTpy and HT++ projects.