How to make Editor script without creating a plugin
-
Is there anything like KDABs scripting engine available thats free of use? Otherwise I'd like to build my own python or js script to handle things. Is it possible to somehow access the parsing information/syntax given by the locator in an external python/js script? Can you call or make custom "Add new..." Action templates? This would be neat as it would handle registrating newly made files in the .pro file. Another thing I noticed is that you can make custom snippets on keysignals, but they are not being used if you create a class via the "Add new..." template and telling it to use the class of which you have made a snippet for as a baseclass. The ultimate goal would be to run a script that automatically adds a new command subclass as in the use of the command pattern. It would create a command class preferably with some custom members for which de-/serialization functions and other virtual base class methods will be generated for and register the class in the factory methods in other files as well as the .pro file.
If there is no easy way I'll look into plugin development.