1
A set of templates for KDevelop which I use to create Falkon Python plugins / extensions.
Go to file
Juraj Oravec de7092107a
README: Mark config file template as stable
Signed-off-by: Juraj Oravec <sgd.orava@gmail.com>
2019-06-30 00:09:58 +02:00
button Add toolbar button file template 2019-06-13 14:17:17 +02:00
config Config: Add load ans save method, fix typo 2019-06-29 20:29:15 +02:00
plugin Rename plugin template directory to "plugin" 2019-06-12 17:19:41 +02:00
sidebar Add sidebar template 2019-06-13 16:05:07 +02:00
.gitignore Git: ignore all .zip files 2019-06-28 21:39:49 +02:00
LICENSE Creation 2019-06-06 20:34:56 +02:00
README.md README: Mark config file template as stable 2019-06-30 00:09:58 +02:00

KDevelop Falkon Python

Falkon Python plugin templates for KDevelop.

Directory structure

  • plugin: python plugin project template
  • button: toolbar button file template
  • sidebar: sidebar file template
  • config: python - PySide2 config class template

Acknowledgments

Pay respect to the creators of the original files and projects which these templates are based on.

Template Original author / project
plugin Based on Falkon Python Example extension by David Rosca
button Based on Falkon Python Example extension by David Rosca
sidebar Based on Falkon Python Example extension by David Rosca
config Based on KDevelop Python Basic class template