[squeak-dev] Inspector Custom Value Panes & Related

Marcel Taeumel marcel.taeumel at hpi.de
Thu Sep 3 07:56:26 UTC 2020


Hi Eric.

> What is the proper way to make a "custom value pane" for my objects whenever they appear inside an Inspector?

Unfortunately, the current inspector framework has no such extension point. You can, however, prepare a custom inspector for your domain objects. See MorphInspector as an example. 

Best,
Marcel
Am 02.09.2020 00:10:56 schrieb Eric Gade <eric.gade at gmail.com>:
Hi all,

What is the proper way to make a "custom value pane" for my objects whenever they appear inside an Inspector? For my RISCV work, I'm looking to show a morphic representation of the bitfields when a given instruction's `self` property is highlighted in the Inspector window.

As a related question, what's the best way to make a composed Morph that has StringMorphs of different fonts, sizes, and alignments? It seems like not all Fonts are available to StringMorph (TrueType ones, for example) -- is that correct?

Thanks!


--

Eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200903/d3fa4d1d/attachment.html>


More information about the Squeak-dev mailing list