DragonScript Language Plugin for KDevelop
- Website: https://dragondreams.ch/?page_id=152
- Source Code Repository: https://github.com/LordOfDragons/kdevelop-lang-dragonscript
-
Supports Code Completion with generating function calls and code block calls.
-
Supports Code Generation for example easily overriding functions.
More features to come in the future.
Required packages (Ubuntu):
- cmake
- extra-cmake-modules
- flex
- bison
- gettext
- kdevelop-dev
- kdevelop-pg-qt
- libkf5itemmodels-dev
Run (as root)
mkdir build cmake .. make install
For general use no additional runtime files are required.
For use with Drag[en]gine Game Engine (https://github.com/LordOfDragons/dragengine) you need to install the game engine libraries (package libdragengine1) of at least version 1.3.1 for the plugin to be able to load the game engine scripts.