Re: [Pharo-users] how do you use scripts?

2014-12-12 Thread Benoit St-Jean
Is there any reason why this project is not public on SS3 ?  - Benoit St-Jean Yahoo! Messenger: bstjean Twitter: @BenLeChialeux Pinterest: benoitstjean IRC: lamneth Blogue: endormitoire.wordpress.com "A standpoint is an intellectual horizon of radius zero".  (A. Einstein) Fro

Re: [Pharo-users] [Pharo-dev] how do you use scripts?

2014-12-12 Thread Eliot Miranda
Hi Tudor, On Fri, Dec 12, 2014 at 3:14 AM, Tudor Girba wrote: > > Hi, > > As input for designing new features that better support scripting in > Pharo, we would benefit from a bit more input around the role scripts play > in your development life. > > To this end, I would like to invite you to sh

[Pharo-users] About Pharo books

2014-12-12 Thread stepharo
Hi guys I spent a couple of days cleaning PharoForTheEntreprise. So do not stress if you chapters are not where they were used to be :). Here is what I did now there are three stages for Chapters: - Limbo (some notes) - WorkInProgress - ReadyForReviews At the end of t

Re: [Pharo-users] Morphic and Polymorph benchmarks

2014-12-12 Thread stepharo
Alain did some benchmarks (have a look at Bloc examples). One example was 1 morph in a layout to compare between bloc and morphic. Stef Le 12/12/14 20:30, Juan Pablo Sandoval a écrit : Hi, I am trying to do some performance analysis over Morphic and Polymorph. - Are there some interesting

[Pharo-users] Morphic and Polymorph benchmarks

2014-12-12 Thread Juan Pablo Sandoval
Hi, I am trying to do some performance analysis over Morphic and Polymorph. - Are there some interesting benchmarks for Morphic and Polymorph? Thanks, Juampi -- View this message in context: http://forum.world.st/Morphic-and-Polymorph-benchmarks-tp4795787.html Sent from the Pharo Smalltalk U

Re: [Pharo-users] Roassal HTML exporter

2014-12-12 Thread Esteban A. Maringolo
Excellent! El Fri Dec 12 2014 at 2:45:03 PM, Alexandre Bergel escribió: > First, I need to incorporate your OpenStreetMap bidding into Roassal. This > is on my todo list and I will work on this. This is highly important for > Roassal. > > Second, I have the impression that we will need a kind

Re: [Pharo-users] Roassal HTML exporter

2014-12-12 Thread Alexandre Bergel
First, I need to incorporate your OpenStreetMap bidding into Roassal. This is on my todo list and I will work on this. This is highly important for Roassal. Second, I have the impression that we will need a kind of JavaScript template for this OSM integration. We will have a look at this. Cheer

Re: [Pharo-users] how do you use scripts?

2014-12-12 Thread Thierry Goubier
Le 12/12/2014 12:14, Tudor Girba a écrit : Hi, As input for designing new features that better support scripting in Pharo, we would benefit from a bit more input around the role scripts play in your development life. Really not much. To this end, I would like to invite you to share your scri

Re: [Pharo-users] how do you use scripts?

2014-12-12 Thread Alain Busser
For me, a script is an example for MathsOntologie, which is what I want to run when copied in the Workspace then Alt-D-ed. I distribute them with MathsOntologie and they are not versioned. I have ont script per file, all the scripts are grouped in an "exeamples" folder on disk, but I can not alway

Re: [Pharo-users] Roassal HTML exporter

2014-12-12 Thread Thierry Goubier
Hi Alexandre, this is great. There is a bit of javascript magic going in there, isn't it? () When adding some specific support such as the OpenStreetMap data, there is a bit of work to do to extend it? Or would it consider it as a bitmap? Thanks, Thierry 2014-12-12 0:20 GMT+01:00 Alexandre B

Re: [Pharo-users] Roassal HTML exporter

