Description
Execute external commands/scripts from within the editor.
Implementation
- NSTask-based command execution
- Run menu with configurable commands
- Path macros:
$(FILE_PATH), $(FILE_DIR), $(FILE_NAME), $(CURRENT_WORD)
- Output captured in bottom panel or new document
- Built-in: "Open in Terminal", "Run current file"
- Save custom commands
- Keyboard shortcuts for saved commands
Key Files
macos/platform/main_phase7.mm
Description
Execute external commands/scripts from within the editor.
Implementation
$(FILE_PATH),$(FILE_DIR),$(FILE_NAME),$(CURRENT_WORD)Key Files
macos/platform/main_phase7.mm