Re: [Pharo-users] Spec One-to-many

2013-05-05 Thread Benjamin
I also notice you can use arrowDown and arrowUp, but not really helping if the list is long :) I propose a fix here: https://pharo.fogbugz.com/default.asp?10531 Ben On May 5, 2013, at 4:50 AM, DeNigris Sean wrote: > I'm having difficulty expressing a one-to-many relationship in a Spec UI (in

Re: [Pharo-users] Spec One-to-many

2013-05-05 Thread Benjamin
After a bit of experimentation :) As an example here, I take DropListExample On the DropList when you type something like 'Gr', nothing is shown but the list actually highlight it (in green -> second selection). So if then you press enter, it selects it. That's quite weird :) I will have a look

Re: [Pharo-users] Spec One-to-many

2013-05-05 Thread Benjamin
From a UI point of view, drop list is your man. I will quickly have a look :) Ben On May 5, 2013, at 4:50 AM, DeNigris Sean wrote: > I'm having difficulty expressing a one-to-many relationship in a Spec UI (in > Pharo 2.0). > I want to have a dialog where the user can enter a business expense,

Re: [Pharo-users] [ANN] BabyMock 1.0

2013-05-02 Thread Benjamin
This look really cool :) And the documentation is here , available, simple, and full of example !! I would like all projects to be documented as yours :) Ben On May 2, 2013, at 5:44 PM, Attila Magyar wrote: > Hi, > > I'm happy to announce the 1.0 version of BabyMock. > > BabyMock is a visua

Re: [Pharo-users] Want to connect two morphs with a line.

2013-04-25 Thread Benjamin
Load Slice 10407, because without it, no easy way to define your own TransferMorphYou can have a look at the code attached, it defined a simple Spec UI (you can easily find the Morphic part in it), and a subclass of TransferMorph creating a from the draggedItem to the mouse.This Morph is usable in

Re: [Pharo-users] Want to connect two morphs with a line.

2013-04-25 Thread Benjamin
You have to subclass TransferMorph I may have an example somewhere (Actually I have the example running in an old image, I update the code and send it to you :) ) Ben On Apr 25, 2013, at 3:08 PM, Zeeshan Ansari wrote: > Hi All, > I want to connect two morphs with a line for a UML editor app

Re: [Pharo-users] Spec and e.g. hResizing:

2013-04-24 Thread Benjamin
On Apr 24, 2013, at 8:16 PM, Sean P. DeNigris wrote: > Benjamin Van Ryseghem-2 wrote >> Here shrinkWrap will not work since the SpecLayout defines an absolute >> layout for every widget. > > Okay, so there's no way currently to do something like shrinkWrap? It seem

Re: [Pharo-users] CI: find user from FogBugz event

2013-04-24 Thread Benjamin
Have a look at fogbugz api. I can't help more than that Ben On Apr 24, 2013, at 4:04 PM, Tommaso Dal Sasso wrote: > Hi guys, > > I was looking at the Continuous Integration services code at > http://smalltalkhub.com/#!/~Pharo/ci to extract information from the FogBugz > tracker. > I noticed

Re: [Pharo-users] Spec and e.g. hResizing:

2013-04-24 Thread Benjamin
Here shrinkWrap will not work since the SpecLayout defines an absolute layout for every widget. Moreover it's a bit weird since you then specify the height of the column :) If you want to tackle (a bit) this problem ,you may use extent: to do something Adding different layout would also be a sol

Re: [Pharo-users] Spec Font Size

2013-04-20 Thread Benjamin
I think it's not supported yet. I will have a look at this soon :) (what you can hackle do now is to override buildWithSpec in your model , and here you know your text input field widget is built, so you can access directly the morph) Ben On Apr 20, 2013, at 5:39 AM, "Sean P. DeNigris" wrote:

Re: [Pharo-users] TextInputFieldModel Scrollbars

2013-04-20 Thread Benjamin
Thank you very much :) Ben On Apr 20, 2013, at 5:15 AM, "Sean P. DeNigris" wrote: > Benjamin Van Ryseghem-2 wrote >> Comments ? > > Two slices in respective inboxes: > 3.0: 10335 Spec: Document difference between TextModel and > TextInputF

Re: [Pharo-users] TextInputFieldModel Scrollbars

2013-04-19 Thread Benjamin
This is, at least, the way I understood (and used) it. Comments ? in Morphic ? Mouahahah :) ;) Ben On Apr 19, 2013, at 6:39 PM, Sean P. DeNigris wrote: > TextInputField... design for one line text > > Aha, after our other conversations, I thought that TextInputFieldModel was > just a better

Re: [Pharo-users] TextInputFieldModel Scrollbars

2013-04-19 Thread Benjamin
I think that TextInputField does not support scrollbar on purpose since it's design for one line text. Here it's clearly a Morphic issue, but on the other hand I am not convinced it's really an issue :) Ben On Apr 19, 2013, at 6:10 AM, Sean P. DeNigris wrote: > My Spec UI has a TextInputField

