Re: [Pharo-users] How do I run Pharo on Debian?

2015-10-07 Thread olivier auverlot
On debian 32 bits, the standard version works very well. Just unzip the archive and lauch pharo with the pharo bash script. Le 7 oct. 2015 22:21, "justonium" a écrit : > ./pharo-ui path/to/Pharo.image > > This isn't an executable command. > > > > -- > View this message in context: > http://forum.

Re: [Pharo-users] Text Field With Entry Completion Via Tab

2015-10-07 Thread Peter Uhnák
On Thu, Oct 8, 2015 at 3:14 AM, Sean P. DeNigris wrote: > Nicolai Hess wrote > > you can select an entry with arrow up/down and the enter key should > accept > > the selected completion entry. > > Ah, yes I see that now. I wanted tab completion, but it's not worth the > effort. I did a spike and

Re: [Pharo-users] Text Field With Entry Completion Via Tab

2015-10-07 Thread Sean P. DeNigris
Nicolai Hess wrote > you can select an entry with arrow up/down and the enter key should accept > the selected completion entry. Ah, yes I see that now. I wanted tab completion, but it's not worth the effort. I did a spike and it required a handful of subclasses. Enter will do for now. - Ch

Re: [Pharo-users] How do I run Pharo on Debian?

2015-10-07 Thread justonium
./pharo-ui path/to/Pharo.image This isn't an executable command. -- View this message in context: http://forum.world.st/How-do-I-run-Pharo-on-Debian-tp4854180p4854273.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] How do I run Pharo on Debian?

2015-10-07 Thread justonium
I had a folder which contained an image, a VM, and an executable, and a readme. I've deleted it and downloaded from the command line instead. Now I have an executable, Pharo.changes, Pharo.image, and a folder called Pharo.changes, which I don't remember seeing before. I've put all four of these

Re: [Pharo-users] [ANN] Pharo Catalog web page updated

2015-10-07 Thread Adam
Nice :) Dne St 7. října 2015 19:17:32, Esteban Lorenzano napsal(a): > Hi, > > I spend some time today adding some functionality top the Pharo Catalog web > page. Is still far from *good* but I think now is a lot better: > > http://catalog.pharo.org > > Enjoy, > Esteban > > ps: as a “history” n

Re: [Pharo-users] Any working DBus client for Pharo?

2015-10-07 Thread Norbert Hartl
There is a plugin that I used to connect to dbus. It works well http://www.squeaksource.com/dbus I wonder if we'll manage to compile and provide plugins along with the vms. Norbert > Am 05.10.2015 um 22:14 schrieb Julien Delplanque : > > Hi all, > > I'm looking for a dbus client for Pharo, I s

Re: [Pharo-users] [ANN] Pharo Catalog web page updated

2015-10-07 Thread Esteban Lorenzano
btw… this remembers me that there are A LOT of packages without correct catalog information. I beg project owners to update your configurations… a non-findable project is as good as non existent :( Esteban > On 07 Oct 2015, at 19:17, Esteban Lorenzano wrote: > > Hi, > > I spend some time t

[Pharo-users] [ANN] Pharo Catalog web page updated

2015-10-07 Thread Esteban Lorenzano
Hi, I spend some time today adding some functionality top the Pharo Catalog web page. Is still far from *good* but I think now is a lot better: http://catalog.pharo.org Enjoy, Esteban ps: as a “history” note, Pharo Catalog page was never intended to last too much, it was going to be replace

Re: [Pharo-users] Better Code Completion

2015-10-07 Thread Werner Kassens
Hi Peter, the difference between the paper i mentioned (JASE-completion) and ASE2008-completion (both accessible) is, i think, that in the first one also the class-level code completion of ocompletion is explained. (i think that part was later added to ocompletion or so) werner

Re: [Pharo-users] Problem with Copy-and-Paste on Google Chrome in Ubuntu

2015-10-07 Thread Fábio Petrillo
Thank you Thierry! It works well! Best, Fabio 2015-10-07 10:22 GMT-04:00 Thierry Goubier : > 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 :

Re: [Pharo-users] Better Code Completion

2015-10-07 Thread Werner Kassens
thanks Peter werner On 10/07/2015 05:28 PM, Peter Uhnák wrote: This is different paper, I've posted accessible link earlier: On Mon, Oct 5, 2015 at 9:59 PM, Peter Uhnák mailto:i.uh...@gmail.com>> wrote: I'm currently going through http://users.dcc.uchile.cl/~rrobbes/p/ASE2008-completi

Re: [Pharo-users] Problem with Copy-and-Paste on Google Chrome in Ubuntu

2015-10-07 Thread Peter Uhnák
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 wrote: > Hi Fabio, > > for the copy paste to work from

Re: [Pharo-users] Better Code Completion

2015-10-07 Thread Peter Uhnák
On Wed, Oct 7, 2015 at 2:49 PM, Werner Kassens wrote: > just fwiw, i looked at http://www.squeaksource.com/OCompletion/ and there > was a paper about ocompletion mentioned, but the access to this paper was > forbidden - at least for me. but at > http://users.dcc.uchile.cl/~rrobbes/p/JASE-completi

Re: [Pharo-users] How do I run Pharo on Debian?

2015-10-07 Thread Damien Cassou
justonium writes: > I've downloaded Pharo 4.0. When I open the folder that was downloaded > (pharo4.0), I see a file called pharo. I think I'm supposed to run this, but > I don't know how. When I right click it, there is no run option. What should > I do? Which file did you download exactly? I

Re: [Pharo-users] Problem with Copy-and-Paste on Google Chrome in Ubuntu

2015-10-07 Thread Thierry Goubier
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 : > Dear Pharo Manager, > > I am a really newby in Pharo and I was trying to copy-and-paste a code in > a Play

[Pharo-users] Problem with Copy-and-Paste on Google Chrome in Ubuntu

2015-10-07 Thread Fábio Petrillo
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 pa

[Pharo-users] Pharo for the Software Architect: a Wardley Value Stream Map

2015-10-07 Thread Stephan Eggermont
Pharo provides an excellent platform for the Software Architect. It is easy to quickly create interactive tools. The Grafeo graph drawing library makes it easy to create a Wardley Value Stream Mapping tool: this prototype is just 6 classes and 40 methods. https://vimeo.com/141653455 Wardley M

Re: [Pharo-users] Better Code Completion

2015-10-07 Thread Werner Kassens
just fwiw, i looked at http://www.squeaksource.com/OCompletion/ and there was a paper about ocompletion mentioned, but the access to this paper was forbidden - at least for me. but at http://users.dcc.uchile.cl/~rrobbes/p/JASE-completion.pdf there is a paper about ocompletion by the same author

Re: [Pharo-users] How do I run Pharo on Debian?

2015-10-07 Thread Ferlicot D. Cyril
Le 07/10/2015 12:26, justonium a écrit : > That doesn't look like something I can run from the command line. Also, > there is no pharo-ui folder in my download. > > Did you have the Virtual Machine ? If you download Pharo with this commandline: curl get.pharo.org | bash You should get a pharo-vm

Re: [Pharo-users] How do I run Pharo on Debian?

2015-10-07 Thread justonium
That doesn't look like something I can run from the command line. Also, there is no pharo-ui folder in my download. On Wed, Oct 7, 2015 at 8:05 AM, jecisc [via Smalltalk] < ml-node+s1294792n4854181...@n4.nabble.com> wrote: > Le 07/10/2015 11:57, justonium a écrit : > > I've downloaded Pharo 4.0.

Re: [Pharo-users] How do I run Pharo on Debian?

2015-10-07 Thread Ferlicot D. Cyril
Le 07/10/2015 11:57, justonium a écrit : > I've downloaded Pharo 4.0. When I open the folder that was downloaded > (pharo4.0), I see a file called pharo. I think I'm supposed to run this, but > I don't know how. When I right click it, there is no run option. What should > I do? > > Hi, You can

[Pharo-users] How do I run Pharo on Debian?

2015-10-07 Thread justonium
I've downloaded Pharo 4.0. When I open the folder that was downloaded (pharo4.0), I see a file called pharo. I think I'm supposed to run this, but I don't know how. When I right click it, there is no run option. What should I do? -- View this message in context: http://forum.world.st/How-do-I-r

Re: [Pharo-users] Nautilus>>openOnClass: gives back a debugger

2015-10-07 Thread Marcus Denker
Hi, Yes, that should not hurt to be added.. https://pharo.fogbugz.com/f/cases/16736/Fix-Nautilus-openOnClass-for-Pharo4 > On 06 Oct 2015, at 16:50, Federico.Balaguer > wrote: > > Marcus, > > I have a very simple fix that seems to work on my side. I implemented: > > NautilusUI>>useLastPacka

Re: [Pharo-users] Better Code Completion

2015-10-07 Thread Marcus Denker
> On 06 Oct 2015, at 21:20, Peter Uhnák wrote: > > > (did you know, that there is a shortcut to jump from one message send > > argument to another (not related to completion, but very helpful). Sadly > > this is gone or I couldn't find it in rubrics shortcut handling). > > maybe this is relat