To develop and test a plugin, designer will
1. edit runtime.js in text editor
2. zip folder (rename to "c3addon")
3. open C3 edior
4. install c3addon
5. close and open c3 editor again
6. open a test c3p file and run it
(7. find bug, repeat from step 1 again)
Is it possible to reduce these steps to speed up plugin testing?
For example
- install addon from local folder without zip/rename
- update new addon on-fly without reopen c3 editor again