Skip to content

SciTE4HTH is a modified version of SciTE4AutoHotkey designed to work with HTH using .hth files. It features syntax highlighting and keyword completion.

License

Notifications You must be signed in to change notification settings

TheMaster1127/SciTE4HTH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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++

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

image

for HTpy

image

for HT++

image

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)

image

image

image

image

Features

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

About

SciTE4HTH is a modified version of SciTE4AutoHotkey designed to work with HTH using .hth files. It features syntax highlighting and keyword completion.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published