A simple code editor for Mindustry's in game logic
- Syntax highlighting
- Auto complete suggestions
- Find and replace
- Dark mode
- Settings
- Settings: Font
- Settings: Custom syntax Coloring
- Settings: Custom theme
- Settings: Custom key bindings
- Delete current line/selection:
ctrl + d
- Toggle line/selection comment:
ctrl + /
- Move line/selection up:
alt + up
- Move line/selection down:
alt + down
- Duplicate line/selection up:
alt + ctrl + up
- Duplicate line/selection down:
alt + ctrl + down