1
A set of templates for KDevelop which I use to create Falkon Python plugins / extensions.
Go to file
Juraj Oravec 84c363c42e
config: keep blank line in setter method
Signed-off-by: Juraj Oravec <sgd.orava@gmail.com>
2019-06-28 23:16:15 +02:00
button Add toolbar button file template 2019-06-13 14:17:17 +02:00
config config: keep blank line in setter method 2019-06-28 23:16: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 REDME: Fix typo 2019-06-28 21:41:07 +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 (in progress)