Re: [Pharo-users] No right-button menu in Inspector on a ByteString

2016-09-02 Thread H. Hirzel
Thank you Ben for the confirmation and the link to the discussion. Until this is resolved I got a workaround, see the other thread "How do I display a text in a text window?" UIManager default edit: (MyTextCollection at: 101) label: 'Text 101'. This gives me access to

Re: [Pharo-users] No right-button menu in Inspector on a ByteString

2016-09-02 Thread Nicolai Hess
2016-09-02 8:25 GMT+02:00 Ben Coman : > ctrl-c, ctrl-v are working in Linux Pharo 60197 and also Moose 6.0, > but ctrl-b, ctrl-n, ctrl-m are not. > cheers -ben > I think it is not yet in. related discussion: http://forum.world.st/request-for-improvements-in-GTInspector-or-debugger-tp4910232p4910

Re: [Pharo-users] No right-button menu in Inspector on a ByteString

2016-09-01 Thread Ben Coman
ctrl-c, ctrl-v are working in Linux Pharo 60197 and also Moose 6.0, but ctrl-b, ctrl-n, ctrl-m are not. cheers -ben On Fri, Sep 2, 2016 at 2:10 PM, stepharo wrote: > THANKS for the feedback. > > Normally we talked about it with andrei and doru at ESUG. > > Can you check if this was fixed in Phar

Re: [Pharo-users] No right-button menu in Inspector on a ByteString

2016-09-01 Thread stepharo
THANKS for the feedback. Normally we talked about it with andrei and doru at ESUG. Can you check if this was fixed in Pharo 60 because someone told me that it was but I'm not sure. Stef Le 2/9/16 à 02:28, Ben Coman a écrit : I agree. I've suffered the same need previously. Unless there

Re: [Pharo-users] No right-button menu in Inspector on a ByteString

2016-09-01 Thread Ben Coman
I agree. I've suffered the same need previously. Unless there is a particular reason its been designed against, I'd request the usual shortcut keys work. I often want to use ctrl-b, ctrl-m in the default tab, even though switching to the raw tab works. cheers -ben On Fri, Sep 2, 2016 at 3:37 A

Re: [Pharo-users] No right-button menu in Inspector on a ByteString

2016-09-01 Thread H. Hirzel
However the text is incomplete there. No possibility to get it into the clip board. Question still open On 9/1/16, H. Hirzel wrote: > Found the answer: > > the right-mouse button menu is only available in the 'raw' tab ... > > --H. > > On 9/1/16, H. Hirzel wrote: >> Hello >> >> I have an

Re: [Pharo-users] No right-button menu in Inspector on a ByteString

2016-09-01 Thread H. Hirzel
Found the answer: the right-mouse button menu is only available in the 'raw' tab ... --H. On 9/1/16, H. Hirzel wrote: > Hello > > I have an Inspector on n a ByteString open and would like to copy out > the string into the clipboard. > > I can select the text but there is no right-mouse button m

[Pharo-users] No right-button menu in Inspector on a ByteString

2016-09-01 Thread H. Hirzel
Hello I have an Inspector on n a ByteString open and would like to copy out the string into the clipboard. I can select the text but there is no right-mouse button menu to copy it. ALT-C just replaces the text with a c CTRL-C the same. I am using Pharo 5.0 on Linux Mint. In the preferences I f