[Pharo-dev] Re: pharo9 tools moldability

2021-12-18 Thread stephane ducasse
Hi danil Have a look at the extension in FileReference for example. You will see how you can extend the default inspector. What you should see is that you can use any Spec20 UI within the panes. So we get the extensibility without the glamour and we gain the uniformity of using Spec20. For u

[Pharo-dev] pharo9 tools moldability

2021-12-18 Thread Danil Osipchuk
Dear all, Being a long time smalltalk user (meaning I'm crafting tools for my own usage for domains I'm working with) I always relied upon the environment itself to interact with models to spare time creating user interfaces. Besides plain inspectors I used metafacilities where possible -- seasid