Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solarliner/kos-ide
This is an external tool for KSP's mod kOS that allows syntax highlighting, variable tracking and other stuff.
https://github.com/solarliner/kos-ide
Last synced: 7 days ago
JSON representation
This is an external tool for KSP's mod kOS that allows syntax highlighting, variable tracking and other stuff.
- Host: GitHub
- URL: https://github.com/solarliner/kos-ide
- Owner: SolarLiner
- License: gpl-3.0
- Created: 2014-05-17T22:18:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-26T22:41:06.000Z (over 10 years ago)
- Last Synced: 2024-10-10T20:15:44.452Z (28 days ago)
- Language: C#
- Homepage:
- Size: 1.37 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
kOS_IDE
=======A lightweight, powerful editing tool for kOS Autopilot Mod on KSP.
## Want to contribute? Setup of ScintillaNET ##
Scintilla is the component used for syntax highlighted content with autocorrect and more. In order to make it work you have to do these things:1. Set the PATH user environment variable to the location of the repository
2. On Visual Studio, right-click on the **ToolBox** and select **Choose Items ...** from the menu.
3. Be sure to be on the **.NET Framework Components** tab and then click the **Browse ...** button, and locate **ScintillaNET.dll** which should be on the repo too.
4. Ensure that all Scintilla controls are selected and checked before clicking the **OK** button to confirm adding these controls.The Scintilla control should now be listed in the ToolBox and you should not have problems trying to work on the GUI.