Maybe not THE toolbox feature, But I'd love the ability to have a separate toolbox that we can create on each block. That way we can use the new toolbox Blocks only when we place our main block from the original block. It would facilitate a lot of work. I know we can use mutators to achieve complex blocks but this would be a lot easier
.

--
You received this message because you are subscribed to the Google Groups "Blockly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/blockly/d6c6b6ea-b9c4-41a5-a9c9-ddc6fd393e64%40googlegroups.com.
Toolbox Search
Our toolbox has gotten large enough that we have to leverage search to find the blocks. We currently monkey patched Bockly to implement a rudimentary search. It would be nice to have an extension/hooks mechanism into the life-cycle of the Toolbox so it would be easier to implement.
Thanks,
Baskar
A programmatic API would be nice. I don't mind having XML fragments for the individual blocks, but having to rewrite the entire toolbox XML to add top-level categories is irksome, and building an XML string out of my data structures only to have it deserialized back into other data structures seems a bit silly for dynamic categories. I've hacked around this in my own project by building a dynamic category manager, but it seems like something that ought to be a builtin./s/ Adam
On Mon, Apr 13, 2020 at 12:00 PM 'Abby Schmiedt' via Blockly <blo...@googlegroups.com> wrote:
Hi Everyone,
We are looking at possibly updating some parts of our toolbox and I wanted to know what features or changes you would find most helpful?Thanks,Abby--
You received this message because you are subscribed to the Google Groups "Blockly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blo...@googlegroups.com.
A programmatic API would be nice. I don't mind having XML fragments for the individual blocks, but having to rewrite the entire toolbox XML to add top-level categories is irksome, and building an XML string out of my data structures only to have it deserialized back into other data structures seems a bit silly for dynamic categories. I've hacked around this in my own project by building a dynamic category manager, but it seems like something that ought to be a builtin./s/ Adam
On Mon, Apr 13, 2020 at 12:00 PM 'Abby Schmiedt' via Blockly <blo...@googlegroups.com> wrote:
Hi Everyone,
We are looking at possibly updating some parts of our toolbox and I wanted to know what features or changes you would find most helpful?Thanks,Abby--
You received this message because you are subscribed to the Google Groups "Blockly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blo...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Blockly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/blockly/ceed2bfa-2ceb-40c1-ad15-398742dc025b%40googlegroups.com.
Happy you enjoyed it!
Hello, I know this is a bit off-topic but have you tried using the updateToolbox function? Does it suite your needs or is there some other functionality you're looking for?--Beka
On Fri, Apr 24, 2020 at 1:44 AM Licorne Magique <prt...@gmail.com> wrote:
--Hi,could it possible to create toolbox thanks to different xml file?My idea is to have a 'core' blocks, and then you call different file with different blocks, and then you have to refresh only the section you want.I hope I'm clear...
Le lundi 20 avril 2020 00:41:47 UTC+2, Laxmikant Sharma a écrit :+1 for Toolbox Search
On Friday, April 17, 2020 at 6:32:30 PM UTC-7, TianQi Hu wrote:Toolbox search is great.Our toolbox has thousands of blocks
You received this message because you are subscribed to the Google Groups "Blockly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blo...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/blockly/7222ed00-7125-4ad6-9e29-6d58512535b2%40googlegroups.com.
Hi Everyone!
Thank you so much for all the feedback and discussion. I would definitely love to keep hearing any thoughts that you all have! I thought I would provide an update on what we are currently planning for the toolbox.
Add Support for External Toolboxes. We want to provide an easy way for developers to create external toolboxes and use them with Blockly. We anticipate part of this will be creating a toolbox interface that will allow external toolboxes to work seamlessly within Blockly.
Shareable Toolbox Categories. We want to provide an easy way for developers to share categories and toolboxes with each other. Part of this is providing easier ways to define the toolbox and categories using JSON.
Make it easier to style and change the toolbox. This category is a bit vague right now, but I think this includes:
Having the ability to add classes to categories and other components of a toolbox/flyout (labels, categories, icons)
Organizing the toolbox in a way that would make it easier to override parts of the toolbox functionality without having to completely rewrite it.
Give developers more control over the toolbox. Add the ability to disable categories, show the toolbox, and hide the toolbox.
These are still a work in progress so they are subject to change, but just thought I would let everyone know what we are working on!
Let me know if you have any questions,
Abby