roku.vim : roku development plugin
script karma |
Rating 13/4,
Downloaded by 820 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Michael Meyer |
|
script type |
syntax |
|
description |
a plugin for roku development, providing brightscript/scenegraph language support (syntax highlighting, folding, section movement, indentation, etc), channel installation and packaging from within vim, the ability to map keys to roku remote buttons, & more.
to contribute, report a bug, etc:
https://gitlab.com/entrez/roku.vim/
https://github.com/entrez/roku.vim/ |
|
install details |
Vundle:
add this line to your .vimrc:
Plugin 'entrez/roku.vim'
then run the following in vim:
:source %
:PluginInstall
VimPlug:
add this line to your .vimrc:
Plug 'entrez/roku.vim'
then run the following in vim:
:source %
:PlugInstall
Pathogen:
run the following commands in the terminal:
cd ~/.vim/bundle
git clone git://github.com/entrez/roku.vim.git |
|
script versions (upload new version)
Click on the package to download.
roku.tar.gz |
0.9.10 |
2023-10-25 |
7.0 |
Michael Meyer |
Version 0.9.10
* Updates app packaging (:RokuPackage) to be compatible with recent
changes to the Roku web interface.
* Misc other minor tweaks, fixes, and improvements to the 'package'
script. |
roku.tar.gz |
v0.9.8 |
2020-07-13 |
7.0 |
Michael Meyer |
version 0.9.8
* added option to increment the manifest build number every time a project is deployed, by setting `g:roku_increment_buildno`
* tweaked other vim settings, e.g. some autocommand trigger events and default Brightscript formatoptions |
roku.tar.gz |
0.9.7 |
2019-10-11 |
7.0 |
Michael Meyer |
version 0.9.7
* added explicit schema to roku device ip in curl commands where port isn't specified, in order to fix bug causing sideload/package commands to be unusable (https://github.com/entrez/roku.vim/issues/17)
* improved precision and accuracy of `awk` regex pattern(s) used to search for & associate ip address with a hostname from `g:roku_ip`, so that it now ignores comment lines as expected (https://github.com/entrez/roku.vim/issues/19)
* other minor formatting & compatibility improvements |
roku.tar.gz |
0.9.6 |
2019-10-01 |
7.0 |
Michael Meyer |
Initial upload |
ip used for rating: 18.218.221.53
|