Dear Pharo Manager,
I am a really newby in Pharo and I was trying to copy-and-paste a code in a Playground, but it didn't work. The original copy was in Google Chrome web page and I used Ubuntu OS. I solved my problem when I pasted to GEdit editor and I copied another time in GEdit. Finally, I pasted in Pharo Playground. My objective is just report this issue. Thank you so much! Best regards, Fabio Petrillo |
Hi Fabio, for the copy paste to work from Chrome, you need to start your Pharo with the --textenc utf8 command line option. Regards, Thierry 2015-10-07 16:17 GMT+02:00 Fábio Petrillo <[hidden email]>:
|
Yes, this is well known issue (with pending fix https://github.com/pharo-project/pharo-vm/pull/80 ). Also note that if you use pharo launcher you will have to modify the launch method. Peter On Wed, Oct 7, 2015 at 4:22 PM, Thierry Goubier <[hidden email]> wrote:
|
In reply to this post by Thierry Goubier
Thank you Thierry! It works well! Best, Fabio 2015-10-07 10:22 GMT-04:00 Thierry Goubier <[hidden email]>:
|
In reply to this post by Thierry Goubier
On Wed, Oct 7, 2015 at 10:22 PM, Thierry Goubier
<[hidden email]> wrote: > Hi Fabio, > > for the copy paste to work from Chrome, you need to start your Pharo with > the --textenc utf8 command line option. Just curious why we should not default to that? cheers -ben > > Regards, > > Thierry > > 2015-10-07 16:17 GMT+02:00 Fábio Petrillo <[hidden email]>: >> >> Dear Pharo Manager, >> >> I am a really newby in Pharo and I was trying to copy-and-paste a code in >> a Playground, but it didn't work. The original copy was in Google Chrome web >> page and I used Ubuntu OS. I solved my problem when I pasted to GEdit >> editor and I copied another time in GEdit. Finally, I pasted in Pharo >> Playground. >> >> My objective is just report this issue. >> >> Thank you so much! >> >> Best regards, >> Fabio Petrillo > > |
On Thu, Oct 8, 2015 at 4:16 PM, Ben Coman <[hidden email]> wrote: On Wed, Oct 7, 2015 at 10:22 PM, Thierry Goubier Because nobody integrated it yet (there's pending fix as I've linked earlier) |
I tried by changing in Ununtu's pharo-vm-x script and it indeed works nicely. Now, where is one to change that? I was looking in https://github.com/pharo-project/pharo-ubuntu but didn't saw the pharo-vm-x thing in there. Where is it or where is it generated? Phil On Thu, Oct 8, 2015 at 6:12 PM, Peter Uhnák <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |