Re: [Pharo-users] Git (gitfiletree) on Pharo vs Windows

2015-02-22 Thread Jan B.
Hi It seems like we got a step further, now this happens when I add gitfiletree repository: https://monosnap.com/image/21Li7R29QUVJh6AVDQvzENiCEpcBeF.png And when I close the command line (press q), I get this additional error: https://monosnap.com/image/9Di55xa9UBx0Tcgd54B4I3IVn4lFJ6.png Pharo

Re: [Pharo-users] MouseWheelEvent direction in Pharo 4

2015-02-22 Thread Nicolai Hess
The idea behind this change was to not rely on any symbol #up or character but ask the event directly: event isUp event isDown ... see issue 4795 https://pharo.fogbugz.com/default.asp?4795 Horizontal wheel events and 14907 https://pharo.fogbugz.com/default.asp?14907 #mouseWheel: knows too much

Re: [Pharo-users] Git (gitfiletree) on Pharo vs Windows

2015-02-22 Thread Thierry Goubier
Le 22/02/2015 10:26, Jan B. a écrit : Hi It seems like we got a step further, now this happens when I add gitfiletree repository: https://monosnap.com/image/21Li7R29QUVJh6AVDQvzENiCEpcBeF.png Ok. So it seems to be running the command just fine, however, the output appear in a separate window

Re: [Pharo-users] Git (gitfiletree) on Pharo vs Windows

2015-02-22 Thread Jan B.
In the window with list of commits, there was nothing else. Nothing above or under it and it closes the window when I press q. However, before this command line window is opened, there briefly flashes another command line window (opens and immediately closes again), but I did not find a way to

[Pharo-users] MouseWheelEvent direction in Pharo 4

2015-02-22 Thread Jan B.
Hello In latest builds of Pharo 4 (in last 2 months probably), there has been a change in settings of mouse wheel event creation. In HandMorph #generateKeyboardEvent: In Pharo 3 there is MouseWheelEvent created by calling MouseWheelEvent new setType: #mouseWheel position: lastMouseEvent

Re: [Pharo-users] Git (gitfiletree) on Pharo vs Windows

2015-02-22 Thread Hernán Morales Durand
2015-02-22 7:04 GMT-03:00 Thierry Goubier thierry.goub...@gmail.com: Le 22/02/2015 10:26, Jan B. a écrit : Hi It seems like we got a step further, now this happens when I add gitfiletree repository: https://monosnap.com/image/21Li7R29QUVJh6AVDQvzENiCEpcBeF.png Ok. So it seems to be

Re: [Pharo-users] Any static web site generators for pharo with bootstrap support?

2015-02-22 Thread Ben Coman
+1 btw, just a project name that pops into my head is phykll = fickle. Name donated free to a good home ;) I think its good to rhyme with other well known tools in the same domain, and only 145 hits on google!. cheers -ben On Sun, Feb 22, 2015 at 9:50 PM, Serge Stinckwich

Re: [Pharo-users] [Pharo-dev] GSOC 2015 Call for Ideas

2015-02-22 Thread Werner Kassens
On 02/21/2015 01:44 PM, stepharo wrote: Indeed these are nice to have, now they will not magically happen :) There is a 400 pages book on SciTalk. Le 19/2/15 09:36, Andrea Ferretti a écrit : Actually, some of the things I have mentioned above are already (I think) in SciSmalltalk, which

Re: [Pharo-users] Any static web site generators for pharo with bootstrap support?

2015-02-22 Thread Martin Bähr
Excerpts from Ben Coman's message of 2015-02-22 15:57:49 +0100: +1 btw, just a project name that pops into my head is phykll = fickle. fickle means changing frequently, but these are static pages. so how about stykll or stekyll = stickle? to stick to ones point, like static pages do...

Re: [Pharo-users] Git (gitfiletree) on Pharo vs Windows

2015-02-22 Thread Hernán Morales Durand
Thierry, The ConfigurationOfProcessWrapper is available from the Configuration Browser in Pharo 3. The StHub page is http://www.smalltalkhub.com/#!/~hernan/ProcessWrapper I have no permission to write to MetaRepoForPharo40 otherwise I would upload it. Cheers, Hernán 2015-02-22 16:45

Re: [Pharo-users] Git (gitfiletree) on Pharo vs Windows

2015-02-22 Thread Thierry Goubier
Hi Hernan, thanks, but ProcessWrapper isn't available on Pharo 3 nor Pharo 4. Could you tell which configuration or metacello script we need to load it? Thierry Le 22/02/2015 17:52, Hernán Morales Durand a écrit : ProcessWrapper new useStdout; startWithShellCommand:

Re: [Pharo-users] Conditional CSV parsing

2015-02-22 Thread Sven Van Caekenberghe
There are some cool ideas here: https://github.com/BurntSushi/xsv On 31 Jan 2015, at 14:26, stepharo steph...@free.fr wrote: hernan if you need some help you can also find a smart student and ask ESUG to sponsor him during a summertalk. Stef Le 26/1/15 21:03, Hernán Morales Durand

Re: [Pharo-users] [Pharo-dev] GSOC 2015 Call for Ideas

2015-02-22 Thread stepharo
I will add these ideas to the list of Pharo topics (if serge did not do it yet) but after the result of GSOC are announced to avoid to break the web site. Stef Le 19/2/15 09:36, Andrea Ferretti a écrit : Hi Serge, as I said I do not really have the time now to get involved in a gsoc

Re: [Pharo-users] Conditional CSV parsing

2015-02-22 Thread stepharo
I will add that to the topic list! Stef Le 22/2/15 22:15, Sven Van Caekenberghe a écrit : There are some cool ideas here: https://github.com/BurntSushi/xsv On 31 Jan 2015, at 14:26, stepharo steph...@free.fr wrote: hernan if you need some help you can also find a smart student and ask