Hi @Nyan11,
I'm considering the library panel for creating elements (when click on + button of the tree).
I would like to propose a similar architecture to the "Pharo Settings", based on a pragma in methods.
Thus, all declared pragma should offer contents for the library (or catalog) similar to how classes offer Settings content.
It can be provided by active plugins or static classes. I'm not sure, but I think using plugins is more coherent with Pyramid principles.
This content can be a tree organized as menu or Tree Settings with a dedicated structure.
We can start from actuel PyramidLibraryElement to add these features.
The need is:
- To provide basics BlElements prepared with shapes or properties (text, square, circle, image, etc.)
- To offer Toplo Widgets, organized into categories (action, list, pane, etc.).
What is you opinion?
Hi @Nyan11,
I'm considering the library panel for creating elements (when click on + button of the tree).
I would like to propose a similar architecture to the "Pharo Settings", based on a pragma in methods.
Thus, all declared pragma should offer contents for the library (or catalog) similar to how classes offer Settings content.
It can be provided by active plugins or static classes. I'm not sure, but I think using plugins is more coherent with Pyramid principles.
This content can be a tree organized as menu or Tree Settings with a dedicated structure.
We can start from actuel
PyramidLibraryElementto add these features.The need is:
What is you opinion?