haroldo-ok / BlocklyVN32X

A tool to create visual novels for the Sega 32X using Blockly. Work in progress.
Apache License 2.0
6 stars 1 forks source link

Allow the project to be divided into sections #18

Open haroldo-ok opened 7 years ago

haroldo-ok commented 7 years ago

Blockly's interface can become confusing for large projects. It would be nice to be able to separate the project into sections, where each section would have its own Blockly workspace. The variable lists and function lists would have to be shared among the workspaces, and when compiling. everything would be merged into a single C source.