GT inspector: how to get side by side panes

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

GT inspector: how to get side by side panes

stepharo
I would like to see different views of a compiled method (source,
bytecode) side by side


Is there a way to see a new pane (describing a different aspect) on the
right without been force to click on

an element of the objects?

I tried option alt control + click


Stef



Reply | Threaded
Open this post in threaded view
|

Re: GT inspector: how to get side by side panes

Tudor Girba-2
Hi,

This is not really possible in the current implementation.

Cheers,
Doru


> On May 21, 2016, at 9:03 AM, stepharo <[hidden email]> wrote:
>
> I would like to see different views of a compiled method (source, bytecode) side by side
>
>
> Is there a way to see a new pane (describing a different aspect) on the right without been force to click on
>
> an element of the objects?
>
> I tried option alt control + click
>
>
> Stef
>
>
>

--
www.tudorgirba.com
www.feenk.com

"To utilize feedback, you first have to acquire it."


Reply | Threaded
Open this post in threaded view
|

Re: GT inspector: how to get side by side panes

Nicolai Hess-3-2
In reply to this post by stepharo


2016-05-21 9:03 GMT+02:00 stepharo <[hidden email]>:
I would like to see different views of a compiled method (source, bytecode) side by side



I don't know if this is possible for all gt presentations, but for Bytecode/Sourcecode view you can use

GTBytecodeBrowser new openOn:(Morph>>#drawOn:)

 
Is there a way to see a new pane (describing a different aspect) on the right without been force to click on

an element of the objects?

I tried option alt control + click


Stef




Reply | Threaded
Open this post in threaded view
|

Re: GT inspector: how to get side by side panes

stepharo
In reply to this post by Tudor Girba-2
Ok click several times on self


stef


Le 21/5/16 à 09:16, Tudor Girba a écrit :

> Hi,
>
> This is not really possible in the current implementation.
>
> Cheers,
> Doru
>
>
>> On May 21, 2016, at 9:03 AM, stepharo <[hidden email]> wrote:
>>
>> I would like to see different views of a compiled method (source, bytecode) side by side
>>
>>
>> Is there a way to see a new pane (describing a different aspect) on the right without been force to click on
>>
>> an element of the objects?
>>
>> I tried option alt control + click
>>
>>
>> Stef
>>
>>
>>
> --
> www.tudorgirba.com
> www.feenk.com
>
> "To utilize feedback, you first have to acquire it."
>
>
>