I tried once to do a button which increases the text area size or reduces it depending on the source code length. But I failed to do it without opening a new window, I did not spend a lot of time on it but I do not know if there is a way to reproduce the action of the clic to resize to window.
If you succeed in, I could be interested to finish this idea.
Franck
> To: pharo-dev@lists.pharo.org
> From: stepharo@free.fr
> Date: Thu, 10 Sep 2015 21:09:34 +0200
> Subject: Re: [Pharo-dev] Dynamical resizing of a Nautilus Plugin
>
> probably but we should play wiht the internal of nautilus.
>
> Le 10/9/15 20:59, Peter Uhnák a écrit :
> > Hi,
> >
> > is it possible to dynamically resize (or add/remove) plugin in nautilus?
> >
> > It seems that plugins are added during build
> > (AbstractNautilusUI>>addAll:),
> > however is it possible to do at morphic level?
> >
> > Because if I resize the morph of the plugin the parent will have empty
> > space; so probably I would have to move all the morphs underneath it,
> > but I am not knowledgeable enough of Morphic.
> >
> > Since I can freely resize by hand the code pane area I think it should
> > be possible, but I am lost. :/
> >
> > Thanks,
> > Peter
>
>