Kodi Community Forum

Full Version: KodiDevKit: SublimeText3 plugin to support kodi skinning / scripting
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
(2015-05-27, 05:42)phil65 Wrote: [ -> ]Would stuff like this be useful?
Image

+1

You can start from negative number ?

Like for coverflow (from -7 to 7) Big Grin
(2015-05-27, 14:54)mikebzh44 Wrote: [ -> ]+1

You can start from negative number ?

Like for coverflow (from -7 to 7) Big Grin

yes, should work now. https://github.com/phil65/SublimeKodi/co...573724dcda
In case you get some error dialogs after latest GIT updates, just ignore them:
That´s because I switched from ".tmlanguage" files to the new syntax highlighting format ".sublime-syntax". Since ST first tries to open the old one which does not exist anymore, it throws an error dialog once. Everything should still work fine though.
(2015-05-27, 08:51)phil65 Wrote: [ -> ]ctrl+shift+r
Hi Phil.

Get latest GITHUB ZIP, replace lxml and PIL from arch branch to get 32 bits python includes.

But when I press ctrl+shift+r, I don't have the box to enter number of repeat.

When I look into default key-map, ctrl+shift+r is bind to :

{ "keys": ["ctrl+shift+r"], "command": "goto_symbol_in_project" },

Do we have to user key binding ?
no, should work out of the box.
add-on keymaps should have priority as far as i know. works here on 2 different machines.
Will make some tests on my 64 bits laptop this evening.
Also always Check console Output. Or try changing the Key combination in my plugin Keymap
(2015-05-27, 18:54)phil65 Wrote: [ -> ]In case you get some error dialogs after latest GIT updates, just ignore them:
That´s because I switched from ".tmlanguage" files to the new syntax highlighting format ".sublime-syntax". Since ST first tries to open the old one which does not exist anymore, it throws an error dialog once. Everything should still work fine though.
Are you talking about this error dialog ?

Image

Because after this error, I lost color coding :

Image
Which sublimetext build?
Latest from GITHUB but I have to use lxml_32 and PIL_32 from arch branch because I'm running Windows 7 32 bits
Again : which sublimetext build? ;-)
Oops, sorry 3083.
Ok, thats too old for latest versions. You need at least 3084
But dev builds are availables only for register developpers :

http://www.sublimetext.com/3dev

When I run 3088, I must enter my licence key, which I don't have and I don't want to pay 70€ for it Sad
70 Dollars, not Euros ;-) and license is usable for all your machines. If buying is not an option, then you have to wait
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22