> I made it work nicer with the dark theme.

Thanks!

> Anyone know how to get a good result for the package name that
> is shown above the method name?

Nautilus is using this for extension methods (interestingly it ignores
Theme, but it works for both)
~~~~~~~~~~~~~~~~~~~~~~~~~~~
AbstractNautilusUI>>extensionColor
    ^ Color gray darker
~~~~~~~~~~~~~~~~~~~~~~~~~~~

Could it be also added to the world menu?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CodePanel>>menuCommandOn: aBuilder
    <worldMenu>
    (aBuilder item: #CodePanel)
        order: 0; "something meaningful, perhaps not the first one"
       parent: #MostUsedTools;
       action: [ self new openInWindow ]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Peter

Reply via email to