[squeak-dev] Inspector Custom Value Panes & Related

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Tue Sep 8 06:16:42 UTC 2020


Hi Karl,


I'm sorry your proposal is lost a bit - I think it's a nice addition! It does not look exactly like the TextMorph dialog, but I actually prefer "one dialog that fits it all" over the three separate handles for a TextMorph (that do not even all appear to work properly at the moment.) I think we should get this merged! :-)


Best,

Christoph

<http://www.hpi.de/>
________________________________
Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von karl ramberg <karlramberg at gmail.com>
Gesendet: Donnerstag, 3. September 2020 13:28:41
An: The general-purpose Squeak developers list
Betreff: Re: [squeak-dev] Inspector Custom Value Panes & Related

Here is a change set that adds HaloHandle for font change to StringMorph

Best,
Karl

On Thu, Sep 3, 2020 at 9:56 AM Marcel Taeumel <marcel.taeumel at hpi.de<mailto:marcel.taeumel at hpi.de>> wrote:
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<mailto: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/20200908/e41406bf/attachment-0001.html>


More information about the Squeak-dev mailing list