
The extending LC / LCB guide in Dictionary/API window seems to have been replaced with HTML5 deploy info?
I can't find it, dictionary / API doesn't seem to be working quite as well as the DP2 release. I know LCB is in mid evolution but it would be nice if the documentation was kept up along the way so people can experiment.
I figured out how to update the metadata in my widget to get it to compile OK anyway. I replaced community.livecode.author.mywidget with com.livecode.widget.mywidget (so there is no longer a difference from community made widgets and official LC widgets?) in the widget declaration meta, I added default size meta, and a nice svg icon path meta.
Is there a way to have a widget contain a pre-filled-out LCS script, as a basic usage example, so that the widget is functional as soon as it's placed but can then be edited by the stack author/widget user? Either that or maybe have the ability to include a demo-stack on the extension-store?