• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 22
Release KodiDevKit: SublimeText3 plugin to support kodi skinning / scripting
#31
Okay, the multiple cursors thing has got me hooked and made me switch from Geany. The only thing bugging me at the moment is the font rendering for Sublime on Fedora/Linux looks like crap compared to Geany and other text apps like terminal... played with all the subpixel aliasing options etc, but just cant get it looking as nice using the exact same font weight/style/size
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#32
hehe happy to see that the whole skinning scene switches horses. Smile
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#33
Does anyone know if there is a quick way to highlight a section of code and turn it into a comment? For instance, automatically add the <!-- -->?
Reply
#34
Ctrl + /.
Reply
#35
(2015-03-24, 18:53)Hitcher Wrote: Ctrl + /.
Awesome, thanks!
Reply
#36
@Phil65:
Sublime is randomly force closing if I have your plugin enabled.
This only happens when I select some rows or scroll through the document.

No error message, nothing. Just *bam* back to desktop.
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
#37
(2015-04-02, 11:44)sualfred Wrote: @Phil65:
Sublime is randomly force closing if I have your plugin enabled.
This only happens when I select some rows or scroll through the document.

No error message, nothing. Just *bam* back to desktop.
latest build? Which platform?
I'm on latest build 3082 using Linux and I dont get any crashes.
Another possibilty would be that it conflicts with another addon.
Will get more into it when I find some time, this was just a first quick shot. I still have to figure out what's the best way to deal with the ST API, in some parts the API is a bit cumbersome.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#38
Latest build x64 v3083. Had the same issues with the dev builds before.
Tried the 32 and 64 bit variants.

Operation systems tested: Win8.1 Enterprise x64 and Win7 Enterprise x64
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
#39
(2015-04-02, 11:58)sualfred Wrote: Latest build x64 v3083. Had the same issues with the dev builds before.
Tried the 32 and 64 bit variants.

Operation systems tested: Win8.1 Enterprise x64 and Win7 Enterprise x64
As I said, it's either OS-related or a perhaps a plugin conflict. I worked the whole day with that plugin activated and not one single crash.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#40
I tried it with disabled all other plugins in the past. I guess it's Windows-related. The minidump file says something about an access-restriction on an virtual whatever Smile No real detailed information.

@Hitcher:
You are using Windows too, aren't you? Do you have those issues?
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
#41
I couldn't even get ST3 to run properly.
Reply
#42
Oh.. ok ^^

FYI: There was an update released on 26th March.
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
#43
Was able to spend some more minutes on this today.
- Changed Title to SublimeKodi
- bit refactoring, added some dummy code for further work

Perhaps the crashes are gone now because of the refactoring (cannot test this obviously), but keep in mind that this is still very WIP. if you dont get any label translations then start "SublimeKodi: Reload language files" from command palette while editing an xml / py from your skin / script.
If I find enough time I intend to add features like "Go to variable" or "Go to include". I think that could be pretty helpful.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#44
Thx Phil.

Already installed it and it seems that the problem is gone.
I'll keep you updated, if Sublime is crashing again.
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
#45
ok, good. Problem was likely checking the language file too often. Still a bit strange because ST3 was changed to run plug-ins outside of the main application process so only the plugin engine should crash. Anyways, if it's fixed I'm fine with it Smile
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 22

Logout Mark Read Team Forum Stats Members Help
KodiDevKit: SublimeText3 plugin to support kodi skinning / scripting1