ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Umajin

by Umajin ALL

A Umajin Bundle for Sublime Text

Details

Installs

  • Total 154
  • Win 90
  • Mac 51
  • Linux 13
Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6 Dec 5 Dec 4 Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 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
Windows 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 1 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