Re: [Pharo-users] TreeListMorph or MorphTreeMorph

2013-04-15 Thread Benjamin
t this is always worth to document. > > STef > >> >> Le 15/04/2013 12:18, Benjamin a écrit : >>> It always make sense :) >>> >>> At the end, everything will be deprecated once :) >> >> >> -- >> Dr. Geo http://drgeo.eu >> >> > >

Re: [Pharo-users] The Rationale behind Spec - questions

2013-04-15 Thread Benjamin
Ben On Apr 15, 2013, at 8:15 AM, stephane ducasse wrote: > > On Apr 14, 2013, at 7:22 PM, Kenneth Payne wrote: > >> As a newcomer to smalltalk and Pharo I must say I love it - but I'm a little >> mystified by Spec. >> >> Just as I've got my head around Polymorph and can build an interface

Re: [Pharo-users] TreeListMorph or MorphTreeMorph

2013-04-15 Thread Benjamin
please do. >> or in a class comment. >> >> >>> Le 14/04/2013 17:37, Benjamin a écrit : >>>> But a new implementation is in the starting block :) >>>> Ben >>> >>> >>> I just started to write a few notes to get the

Re: [Pharo-users] TreeListMorph or MorphTreeMorph

2013-04-14 Thread Benjamin
no idea, sorry. Ask Alain Plantec :) Ben On Apr 14, 2013, at 2:39 PM, Hilaire Fernandes wrote: > > > is TMorphTreeModel trait dropped because I see it in the comment but it > is not used by the MorphTreeModel? > > Thanks > > Hilaire > > > Le 1

Re: [Pharo-users] TreeListMorph or MorphTreeMorph

2013-04-14 Thread Benjamin
> Le 14/04/2013 14:26, Benjamin a écrit : >> MorphTreeMorph i would say >> >> Ben >> >> On Apr 14, 2013, at 2:15 PM, Hilaire Fernandes >> > <mailto:hilaire.fernan...@gmail.com>> wrote: >> >>> Hi, >>> >>> We have two

Re: [Pharo-users] TreeListMorph or MorphTreeMorph

2013-04-14 Thread Benjamin
MorphTreeMorph i would say Ben On Apr 14, 2013, at 2:15 PM, Hilaire Fernandes wrote: > Hi, > > We have two players in town. > I want to use a tree morph. On some nodes I want different font, on > other ones I want custom morph. > > Which one should I investigate on? > > Thanks > > Hilaire

Re: [Pharo-users] Need help with dynamically finding packages/categories on pharo

2013-04-05 Thread Benjamin
Is Pharo 1.4 mandatory ? Because in Pharo 2.0 we've introduced RPackages exactly to tackle this problem Ben On Apr 5, 2013, at 10:05 PM, Chris wrote: > On 05/04/2013 20:52, ashwinshankar77 wrote: >> Hi Esteban, >> Thanks.I have a new question for you.Now we are trying to find out the >> package

Re: [Pharo-users] How can my Morph reflect changes in the object it displays?

2013-03-21 Thread Benjamin
Yes you can :) (thanks to value holders ^^) Ben On Mar 21, 2013, at 1:58 PM, MartinW wrote: > Benjamin Van Ryseghem-2 wrote >> The problem is mutable objects, what can you do then … >> For Spec I introduced value holders :) > > I was already wondering what ValueHolders

Re: [Pharo-users] How can my Morph reflect changes in the object it displays?

