Page Index - nojanath/SublimeKSP GitHub Wiki
58 page(s) in this GitHub Wiki:
- Home
- Introduction
- Basic Usage
- Extended Script Syntax
- Imports
- Pragma
- Comments
- User-Defined Code Sections
- Number Formats
- Optional Parentheses in Control Flow and Loop Statements
- for Loops
- else if
- Variable Prefixes Are (Mostly) Optional
- Less Constrained Variable Initialization
- Variable Persistence Shorthands
- Single-quoted Strings
- F-Strings
- String Array Improvements
- Automatic Array Size
- Array Concatenation
- Families
- Constant Blocks
- Inlined Functions
- Task Functions
- Function Overriding
- Properties
- Macros
- Define Macros
- Iterate Macros
- Literate Macros
- Built-in Defines
- Automatic Number Incrementer
- Multidimensional Arrays
- UI Arrays
- Lists
- Structs
- Control And Event Parameter Shorthands
- UI Widget Control Parameter Setters
- Creator Tools GUI Designer support
- SublimeKSP Options
- Compile
- Compile All Open Scripts With Defined Output Path
- Recompile Last Script
- Uncompress Selected Compiled Code
- Play Sound When Compilation Finishes
- Write Log on Failed Compilation
- Remove Indents
- Compact Variables
- Extra Syntax Checks
- Optimize Compiled Code
- Additional Branch Optimization
- Indent Size In Compiled Code
- Add Compilation Date/Time Command
- Combine Duplicate Callbacks
- Sanitize Behavior of exit Command
- Enable Completions for Vanilla KSP Built-ins
- SublimeKSP Documentation
- About SublimeKSP