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 found nothing how to activate a right mouse button menu nor something about activating an edit menu. What am I missing? Kind regards Hannes |
Found the answer:
the right-mouse button menu is only available in the 'raw' tab ... --H. On 9/1/16, H. Hirzel <[hidden email]> 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 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 found nothing how to activate a right mouse > button menu nor something about activating an edit menu. > > What am I missing? > > Kind regards > > Hannes > |
However the text is incomplete there. No possibility to get it into
the clip board. Question still open .... On 9/1/16, H. Hirzel <[hidden email]> wrote: > Found the answer: > > the right-mouse button menu is only available in the 'raw' tab ... > > --H. > > On 9/1/16, H. Hirzel <[hidden email]> 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 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 found nothing how to activate a right mouse >> button menu nor something about activating an edit menu. >> >> What am I missing? >> >> Kind regards >> >> Hannes >> > |
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 AM, H. Hirzel <[hidden email]> wrote: > However the text is incomplete there. No possibility to get it into > the clip board. > > Question still open .... > > > On 9/1/16, H. Hirzel <[hidden email]> wrote: >> Found the answer: >> >> the right-mouse button menu is only available in the 'raw' tab ... >> >> --H. >> >> On 9/1/16, H. Hirzel <[hidden email]> 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 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 found nothing how to activate a right mouse >>> button menu nor something about activating an edit menu. >>> >>> What am I missing? >>> >>> Kind regards >>> >>> Hannes >>> >> > |
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 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 AM, H. Hirzel <[hidden email]> wrote: >> However the text is incomplete there. No possibility to get it into >> the clip board. >> >> Question still open .... >> >> >> On 9/1/16, H. Hirzel <[hidden email]> wrote: >>> Found the answer: >>> >>> the right-mouse button menu is only available in the 'raw' tab ... >>> >>> --H. >>> >>> On 9/1/16, H. Hirzel <[hidden email]> 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 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 found nothing how to activate a right mouse >>>> button menu nor something about activating an edit menu. >>>> >>>> What am I missing? >>>> >>>> Kind regards >>>> >>>> Hannes >>>> > |
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 <[hidden email]> wrote: > 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 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 AM, H. Hirzel <[hidden email]> wrote: >>> >>> However the text is incomplete there. No possibility to get it into >>> the clip board. >>> >>> Question still open .... >>> >>> >>> On 9/1/16, H. Hirzel <[hidden email]> wrote: >>>> >>>> Found the answer: >>>> >>>> the right-mouse button menu is only available in the 'raw' tab ... >>>> >>>> --H. >>>> >>>> On 9/1/16, H. Hirzel <[hidden email]> 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 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 found nothing how to activate a right mouse >>>>> button menu nor something about activating an edit menu. >>>>> >>>>> What am I missing? >>>>> >>>>> Kind regards >>>>> >>>>> Hannes >>>>> >> > > |
2016-09-02 8:25 GMT+02:00 Ben Coman <[hidden email]>: ctrl-c, ctrl-v are working in Linux Pharo 60197 and also Moose 6.0, cheers -ben I think it is not yet in. related discussion: http://forum.world.st/request-for-improvements-in-GTInspector-or-debugger-tp4910232p4910467.html
|
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 the text. --Hannes On 9/2/16, Nicolai Hess <[hidden email]> wrote: > 2016-09-02 8:25 GMT+02:00 Ben Coman <[hidden email]>: > >> 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-tp4910232p4910467.html > > > > > > > >> >> On Fri, Sep 2, 2016 at 2:10 PM, stepharo <[hidden email]> wrote: >> > 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 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 AM, H. Hirzel <[hidden email]> >> wrote: >> >>> >> >>> However the text is incomplete there. No possibility to get it into >> >>> the clip board. >> >>> >> >>> Question still open .... >> >>> >> >>> >> >>> On 9/1/16, H. Hirzel <[hidden email]> wrote: >> >>>> >> >>>> Found the answer: >> >>>> >> >>>> the right-mouse button menu is only available in the 'raw' tab ... >> >>>> >> >>>> --H. >> >>>> >> >>>> On 9/1/16, H. Hirzel <[hidden email]> 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 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 found nothing how to activate a right mouse >> >>>>> button menu nor something about activating an edit menu. >> >>>>> >> >>>>> What am I missing? >> >>>>> >> >>>>> Kind regards >> >>>>> >> >>>>> Hannes >> >>>>> >> >> >> > >> > >> >> > |
Free forum by Nabble | Edit this page |