2013-03-21 Thread Benjamin
know (maybe JB's handle could cover that ^^) Ben On Mar 21, 2013, at 12:46 PM, Sven Van Caekenberghe wrote: > > On 21 Mar 2013, at 12:08, Benjamin > wrote: > >> Yes, endless loop with step as far as I remember >> >> stepAt: millisecondClock

Re: [Pharo-users] How can my Morph reflect changes in the object it displays?

2013-03-21 Thread Benjamin
ou can see the inspector change its printString, without > ValueHolders>>contents: being involved, just a direct instance variable > assignment. > > Sven > > On 21 Mar 2013, at 11:41, Benjamin > wrote: > >> For this kind of situation, my solution is to use a

Re: [Pharo-users] How can my Morph reflect changes in the object it displays?

2013-03-21 Thread Benjamin
For this kind of situation, my solution is to use a valueHolder instead of storing your string directly in an inst var, store it into the value holder initialize string := '' asValueHolder string: aString string contents: aString string ^ string contents And then what

Re: [Pharo-users] [ANN] Pharo 2.0

2013-03-18 Thread Benjamin
As I said previously, we are encountering issues with the deployment of the website allowing to register. Hopefully, it should be deployed very soon Ben On Mar 18, 2013, at 12:29 PM, Nicolai Hess wrote: > > > > 2013/3/18 Norbert Hartl > Congrats! > > Norbert > > Am 18.03.2013 um 11:12 s

Re: [Pharo-users] [Esug-list] [ANN] Pharo 2.0

2013-03-18 Thread Benjamin
Note that this can also be found on our new issue tracker: https://pharo.fogbugz.com/default.asp?W6 Ben On Mar 18, 2013, at 11:12 AM, Marcus Denker wrote: > We are proud to announce the release of Pharo 2.0! > > You can find information about Pharo at: http://www.pharo-project.org >

Re: [Pharo-users] [ANN] Pharo 2.0

2013-03-18 Thread Benjamin
Ben On Mar 18, 2013, at 11:12 AM, Marcus Denker wrote: > We are proud to announce the release of Pharo 2.0! > > You can find information about Pharo at: http://www.pharo-project.org > > > About this release > -- > All in all, there were over 1600 issue

Re: [Pharo-users] PetitParser Help

2013-03-13 Thread Benjamin
This code ExpressionGrammar>>term ^ add / prod ExpressionGrammar>>add ^ prod , $+ asParser trim , term ExpressionGrammar>>prod ^ mul / prim ExpressionGrammar>>mul ^ prim , $* asParser trim , prod ExpressionGrammar>>prim ^ parens / number ExpressionGrammar>>parens ^ $( asParser trim , term , $) asPa

Re: [Pharo-users] Pharo 2 and old shortcuts

2013-02-26 Thread Benjamin
rent line for me... > > > 2013/2/26 Benjamin > cmd+shift+r indent the line, no ? > > Ben > > On Feb 26, 2013, at 1:43 PM, Bernat Romagosa > wrote: > >> Oh, I meant while editing, for me c-r just seems to indent the current >> line... >> >

Re: [Pharo-users] Pharo 2 and old shortcuts

2013-02-26 Thread Benjamin
cmd+shift+r indent the line, no ? Ben On Feb 26, 2013, at 1:43 PM, Bernat Romagosa wrote: > Oh, I meant while editing, for me c-r just seems to indent the current line... > > > 2013/2/26 Benjamin > You can using key mapping. > > But cmd r is already use to renam

Re: [Pharo-users] Pharo 2 and old shortcuts

2013-02-26 Thread Benjamin
You can using key mapping. But cmd r is already use to rename (temp or the method depending of the selection) Ben On Feb 26, 2013, at 12:08 PM, Bernat Romagosa wrote: > A bit related to this thread... is there an easy way to add a custom shortcut > to an already existing context menu action

Re: [Pharo-users] Pharo 2 and old shortcuts

2013-02-19 Thread Benjamin
This setting "use Historical keys" is to set if you want cmd+arrows to switch between windows or opt+tab Ben On Feb 19, 2013, at 12:44 PM, Esteban Lorenzano wrote: > ha... problem is that is not "use historical keys" (I don't know what that > setting does, btw) > is "Use old style keys" under

Re: [Pharo-users] Spec: why is there an initialize in ClassMethodBrowser and none in MethodBrowser example?

2013-02-18 Thread Benjamin
> I'll check again. I am trying to recreate the example from scratch to > understand how all of this works. > > Regards, > Phil > > 2013/2/19 Benjamin : >> The initialise method should not exists anymore. >> >> Probably the rest of an old refactoring. >&g

Re: [Pharo-users] Spec - openWithSpecLayout: vs. openWithSpec:

2013-02-18 Thread Benjamin
opwnWithSpec: takes a selector as argument (the method which produce the SpecLayout instance when openWithSpecLayout: take the SpecLayout instance directly Maybe a refactor here is needed (the first one should maybe use the second one) Ben On Feb 18, 2013, at 11:48 PM, Sean P. DeNigris wrote:

Re: [Pharo-users] Spec: why is title on the class side for a ComposableModel

2013-02-18 Thread Benjamin
Title is defined on both side. By default the instance side method points to the class side method. But you can override the instance side method without any problem :) (by example DualChangeSorterApplication redefine title according of the instance) Ben PS: if your title is dependent of the s

Re: [Pharo-users] Spec: why is there an initialize in ClassMethodBrowser and none in MethodBrowser example?

2013-02-18 Thread Benjamin
The initialise method should not exists anymore. Probably the rest of an old refactoring. The "right" way is to use initialize for initialising your inst var (other than sub widgets), initializeWidgets for initialising sub widgets (instantiate them, set them, etc) and initializePresenter to sp

Re: [Pharo-users] Programmatically generating classes and methods

2013-02-17 Thread Benjamin
+1 :) If you want more sugar around, you can have a look in AbstractTool, the super class of NautilusUI providing methods for that (with UI etc) Ben On Feb 17, 2013, at 2:14 PM, "Sean P. DeNigris" wrote: > Sven Van Caekenberghe-2 wrote >> Can someone point me to the right/official way to prog

Re: [Pharo-users] Would someone create a CollaborActiveBook Team on Smalltalkhub?

2013-02-09 Thread Benjamin
All team members are administrator :) Ben On Feb 9, 2013, at 4:38 PM, MartinW wrote: > Stéphane Ducasse wrote >> On Feb 7, 2013, at 2:27 PM, MartinW wrote: >>> So should i just move it myself with my name or would someone "official" >>> create a CollaborActiveBook Team and add me as a member? >

