Yes, in the world menu

Alexandre


> On Sep 22, 2015, at 8:02 PM, Peter Uhnák <i.uh...@gmail.com> wrote:
> 
>> 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
> 

-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




Reply via email to