google / blockly-devtools

Tools for Blockly app developers to help build custom blocks.
http://developer.google.com/blockly
Apache License 2.0
60 stars 31 forks source link

Need EditorView/Controller base classes #274

Open AnmAtAnm opened 7 years ago

AnmAtAnm commented 7 years ago

Need a pair of view & controller base classes for lifecycle maintenance methods. They should be used by each of the editors:

The ToolboxController and WorkspaceController currently extend ShadowController, which should probably be an extension of the new base class.