Re: [Pharo-users] We would love some help

2013-02-02 Thread Benjamin
Sorry, but it's too late now for me to read spanish :s Can you provide an "english" version of this please ? Ben On Feb 2, 2013, at 7:54 PM, J. P. L. Martín wrote: > I'm not sure how should I, for making the GUI we mainly based on the > ContactList example on PharoCasts: > http://www.pharocas

Re: [Pharo-users] We would love some help

2013-02-02 Thread Benjamin
er of lines of code passwords > are much harder to crack. > > > > On 02/02/2013 09:02 AM, Benjamin wrote: >> Why not just something like >> >> | password cryptedPassword | >> >> password := UITheme current passwordEntryIn: World text: 'Password'

Re: [Pharo-users] We would love some help

2013-02-02 Thread Benjamin
Ben On Feb 2, 2013, at 2:56 AM, J. P. L. Martín wrote: > Most of the GUI is based on UITheme examples, yet I wasn't able to figure out > about user/password prompt. And I'm missing how should I implement it on code > (not GUI) OrderedCollection of Class Users with instanse variable "password

Re: [Pharo-users] We would love some help

2013-02-02 Thread Benjamin
Why not just something like | password cryptedPassword | password := UITheme current passwordEntryIn: World text: 'Password' title: 'Title' entryText: ''. cryptedPassword := MD5 new initialize hashStream: password readStream ? Ben On Feb 2, 2013, at 5:06 PM, Paul DeBruicker wrote: > For an

Re: [Pharo-users] How do i list the execution order of statements inside a method?

2013-01-25 Thread Benjamin
In Squeak I can't say, but in Pharo, the Compiler can be "stupid" and compile more or less everything :) Ben On Jan 25, 2013, at 12:20 PM, Mircea Samoilă wrote: > I was just in the debugger stepping through code right now. Interestingly > enough stepping through code like this gives you snapsh

Re: [Pharo-users] Spec: how to select contents of TextModel on focus

2013-01-22 Thread Benjamin
Can't you force the use of readSelectionBlock during the navigation ? Ben On Jan 21, 2013, at 6:29 PM, Sean P. DeNigris wrote: > As the user tabs through the text fields of my Spec dialog, I'd like for the > text to be selected in the currently active field. How do I do this? I > played with #re

Re: [Pharo-users] Fwd: Call a block inside same block for recursive requirements

2013-01-19 Thread Benjamin
Writing this block := [:val | val >0 ifTrue: [ self logCr: val. block value: val -1 ] ifFalse: [ 'foo' ]]. block value: 3 works in a workspace :) Ben On Jan 19, 2013, at 8:56 PM, Igor Stasenko wrote: >

Re: [Pharo-users] HowTo take my Nautilus Groups from one image to another?

2013-01-17 Thread Benjamin
Is there a bug entry for this ? :P Ben On Jan 17, 2013, at 10:33 PM, Stéphane Ducasse wrote: > Ben > > you know what I would love :) > this is to have a group with the most recently loaded packages. :) > > Stef > On Jan 16, 2013, at 12:38 PM, Benjamin wrote: > >

Re: [Pharo-users] HowTo take my Nautilus Groups from one image to another?

2013-01-16 Thread Benjamin
No, not yet :S But that will definitely be a cool feature Could you please add a bug entry ? I will see if I can easily add a way to serialize a group as a startup preference action :) Ben On Jan 16, 2013, at 12:02 PM, Helene Bilbo wrote: > Hi, > i set up a bunch of useful groups in Nautilus

Re: [Pharo-users] Pharo coding Sprint: 8 of february

2013-01-12 Thread Benjamin
I am in :) Ben On Jan 12, 2013, at 4:45 PM, Stéphane Ducasse wrote: > Hi guys > > We will organize a Pharo coding Sprint the friday 8th of February @ Inria > lille > http://rmod.lille.inria.fr/web/pier/contact > > Let us know if you want to join. > > The goal of this coding sprint is

Re: [Pharo-users] Browsing inherited methods in Nautilus

2012-12-19 Thread Benjamin
Seems to work on a 20443 freshly downloaded Ben On Dec 19, 2012, at 6:52 PM, Adrian Sampaleanu wrote: > > Is this currently broken in 2.0 (updated to 20443)? I get a MNU on > MorphicBindings>>contents with the following: > > MessageBrowser openSubProtocolForClass: RBPatternParser. > > -- Adr

Re: [Pharo-users] Browsing inherited methods in Nautilus

2012-12-19 Thread Benjamin
MessageBrowser openFullProtocolForClass: aClass or MessageBrowser openSubProtocolForClass: aClass if you do not want methods from Object and ProtoObject Ben On Dec 19, 2012, at 2:28 PM, Esteban Lorenzano wrote: > Previous versions of pharo use to have a "protocol browser", which idea was >

