Hello,
I'm trying to develop some plugin (and understand how all this works), but I can't get the example plugin to work.
Here's what I do
1. Tools > New plugin
2. Save it to st2/Packages/User/test.py
3. Open console
4. Typing view.run_command("Example")
5. Nothing happens.
Is there something I'm missing ?