{"id":21758637,"url":"https://github.com/themaster1127/scite4hth","last_synced_at":"2026-01-04T05:46:58.778Z","repository":{"id":226417864,"uuid":"768630354","full_name":"TheMaster1127/SciTE4HTH","owner":"TheMaster1127","description":"SciTE4HTH is a modified version of SciTE4AutoHotkey designed to work with HTH using .hth files. It features syntax highlighting and keyword completion.","archived":false,"fork":false,"pushed_at":"2024-08-03T12:25:18.000Z","size":14900,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T00:34:04.580Z","etag":null,"topics":["code-editor","dark-mode","editor","hth","ide","scite","syntax-highlighting","windows-only"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheMaster1127.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-07T12:50:39.000Z","updated_at":"2024-08-03T12:22:36.000Z","dependencies_parsed_at":"2024-04-17T01:31:04.004Z","dependency_job_id":"42cb9d2c-9517-40d3-bfa4-ef2a1d436bc7","html_url":"https://github.com/TheMaster1127/SciTE4HTH","commit_stats":null,"previous_names":["themaster1127/scite4hth"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMaster1127%2FSciTE4HTH","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMaster1127%2FSciTE4HTH/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMaster1127%2FSciTE4HTH/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMaster1127%2FSciTE4HTH/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheMaster1127","download_url":"https://codeload.github.com/TheMaster1127/SciTE4HTH/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244734202,"owners_count":20501018,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["code-editor","dark-mode","editor","hth","ide","scite","syntax-highlighting","windows-only"],"created_at":"2024-11-26T11:23:07.747Z","updated_at":"2026-01-04T05:46:58.751Z","avatar_url":"https://github.com/TheMaster1127.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# SciTE4HTH\n\nSciTE4HTH 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.\n\n## Usage\n\nTo 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.\n\n#### This editor is mainly for HTH, HTpy and HT++ \n\n- HTH: https://github.com/TheMaster1127/HTH\n- HTpy: https://github.com/TheMaster1127/HTpy\n- HT++: https://github.com/TheMaster1127/HT-plus-plus\n\n## Installation\n\n1. Download SciTE4HTH.\n2. Unzip the folder.\n3. Move the downloaded files to your desired location.\n4. Run SciTE4HTH by executing the executable file at \"SciTE4HTH\\SciTE\\SciTE.exe\".\n5. 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.\n\nfor HTH v1 and HTH v2\n\n![image](https://github.com/TheMaster1127/SciTE4HTH/assets/134737935/5fcec234-411a-4a3c-b5cc-fdb958cb445f)\n\nfor HTpy\n\n![image](https://github.com/TheMaster1127/SciTE4HTH/assets/134737935/afeb8503-1f4c-4c28-9b95-55974c659880)\n\nfor HT++\n\n![image](https://github.com/user-attachments/assets/bcc33049-786e-4e47-9e3a-650da08861ab)\n\nFor HTpy you need to have python installed on you pc.\nFor HT++ you need to have C++ installed on you pc. You can install it form here: https://www.mingw-w64.org/downloads/#mingw-builds\n\nFor HTH v1 press `Ctrl+F7` or navigate to Tools \u003e Compile to transpile HTH to js in a full HTML file.\nFor HTH v2 press `F5` or click on the run icon to transpile HTH to js in a full HTML file.\n\nFor HTpy press `F5` to transpile and run at once and press `Ctrl+F7` or navigate to Tools \u003e Compile to transpile the code only without ruining it.\n\n**Enable Dark Mode (Optional)**\n\n![image](https://github.com/TheMaster1127/SciTE4HTH/assets/134737935/7c023dce-d0ea-41b9-8d71-1e77a4f86f4f)\n\n![image](https://github.com/TheMaster1127/SciTE4HTH/assets/134737935/15c985bf-db0f-46a9-9434-0b7bf040366b)\n\n![image](https://github.com/TheMaster1127/SciTE4HTH/assets/134737935/d75ebe2a-c54e-4de5-b0d7-45c26b50e1dd)\n\n![image](https://github.com/TheMaster1127/SciTE4HTH/assets/134737935/1a92a04f-b288-4df0-affe-1bfed33f935a)\n\n## Features\n\n- Syntax highlighting for HTH, HTpy and HT++ scripts.\n- Keyword completion to assist with scripting.\n- Easy integration with HTH, HTpy and HT++ projects.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemaster1127%2Fscite4hth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemaster1127%2Fscite4hth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemaster1127%2Fscite4hth/lists"}