Re: [Pharo-users] How are people doing TDD?

2012-12-18 Thread Benjamin
In Pharo 2.0 Nautilus have a better integration of test and of shortcuts. Because of a lack of time (or of people) Nautilus is not maintained in 1.4, since the focus is 2.0 since a while. About the combination with AutoTest, it's really possible (and could be really cool) to implement a AutoTes

Re: [Pharo-users] Nautilus class methods button feedback. + show method comment on hover.

2012-12-12 Thread Benjamin
On Dec 13, 2012, at 8:46 AM, Peter H. Meadows wrote: > 1) When browsing code in nautilus how do you know if a class has class > methods? > > Sometimes I forget to look for them because many classes don't have > any. Could the button be changed to give visual feedback when a class > has class me

Re: [Pharo-users] Recovering Changes from a broken image

2012-11-08 Thread Benjamin
On Nov 8, 2012, at 9:09 PM, Stéphane Ducasse wrote: > > On Nov 8, 2012, at 9:03 PM, Sven Van Caekenberghe wrote: > >> Hi, >> >> One of the cool things of Smalltalk's images/changes file is that you can do >> a World Menu > Tools > Recover lost changes… to get back most [1] of your >> code in

Re: [Pharo-users] full Text diplay in a ListMorph?

2012-10-21 Thread Benjamin
to involve pushing around a lot of code:) > > Dale > > - Original Message - > | From: "Benjamin" > | To: "A friendly place where any question about pharo is welcome" > > | Sent: Sunday, October 21, 2012 11:45:38 AM > | Subject: Re: [Phar

Re: [Pharo-users] full Text diplay in a ListMorph?

2012-10-21 Thread Benjamin
In 1.4 Lists handle text or string only, and the way they are rendered is hardcoded In 2.0, any kind of object can be rendered as long as they fulfill the correct API So I guess there is nothing to do about that in 1.4, sorry :( Ben On Oct 21, 2012, at 8:39 PM, Dale Henrichs wrote: > I would

Re: [Pharo-users] Spec: Dynamically replacing widgets

2012-10-21 Thread Benjamin
it's weird indeed. Is the code available somewhere ? Ben On Oct 21, 2012, at 6:36 PM, Sean P. DeNigris wrote: > I'm building a wizard, so I want the page widget to be replaced by the next > one when the user clicks "Next". I tried (in the container model, in the > callback for the next button):

Re: [Pharo-users] Nautilus plugin to add chasing implementor browsing

2012-10-21 Thread Benjamin
Great plugin :) I am not fond of the background color :) but the functionality is nice This behavior is not in Nautilus, that why you did not find it Ben On Oct 21, 2012, at 12:06 AM, peter h meadows wrote: > This is my first attempt. Did I do it right? (I'm still learning). > > It works in P

Re: [Pharo-users] [Seaside] change n same words in browser with one action

2012-09-28 Thread Benjamin
@Igor: On Sep 28, 2012, at 6:02 PM, Igor Stasenko wrote: I do not mean the search and replace dialog - to many clicks while developing. Otherwise, I do not know such a feature (yet) :) Ben ;)

Re: [Pharo-users] quote pairing. how to do this correctly?

2012-09-28 Thread Benjamin
The best way right now is to deactivate the smart characters since they are broken :) Ben On Sep 28, 2012, at 3:08 PM, sergio_101 wrote: > i am spending some time this week figuring out how to quickly toss the > browser around.. > > this one has always stumped me.. > > say i do something li

Re: [Pharo-users] Spec package

2012-09-21 Thread Benjamin
And actually the correct gofer is Gofer it squeaksource3:'Spec'; package: 'ConfigurationOfSpec'; load. Ben On Sep 22, 2012, at 12:09 AM, Sven Van Caekenberghe wrote: > > On 21 Sep 2012, at 23:58, Johan Fabry wrote: > >> Ah that's a seaside permanent link issue. Go >

Re: [Pharo-users] Spec package

2012-09-19 Thread Benjamin
Spec can be found on gemstone Gofer it gemsource:'Spec'; package: 'ConfigurationOfSpec'; load. (Smalltalk at: #ConfigurationOfSpec) perform: #loadDefault About documentation, you can read: - a tech report: http://hal.inria.fr/docs/00/70/80/67/PDF/SpecTechReport.p

Re: [Pharo-users] smalltalk - instantiate an object with parameters..

2012-09-11 Thread Benjamin
On Sep 11, 2012, at 8:52 PM, Camillo Bruni wrote: > On 2012-09-11, at 20:50, Benjamin > wrote: >> On Sep 11, 2012, at 8:41 PM, Camillo Bruni wrote: >>> On 2012-09-11, at 20:36, sergio_101 wrote: >>>> yes, i know this sounds simple.. but is it possible to ins

Re: [Pharo-users] smalltalk - instantiate an object with parameters..

2012-09-11 Thread Benjamin
On Sep 11, 2012, at 8:41 PM, Camillo Bruni wrote: > > On 2012-09-11, at 20:36, sergio_101 wrote: > >> yes, i know this sounds simple.. but is it possible to instantiate an >> object with some parameters? >> >> say i have a dictionary: >> >> params := Dictionary new. >> params at: 'sound' put

[Pharo-users] New feature in Nautilus

2012-08-05 Thread Benjamin
Hello guys :) I just wanted to show you the new feature I just finished to implement into Nautilus: the multi methods edition http://dl.dropbox.com/u/24369478/MultiMethods.mov The video is quite short (1min) but it will be integrated soon in the image so ;) Some explanation: - now you

