Re: [Pharo-users] Trapping the Pharo window close event

2016-04-14 Thread kmo
Many thanks for that helpful and amazingly fast answer! -- View this message in context: http://forum.world.st/Trapping-the-Pharo-window-close-event-tp4890079p4890092.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] List with Border

2016-04-14 Thread Stephan Eggermont
On 14-04-16 16:53, peaslee wrote: I do not understand your answer. I am too new at this. ListModel is a subclass of AbstractWidgetModel. AbstractWidgetModel defines borderWidth: and borderColor:, so one would expect all its subclasses to implement it. The mapping in Spec from the model to the

Re: [Pharo-users] Trapping the Pharo window close event

2016-04-14 Thread Peter Uhnák
The closing is intercepted in PasteUpMorph>>windowEvent: from where this is called WorldState>>quitSession | save | save := self confirm: 'Save changes before quitting?' translated orCancel: [ ^ self ]. save ifTrue: [Smalltalk snapshot: true andQuit: true] ifFalse: [Smalltalk snapshot: false

[Pharo-users] Trapping the Pharo window close event

2016-04-14 Thread kmo
How do you get rid of that "Quit Pharo without saving message" that comes up when you try to close the Pharo window? I want to just let the user exit without any message or perhaps replace the message with one of my own. -- View this message in context:

Re: [Pharo-users] [ANN] Introspect web content (Soup with some GT extensions)

2016-04-14 Thread Offray Vladimir Luna Cárdenas
Thanks a lot! Pretty useful on web scrapping and workshops. Cheers, Offray On 14/04/16 11:04, Tudor Girba wrote: Nice! Doru On Apr 14, 2016, at 4:01 AM, Torsten Bergmann wrote: Hi, I added a few GT inspector extensions to Soup and cleaned up a little bit. Released as a

Re: [Pharo-users] [ANN] Introspect web content (Soup with some GT extensions)

2016-04-14 Thread Tudor Girba
Nice! Doru > On Apr 14, 2016, at 4:01 AM, Torsten Bergmann wrote: > > Hi, > > I added a few GT inspector extensions to Soup and cleaned up a little bit. > Released as a new version 1.8 of Soup - you will find easily in Catalog > for Pharo 5 or by opening Spotter and entering

Re: [Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-14 Thread Blondeau Vincent
Hi Diego, First: welcome! RoelTyper makes indeed type inference for Moose (so based on a model of a source code, and support all kind of languages). I don’t know the status of this project but the Moose mailing list can help you on this (in cc). For type inference of only Smalltalk objects

Re: [Pharo-users] Problem with filetree

2016-04-14 Thread Blondeau Vincent
De : Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] De la part de Thomas Heniart Envoyé : jeudi 14 avril 2016 17:28 À : Any question about pharo is welcome Objet : Re: [Pharo-users] Problem with filetree I thought that was the case but no I feel a bit stupid ^^' Don’t worry, it

Re: [Pharo-users] Problem with filetree

2016-04-14 Thread Thomas Heniart
I thought that was the case but no I feel a bit stupid ^^' Thanks Vincent ;) 2016-04-14 15:28 GMT+02:00 Blondeau Vincent : > Hi, > > > > You should extend BaselineOf to make it work ;) > > > > Cheers, > > Vincent > > > > *De :* Pharo-users

Re: [Pharo-users] List with Border

2016-04-14 Thread peaslee
Stephen, I do not understand your answer. I am too new at this. -- View this message in context: http://forum.world.st/List-with-Border-tp4889556p4890053.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

[Pharo-users] Hello World (found a RoelTyper Bug)

2016-04-14 Thread Diego Orellana
Hi, Pharo Users! I'm starting to work on types in Pharo. To be more precise, I'd like to improve the RoelTyper (a package which "guesses" variable types in code). What suggestions do you have? I have some ideas and I'm currently working to find more, but it's always interesting to hear what the

Re: [Pharo-users] Problem with filetree

2016-04-14 Thread Blondeau Vincent
Hi, You should extend BaselineOf to make it work ;) Cheers, Vincent De : Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] De la part de Thomas Heniart Envoyé : jeudi 14 avril 2016 15:21 À : Any question about pharo is welcome Objet : [Pharo-users] Problem with filetree Hello, I want

[Pharo-users] Problem with filetree

2016-04-14 Thread Thomas Heniart
Hello, I want to host my project on GitHub so I use filetree to commit my changes and I have a BaselineOfMyProject for the configuration My Baseline is in a package which has name of the class Link to the baseline

[Pharo-users] [ANN] Introspect web content (Soup with some GT extensions)

2016-04-14 Thread Torsten Bergmann
Hi, I added a few GT inspector extensions to Soup and cleaned up a little bit. Released as a new version 1.8 of Soup - you will find easily in Catalog for Pharo 5 or by opening Spotter and entering "Soup" to load. As the attached screenshots shows you now have a nice way to introspect the

[Pharo-users] Reminder: CFP - IWST 2016 - International Workshop on Smalltalk Technologies

2016-04-14 Thread jannik laval
[Please accept our apologies if you receive multiple copies of this call] [Please send to interested colleagues / mailing-lists] CALL FOR PAPERS IWST16 — International Workshop on

Re: [Pharo-users] [Bug - Pharo 5.0] Remove a class but not remove for RPackage

2016-04-14 Thread Yann Dubois
For exemple I have 2 packages PackageA - ClassA PackageB - ClassB #iDependToClassA #otherMethod I delete ClassA from the PackageA, so Pharo tell me that the method #iDependToClassA use the content of the ClassA. I delete the #iDependToClassA method but on the Browser, the method is not

Re: [Pharo-users] [ANN] General WebBrowser package for Pharo4 and Pharo 5 onwards

2016-04-14 Thread stepharo
The documentation is on github under PharoProgress people should issues pull requests Le 14/4/16 01:15, Ben Coman a écrit : On Wed, Apr 13, 2016 at 10:04 PM, Rob Rothwell wrote: # Usage WebBrowser openOn: 'http://www.pharo.org' Fantastic...this is a nice

Re: [Pharo-users] First impressions, was About Box

2016-04-14 Thread stepharo
Le 14/4/16 01:52, Damien Pollet a écrit : Heh. The last days I've had a look at Coral… my current goal is to remove the dependency to PetitParser from the argument parser, and to re-integrate that with the commandline handler system of the image. But that's only one part… Yes it would be

Re: [Pharo-users] First impressions, was About Box

2016-04-14 Thread stepharo
Have a look at the chapter about command handler in Deep into Pharo because you have all you need You can script the loading and execution of expressions easily. People like julien, damien at Pharodays started to resume a better DSL for command descriptions. Le 13/4/16 19:48, Alistair Grant