2014-12-12 Thread Pierre CHANSON
After some explanations and examples with Hamilton, I can certify this exporter is awesome ! Yes we'll take a look at the palette today Pierre 2014-12-12 9:58 GMT-03:00 Alexandre Bergel : > > I will try to integrate that into my software. > > > Let us know how it goes! > > A question: the color

Re: [Pharo-users] New Pharo user, some questions

2014-12-12 Thread David Boeren
Thanks for spotting that Hernán, I'm not sure how that managed to pass unnoticed so long :) On Thu, Dec 11, 2014 at 11:04 AM, Hernán Morales Durand < hernan.mora...@gmail.com> wrote: > > 2014-12-10 17:26 GMT-03:00 dboeren : > >> \u009e > > > You have a typo there. It should be > > \u00e9 > > #copy

Re: [Pharo-users] how do you use scripts?

2014-12-12 Thread Alexandre Bergel
> I agree, I am not sure what you mean by a script here - can you elaborate? As I know Doru, he probably deliberately left out the meaning of script in his email. So, this is up to us to tell what we mean by scripting. We all have a vague notion of what a “script” is. I guess Doru want to captur

Re: [Pharo-users] how do you use scripts?

2014-12-12 Thread David Boeren
I agree, I am not sure what you mean by a script here - can you elaborate? Personally, I think the environment erases a lot of the conceptual difference between a "script" vs. a "program". On Fri, Dec 12, 2014 at 7:56 AM, Alexandre Bergel wrote: > > Hi! > > I am not sure what you mean by “scrip

[Pharo-users] Create ZipArchive from memory filesystem

2014-12-12 Thread Markus Fritsche
Hello, is there a quick way to create a zip file from a memory filesystem that I can't see, or are the *Archive classes not compatible with the new filesystem api yet? Best regards, Markus

Re: [Pharo-users] New Pharo user, some questions

2014-12-12 Thread p...@highoctane.be
On Fri, Dec 12, 2014 at 12:44 PM, stepharo wrote: > > > Le 11/12/14 14:44, p...@highoctane.be a écrit : > > > > On Thu, Dec 11, 2014 at 12:01 PM, kilon alios > wrote: > >> can you resize the pharo windows ? I saw you struggle with it there >> >> It also looks like its crawling there , which iPad

Re: [Pharo-users] Extending GTSpotter

2014-12-12 Thread Norbert Hartl
Thanks Esteban, that is the perfect attitude to build a nice tool and later embrace if a better one arrives. So let's celebrate Spotlight for being good companion and wish it farewell. Norbert > Am 12.12.2014 um 13:07 schrieb Esteban Lorenzano : > > shift+enter is better. > I will remove Sp

Re: [Pharo-users] Roassal HTML exporter

2014-12-12 Thread Alexandre Bergel
> I will try to integrate that into my software. Let us know how it goes! > A question: the color palettes are quite faded in Roassal examples (e.g. when > I use the UML builder, some are light on light and hard to read). > > How hard is it to have a palette like this one for example: > http:/

Re: [Pharo-users] how do you use scripts?

2014-12-12 Thread Alexandre Bergel
Hi! I am not sure what you mean by “script”. > - What kind of actions do you put in scripts? I usually write two kind of scripts: - Roassal visualizations - Short script, usually a gofer action to load a particular application > - Do you rely on script files stored on the disk at all? Not at

Re: [Pharo-users] Extending GTSpotter

2014-12-12 Thread kilon alios
could not agree more, this is a great tool with a huge potential and really upgrades the Pharo experience. I have not see anything similar in other IDEs I have been using in the past. On Fri, Dec 12, 2014 at 2:07 PM, Esteban Lorenzano wrote: > > shift+enter is better. > I will remove Spotlight s

Re: [Pharo-users] New Pharo user, some questions

2014-12-12 Thread stepharo
Le 11/12/14 14:44, p...@highoctane.be a écrit : On Thu, Dec 11, 2014 at 12:01 PM, kilon alios > wrote: can you resize the pharo windows ? I saw you struggle with it there It also looks like its crawling there , which iPad is this , which generation