Re: [Pharo-users] How do you guys navigate while editing code?

2012-07-31 Thread Benjamin
On Jul 31, 2012, at 7:46 PM, Dale Henrichs wrote: > Patrik, > > For me the CTL-m, CTL-n, and CTL-b are your greatest friends: > > - CTL-m gives you _implementors_ of the selected message >(can select message in method in browser and args are ignored) > - CTL-n gives you _senders_ > - CT

Re: [Pharo-users] Nautilus Class Comments Pane

2012-07-06 Thread Benjamin
That could be an interesting feature :) I already have a couple of nice things in the oven, but I will keep this in min d:) Thank you, Ben On Jul 6, 2012, at 2:13 PM, Sven Van Caekenberghe wrote: > Hi Benjamin, > > I simply love Nautilus, including many of the new features that so

Re: [Pharo-users] PluggableMultiColumnListMorph broken?

2012-07-03 Thread Benjamin
We have introduced a dispatch in the list, allowing every kinds of object to be displayed if the provide the good interface. Right now, this interface is provided by String, Text, and Morph. On the other hand, the PluggableMultiColumnListMorph is designed to take "real" object as entry, and then

[Pharo-users] I need the help of a guru about squeezeOutNumber

2012-06-30 Thread Benjamin
We figured out today that 'blabla1230' squeezeOutNumber ==> 123 But it should be 1230. So after multiple attempts to debug this expression (with strange behaviors), we discovered that it's while parsing the reversed version of the string that it fails[1] Indeed, when reversed, the trailing 0 b

Re: [Pharo-users] Evaluating Nautilus

2012-06-24 Thread Benjamin
On Jun 24, 2012, at 3:55 AM, Hernán Morales Durand wrote: > Thanks for your answers Benjamin. After reading the chapter I should note the > plugin architecture seems very promising, as you've said it, very different > from OB. So to create my own browser should I subclass Nautil

Re: [Pharo-users] Evaluating Nautilus

2012-06-23 Thread Benjamin
SubscriptOutOfBounds exception. > I've attached the stack from the debugger and a screenshot. > > Hernán > > 2012/6/23 Benjamin > What have you read already ? > > Ben > > On Jun 23, 2012, at 7:18 AM, Hernán Morales Durand wrote: > >> Hello Benjamin,

Re: [Pharo-users] Evaluating Nautilus

2012-06-23 Thread Benjamin
What have you read already ? Ben On Jun 23, 2012, at 7:18 AM, Hernán Morales Durand wrote: > Hello Benjamin, > > 2012/6/22 Benjamin > Hello :) > > This is a nice challenge :) > Firstly, you have to know that the model behind Nautilus is really different > that the

Re: [Pharo-users] Evaluating Nautilus

2012-06-22 Thread Benjamin
Hello :) This is a nice challenge :) Firstly, you have to know that the model behind Nautilus is really different that the one behind OB. Let's say nothing in common. On the other hand, the code pane modification can be made within an hour (maybe two if you are not confident with morphic, but it

[Pharo-users] Spec version 1.0

2012-06-21 Thread Benjamin
Hello every one :) I am glad to announce the version 1.0 of Spec which introduce a couple of nice features like: - 10 times faster - better semantic - better layout management You can load it in Pharo 1.4 by executing the following snippet: Gofer new url: 'http:/

Re: [Pharo-users] Finding the package of a class

2012-06-17 Thread Benjamin
If you have Nautilus loaded, there is a class which stores the bindings between RPackage and MCPackage, so you can query it . But yes, it's a mess to have at least two different representation for the same things Ben On Jun 17, 2012, at 4:10 PM, Sean P. DeNigris wrote: > > Sean P. DeNigris w

Re: [Pharo-users] setting fonts programatically

2012-06-12 Thread Benjamin
I use that in my startup script to set the font, dunno if it can help FreeTypeSystemSettings loadFt2Library: true. FreeTypeFontProvider current updateFromSystem. StandardFonts defaultFont: (LogicalFont familyName: 'Lucida Grande' pointSize: 10) forceNotBold. GraphicFontSettings resetAllFontToDefa

Re: [Pharo-users] Versionner a GUI for metacello

