Umajin
A Umajin Bundle for Sublime Text
Details
Installs
- Total 154
- Win 90
- Mac 51
- Linux 13
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Introduction
A Umajin Bundle for Sublime Text
Features
- Syntax highlighting for umajin (.u) sources
- Code snippets
- Run project (or single file) with debug-gui
Still to come:
- Umajin engine completion, code hints and error highlighting
- Class discovery/completion
- Sublime build system integration, multiple build management, including running tests
- More code snippets
- Auto-include
Installation
Sublime Package Control
The bundle is available through Package Control
Manual installation
Mac OSX
cd /Users/<username>/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone https://github.com/AdamHarte/SublimeText-Umajin.git Umajin
Linux
cd ~/.config/sublime-text-2/Packages
git clone https://github.com/AdamHarte/SublimeText-Umajin.git Umajin
Windows
(Using git bash http://code.google.com/p/msysgit/)
cd /c/Users/<username>/AppData/Roaming/Sublime\ Text\ 2/Packages
git clone https://github.com/AdamHarte/SublimeText-Umajin.git Umajin
Restart Sublime Text
Usage
- Open your project's directory (where the umajin.exe and .u files reside) in Sublime Text.
- Edit your classes
- Completion is triggered either automatically by dot and colon keys, or manually by Ctrl+Space.
- Comma keys display umajin type hints in the status bar
Shortcuts
- Press Alt + r to run the current project in JIT mode
- Press Ctrl + Alt + r to run the current file in JIT mode
Troubleshooting
On Ubuntu, you'll probably need to install package python2.6
sudo apt-get install python2.6