Re: [Pharo-users] New Pharo user, some questions

2014-12-12 Thread stepharo
This is an iPad2. Pure Morphic is fine, what is not is Nautilus. I guess with AltBrowser it would be fine. Yes one day we will have to put Nautilus to a diet. I've had a game I wrote for kids (internal stuff done for my wife's kids help practice) and it was fine with drag and drop and all.

Re: [Pharo-users] New Pharo user, some questions

2014-12-12 Thread stepharo
Now that my image is working properly again and the fires have been put out, I wanted to introduce myself a bit better... I still do not understand what happen. Because we use Pharo heavily around and never got that behavior. My name is David Boeren. I first learned Smalltalk back in college

Re: [Pharo-users] Extending GTSpotter

2014-12-12 Thread Esteban Lorenzano
shift+enter is better. I will remove Spotlight soon… honestly spotter is so much better than even when not everything is working perfect, is already a huge improvement Esteban > On 12 Dec 2014, at 12:11, Tudor Girba wrote: > > I would like to get Shift+Enter (because Cmd+Enter will be useful

Re: [Pharo-users] Extending GTSpotter

2014-12-12 Thread kilon alios
no objections here :) On Fri, Dec 12, 2014 at 1:11 PM, Tudor Girba wrote: > > I would like to get Shift+Enter (because Cmd+Enter will be useful in other > contexts), but we wanted to have something that can live next to the > Spotlight for a while. > > But, now that we are over the first set of p

[Pharo-users] how do you use scripts?

2014-12-12 Thread Tudor Girba
Hi, As input for designing new features that better support scripting in Pharo, we would benefit from a bit more input around the role scripts play in your development life. To this end, I would like to invite you to share your scripting experience. Here are some questions to start from, but feel

Re: [Pharo-users] Roassal HTML exporter

2014-12-12 Thread Tudor Girba
Nice result! Doru On Fri, Dec 12, 2014 at 1:20 AM, Alexandre Bergel wrote: > > Hi! > > We have worked very hard on a Roassal exporter for the Web. > > Milton has produced the class RTHTML5Exporter, which may be simply invoked > as: RTHTML5Exporter new export: aRoassalView. > > Check this out: >

Re: [Pharo-users] Extending GTSpotter

2014-12-12 Thread Tudor Girba
I would like to get Shift+Enter (because Cmd+Enter will be useful in other contexts), but we wanted to have something that can live next to the Spotlight for a while. But, now that we are over the first set of problems, I would like to use Shift+Enter. Any objections? Cheers, Doru On Fri, Dec

[Pharo-users] SODD

2014-12-12 Thread Yuriy Tymchuk
Hi, so this message is about SODD (Stack Overflow Driven Development) and Pharo/Smalltalk. If you look at the last questions of this guy: http://stackoverflow.com/users/1906070/shiran?tab=questions you can see that they are about sm

Re: [Pharo-users] Extending GTSpotter

2014-12-12 Thread stepharo
I got the same problem and Cmd+ENter was already used on my machine set up. So it was not really simple. Le 11/12/14 17:25, Damien Pollet a écrit : Cmd+Enter: ‘Package' Doru, your blog post does not mention this piece of information: how to invoke GTSpotter It does not seem to be mentioned in y

Re: [Pharo-users] Roassal HTML exporter

2014-12-12 Thread stepharo
super How does it work? Visitor? Stef Le 12/12/14 09:45, p...@highoctane.be a écrit : Hi! We have worked very hard on a Roassal exporter for the Web. Milton has produced the class RTHTML5Exporter, which may be simply invoked as: RTHTML5Exporter new export: aRoassalView. Check this out: htt

Re: [Pharo-users] Roassal HTML exporter

2014-12-12 Thread p...@highoctane.be
Oooh! Very nice. I will try to integrate that into my software. A question: the color palettes are quite faded in Roassal examples (e.g. when I use the UML builder, some are light on light and hard to read). How hard is it to have a palette like this one for example: http://patterntap.com/patter