2012-06-09 Thread Benjamin
Spec is working in Pharo1.4 without any problem (it's actually used by nautilus :) ) In addition, I would say that Spec has been designed in a way it can be easily plugged on top of any graphical library :) Ben On Jun 9, 2012, at 11:35 PM, Sean P. DeNigris wrote: > > Juan Pablo Sandoval wro

Re: [Pharo-users] Something does not work with issue tracker status

2012-06-06 Thread Benjamin
On Jun 6, 2012, at 1:47 PM, Mariano Martinez Peck wrote: > Hi guys. Previously, we use to mark issues as "Fixed" once someone proposed a > solution. Now we have to first put it as ""FixReviewNeeded" and then when > someone else takes the time to review it put it as "FixToInclude". Now...the >

Re: [Pharo-users] Another new Blog

2012-06-02 Thread Benjamin
Nice :) Ben On Jun 3, 2012, at 12:38 AM, Guillermo Polito wrote: > Hi all! > > Probably some of you already saw my tweets about it: > http://playingwithobjects.wordpress.com/. I'll be writing there stuff, > whatever I want to write :). Probably in this first few weeks, documentation > about

Re: [Pharo-users] How does the UI update during this block?

2012-05-29 Thread Benjamin
Probably because the fork create a new process at priority 40, which is also the priority of the ui process. So the processor dispatch between them I guess :) Ben On May 29, 2012, at 2:04 PM, Sean P. DeNigris wrote: > trues := 0. > [ > (1 to: 2) do: [ :e | > "

Re: [Pharo-users] Nautilus subclassing

2012-05-22 Thread Benjamin
Basically, I think this is a mistake I made :) It should always use the nonMetaClass side of the current selectedClass :) Thank you for feedback :) Could you simply open a bug entry, to be sure I do not forget about it ? :) Thanks in advance, Ben On May 22, 2012, at 4:40 PM, djuber wrote: >

Re: [Pharo-users] SystemWindow model methods

2012-05-16 Thread Benjamin
It is not written properly somewhere :S And that's why we started the Basic Widget chapter... If you wanna know, you have to go through the code of StandardWindow and SystemWindow and look after the references to model Good luck, Ben On May 16, 2012, at 11:23 PM, Daniel Lyons wrote: > Hi,

Re: [Pharo-users] Beginner's questions

2012-05-13 Thread Benjamin
using Spec, > and I sure will bother you if I run into problems ;) > > Cheers, > > Edouard. > > Le 13/05/12 15:18, Benjamin a écrit : >> >> On May 13, 2012, at 2:56 PM, Edouard Klein wrote: >> >>> Le 13/05/12 14:33, Benjamin a écrit : >>

Re: [Pharo-users] Beginner's questions

2012-05-13 Thread Benjamin
On May 13, 2012, at 2:56 PM, Edouard Klein wrote: > Le 13/05/12 14:33, Benjamin a écrit : >> >> On May 13, 2012, at 1:26 PM, Stéphane Ducasse wrote: >> >>> >>> On May 13, 2012, at 11:25 AM, Edouard Klein wrote: >>> >>>> Hi all, &g

Re: [Pharo-users] Beginner's questions

2012-05-13 Thread Benjamin
On May 13, 2012, at 1:26 PM, Stéphane Ducasse wrote: > > On May 13, 2012, at 11:25 AM, Edouard Klein wrote: > >> Hi all, >> >> I tried to build my first user interface with Pharo. I ran into some >> problems, I have a bunch of questions. These are certainly quite simple to >> answer for any

Re: [Pharo-users] simple Pharo 1.4 question

2012-05-05 Thread Benjamin
Thanks Mariano :) BTW, it clearly misses some "gloabal" shortcuts for switching hierarchy or not, groups/package etc :) It's on my to do list ^^ Ben On May 5, 2012, at 10:40 PM, Mariano Martinez Peck wrote: > > > On Sat, May 5, 2012 at 10:16 PM, Werner Kassens wrote: > Hi Mariano, > actu

Re: [Pharo-users] Nautilus history combo problem

2012-04-30 Thread Benjamin
ed the issue template and the how-to > as much as it make sense for me, let me know if something is missing) > What do you mean by "since 2.0 is released"? is that unstable version? > am I missing something? > Regards, > Juan > > On Mon, Apr 30, 2012 at

Re: [Pharo-users] Nautilus history combo problem

2012-04-30 Thread Benjamin
First, thank you for your feedback :) Honestly, I am not using 1.4 since 2.0 is released, byt I will have a look asap :) In the mid time, could you please open an issue here: http://code.google.com/p/pharo/issues/entry (there is a special flag "Type-Nautilus") Thanks again, Ben On Apr 30, 2

Re: [Pharo-users] setting up nautilus on 1.4

2012-04-23 Thread Benjamin
Apr 23, 2012, at 4:47 PM, Benjamin wrote: > >> You can either download a new image from Jenkins (my choice if there is more >> than 3-4 version to load) or you can click on World -> System -> Software >> update (and take a coffee break ^^) >> >> >> Ben >&

