Working on creating a Sublime Text build system for Roku projects using Brightscript.
There are 3 commands (Cmd + Shift + P) at the moment
- Roku: Package (almost working - see todo list)
- Roku: Install (not working)
- Roku: Replace (not working)
-
Download and extract to Sublime Text 2/3 Packages folder
Windows: %APPDATA%\Sublime Text 2\Packages
Windows: %APPDATA%\Sublime Text 3\PackagesMac OS X: ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
Mac OS X: ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/Linux: ~/.config/sublime-text-2/Packages
Linux: ~/.config/sublime-text-3/Packages
**NOTE - ** You will need to replace 192.168.0.1 in both of the .sh files with the IP address of your Roku.
This is very much a work in progress
- Created a basic SublimeText Plugin with 3 commands (roku.py)
- Pulled the .sh scripts from original project into the python scripts and tried to keep them platform agnostic.