Development Tools: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Domain has been expired. Change to GitHub.)
Line 8: Line 8:


Sublime 3
Sublime 3
'''URL''' = http://www.sublimetext.com/3


'''Description''' = Sublime Text is a sophisticated text editor for code, markup and prose.
'''Description''' = Sublime Text is a sophisticated text editor for code, markup and prose.
You'll love the slick user interface, extraordinary features and amazing performance.
You'll love the slick user interface, extraordinary features and amazing performance.
'''URL''' = http://www.sublimetext.com/3




Line 29: Line 29:


[[File:Notepadplusplus.png]]
[[File:Notepadplusplus.png]]


== Python Integrated development environments ==
== Python Integrated development environments ==

Revision as of 06:01, 9 October 2015

Home icon grey.png   ▶ Development ▶ Add-on development ▶ Development Tools


Below you will find software that can be useful in Add-on Development.


Text Editors

Sublime 3

URL = http://www.sublimetext.com/3

Description = Sublime Text is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing performance.


Sublimetext.png



NotePad++

URL = http://notepad-plus-plus.org/

Description = A very popular text editor for Windows Operating System. Very quick to launch and has a number of plugins available. Some nice text formating.


Notepadplusplus.png

Python Integrated development environments

PyCharm

Descrition = Software developers who are doing pure Python coding, as well as those who are just making their first steps in programming, will no doubt appreciate this new Edition of PyCharm, which provides such essential IDE functionality as:

an intelligent editor with code completion and analysis automated code refactorings graphical debugger and unit testing support native version control integrations, and much more...

URL = http://www.jetbrains.com/pycharm/

Pycharm.png



Auto Completion Add-ons

XBMCstubs

Description = Kodi stubs are literally Python module stubs which mimic Kodi Python API modules. They contain most (hopefully, all) classes, methods, functions and constants declarations with docstrings, and minimal code not to raise syntax errors. If you using some Python IDE (Eclipse+Pydev, Python Tools for Visual Studio, PyScripter etc.), you can add those modules to Python import paths of your current Kodi addon project, and you will get code auto-completion and quick help that greatly facilitates writing addon code and reduces the number of errors.


URL = http://forum.kodi.tv/showthread.php?tid=173780


Xbmcstubs.jpg



Frameworks

XBMCSwift

Description = xbmcswift2 is a small framework to ease development of Kodi addons. Whether you are an experienced addon developer, or just coding your first addon, you’ll find benefits to using xbmcswift2.


URL = https://github.com/jbeluch/xbmcswift2

PyXBMCt

Description = PyXBMCt is a Python framework for simple Kodi addon UI building. It was inspired by PyQt (hence the name) and shares the same basic principles, so those who are familiar with PyQt/PySide should feel themselves right at home. The framework provides 4 base classes, 9 ready-to-use widgets or, in Kodi terms, controls, a Grid layout manager and an event connection manager. PyXBMCt uses texture images from XBMC’s default Confluence skin to decorate its visual elements. Those textures are included in PyXBMCt, so UI based on it will have the same look in different skins.


URL = http://forum.kodi.tv/showthread.php?tid=174859