Re: [Pharo-users] setting up nautilus on 1.4

2012-04-23 Thread Benjamin
You can either download a new image from Jenkins (my choice if there is more than 3-4 version to load) or you can click on World -> System -> Software update (and take a coffee break ^^) Ben On Apr 23, 2012, at 4:42 PM, Johann Hibschman wrote: > On Mon, Apr 23, 2012 at 8:35 AM,

Re: [Pharo-users] setting up nautilus on 1.4

2012-04-23 Thread Benjamin
On Apr 23, 2012, at 3:07 PM, Johann Hibschman wrote: > Hi all, > > I just joined this list for real, although I've been following the RSS > feed for a month now. In short, I'm a rank amateur. Welcome :) I hope you will have fun here with us ^^ > I just tried upgrading to Pharo 1.4. As has been

Re: [Pharo-users] Final 1.4 images...

2012-04-20 Thread Benjamin
at" shortcut... anyone know if it's possible to get this feature in > Nautilus? > > Whatever you need ask Benjamin Van Ryseghem ;) You have nothing to loose. > BUT, do not expect him to read all emails. So..start a clear email with a > clear subject like "format

Re: [Pharo-users] [Pharo-project] Test

2012-03-07 Thread Benjamin
And it's already finished :) So you get 5 mails :) And after having all feeding the troll with thousands of mail, can you really complain ? LOL Ben On Mar 7, 2012, at 7:44 PM, Sven Van Caekenberghe wrote: > > On 07 Mar 2012, at 19:06, Benjamin wrote: > >> It tested it

Re: [Pharo-users] [Pharo-project] Test

2012-03-07 Thread Benjamin
It tested it locally, but I got some issues with the mailing list itself. Thinks that I could have predict. I am really sorry for spamming :s Ben On Mar 7, 2012, at 7:03 PM, Norbert Hartl wrote: > To be honest testing a mail script with the address of a mailing list is by > far to least sm

Re: [Pharo-users] [Pharo-project] Nautilus version 4.0.4

2012-02-26 Thread Benjamin
True :) Thanks ;) Ben On Feb 26, 2012, at 8:38 PM, Mariano Martinez Peck wrote: > >> Ben, don't forget to cc pharo-users ;) > > I do not get it :S > > > When you do an ANN, do not only send it to > pharo-proj...@lists.gforge.inria.fr but also to > pharo-users@lists.gforge.inria.fr > >

Re: [Pharo-users] [Pharo-project] Nautilus version 4.0.4

2012-02-26 Thread Benjamin
On Feb 26, 2012, at 7:51 PM, Mariano Martinez Peck wrote: > > > On Sun, Feb 26, 2012 at 7:04 PM, Mariano Martinez Peck > wrote: > > > On Sun, Feb 26, 2012 at 6:57 PM, Sven Van Caekenberghe wrote: > Ben, > > On 26 Feb 2012, at 18:28, Benjamin wrote: > &

Re: [Pharo-users] Text morph with line numbers?

2012-02-01 Thread Benjamin
In Nautilus there is something similar which show how characters the method is composed of. You should be able to hack it (PluggableTextMorphWithLimit) (Even if I think Igor's right ;) ) Ben On Feb 1, 2012, at 4:11 PM, Igor Stasenko wrote: > On 1 February 2012 15:47, Nahuel Garbezza wrote:

Re: [Pharo-users] Pharo Morphic View Application Framework

2012-02-01 Thread Benjamin Van Ryseghem
ntation has 6 odd methods that > lead on from intent, what Pharo provides which maybe leveraged in future if > not now and the current implementation as well as a roadmap. > > I will read your specs and implementation to merge the stuff I envisage > with > > >

Re: [Pharo-users] Pharo Morphic View Application Framework

2012-01-31 Thread Benjamin
If you have around the pdf you are talking about on your website, I will be glad to read it. Thanks in advance ;) Ben On Jan 31, 2012, at 5:58 AM, S Krish wrote: > http://skrishnamachari.wordpress.com/2012/01/31/pharo-application-framework-aka-morphic-view-framework/ > > Obliged for feedback

Re: [Pharo-users] How to get the widget with focus?

2012-01-14 Thread Benjamin
There is a method named hasKeyboardFocus, maybe it could help :) Ben On Jan 14, 2012, at 4:34 PM, Johan Fabry wrote: > Hi all, > > I am writing some test cases that require me to open and close windows and > play with widgets and whatnot. Sadly I am a bit lost as I have no experience > in th

Re: [Pharo-users] Hosting a two days conference on Pharo

2012-01-10 Thread Benjamin
I'm in ;) Ben On Jan 10, 2012, at 8:38 PM, Stéphane Ducasse wrote: > Hi guys > > I would like to organize a two days event around pharo in May @ lille. > We could get it over a friday and saturday so that people can join on their > free time. > > What do you think? > > Possible dates

  1   2   >