Re: [Pharo-project] http://www.pharo-project.org down ?

2013-05-14 Thread Benjamin
I can reach it Ben On May 8, 2013, at 11:23 AM, Sven Van Caekenberghe wrote: > Hi, > > Related to https://pharo.fogbugz.com/f/cases/10559/ > > is http://www.pharo-project.org down just for me or does anyone else also > have problems ? > > http://www.downforeveryoneorjustme.com/http://www.ph

[Pharo-project] Review needed :)

2013-05-06 Thread Benjamin
Hello guys :) Is that possible that someone review this entry[1] because it's an important one :) Pavel I put you in CC since the Pharo Kernel was not building because of this :) Thanks in advance, Ben [1] https://pharo.fogbugz.com/default.asp?7550

Re: [Pharo-project] Strange behvaior with protocols in nautilus

2013-05-06 Thread Benjamin
It's a known bug which was (thought to be) fixed in 3.0 If someone knows a way to reproduce it, I will be glad to address this issue (my guess is that there is a #sort done on protocols where it should be #sorted) Ben On May 6, 2013, at 2:35 PM, Patrick Barroca wrote: > Hi, > > I've done some

Re: [Pharo-project] something wrong with get.pharo.org

2013-05-05 Thread Benjamin
Work for me :( Ben On May 6, 2013, at 4:42 AM, Igor Stasenko wrote: > curl -L get.pharo.org/30 | bash > % Total% Received % Xferd Average Speed TimeTime Time Current > Dload Upload Total SpentLeft Speed > 100 25040 25040 0

Re: [Pharo-project] Pharo: an AMAZING community

2013-05-05 Thread Benjamin
up two issues > I was having (not even bugs)... in the middle of the night... on a > Saturday... And like the Smalltalk fairy had come and snuck a solution under > my pillow while I dreamt, Sven and Benjamin added enhancements which solved > my dilemma! Thank you both :) And thank you

Re: [Pharo-project] Sprint

2013-05-04 Thread Benjamin
It was one of my best Sprint :) A lot of energy, even the sun was present (and at Lille, it's a gift from gods ^^) Ben On May 4, 2013, at 10:04 AM, stephane ducasse wrote: > > On May 4, 2013, at 12:11 AM, Camillo Bruni wrote: > >> Thanks everybody for the great sprint! >> >> We fixed a lot

Re: [Pharo-project] [ANN] A SmalltalkHub server for each

2013-05-04 Thread Benjamin
You really think you can break thing from the Amber browser on client side ? Ben On May 4, 2013, at 10:33 AM, Norbert Hartl wrote: > > > Am 04.05.2013 um 07:29 schrieb Ben Coman : > >> Igor Stasenko wrote: >>> On 4 May 2013 01:01, Javier Pimás wrote: >>> Cool! And I just discovered th

Re: [Pharo-project] [ANN] A SmalltalkHub server for each

2013-05-03 Thread Benjamin
amien Cassou wrote: >> Hi, >> >> Nicolas Petton, Benjamin van Ryseghem and I are proud to announce a >> ConfigurationOfSmalltalkHub and a dedicated Jenkins job: >> >> https://ci.inria.fr/pharo-contribution/job/SmalltalkHub/ >> >> http://smalltalkhub.com/#

Re: [Pharo-project] [ANN] A SmalltalkHub server for each

2013-05-03 Thread Benjamin
:D Ben On May 3, 2013, at 5:42 PM, Damien Cassou wrote: > Hi, > > Nicolas Petton, Benjamin van Ryseghem and I are proud to announce a > ConfigurationOfSmalltalkHub and a dedicated Jenkins job: > > https://ci.inria.fr/pharo-contribution/job/SmalltalkHub/ > >

Re: [Pharo-project] [Spec] Expanding nodes programmatically

2013-05-03 Thread Benjamin
Use the correct implementation of tree, it will help :) Ben On May 3, 2013, at 3:49 PM, "roberto.mine...@usi.ch" wrote: > I managed to accomplish the said behavior in this way > >> self >> on: (Character arrowRight asShortcut) >> do: [ :morph | | item | >>

Re: [Pharo-project] NewListModel and AlainTreeModel

2013-05-03 Thread Benjamin
Of course not, but I just can't name the two tree implementation TreeModel. As I said in my mail, I will push AlainTreeModel as default, and it will be named TreeModel. Same for the list. (that's also why they do not have a class comment) Ben On May 3, 2013, at 8:10 AM, "Torsten Bergmann" wro

Re: [Pharo-project] upper vs. lower case

2013-05-02 Thread Benjamin
SmallLint rule :) Ben On May 2, 2013, at 10:47 PM, Igor Stasenko wrote: > On 2 May 2013 21:04, Camillo Bruni wrote: >> While trying out my new in-image filesystem to file-out my image I encounter >> strange things :) related to upper and lowercase names: >> >> - some classes have the same met

[Pharo-project] NewListModel and AlainTreeModel

2013-05-02 Thread Benjamin
Hello :) I am glad to announce that I have spent some time on Spec, and introduce to new models :) 1) NewListModel This is the spec model for the new implementation of the list. It adds some cool features like a header, a real lazy display implementation, a better mechanism for drag and droppi

Re: [Pharo-project] Cmd + D

2013-04-30 Thread Benjamin
You should try cmd+c (for copy) Did you enable or disable the combined shortcuts in Nautilus ? Ben On Apr 30, 2013, at 3:54 PM, Camillo Bruni wrote: > In a 3.0 image I cannot reproduce this :) > > can you give more details? > > On 2013-04-30, at 15:47, "roberto.mine...@usi.ch" > wrote: >

Re: [Pharo-project] dynamic spec contents

2013-04-30 Thread Benjamin
I just added two new examples in Spec-Examples-PolyWidgets (https://pharo.fogbugz.com/default.asp?10458) It should be soon in Pharo ^^ Ben On Apr 30, 2013, at 2:27 PM, Camillo Bruni wrote: > Clement and I are working on the new Inspectors/Debuggers and we would like yo > dynamically change sp

Re: [Pharo-project] Synchronous Spec

2013-04-30 Thread Benjamin
It actually acts exactly the same, just StandardWindow is hiding the complexity under the hood :) If you want the same: | ui | ui := MyUI new. World (or whatever morph) openModal: ui openWithSpec window. "you will arrive here at MyUI closing" ui value (idk which info you want). Another tip:

Re: [Pharo-project] Spec LabelModel color

2013-04-29 Thread Benjamin
> R > > On Apr 29, 2013, at 3:32 PM, Benjamin > wrote: > >> I can't say because I never use Moose image >> >> Ben >> >> On Apr 29, 2013, at 3:07 PM, "roberto.mine...@usi.ch" >> wrote: >> >>> By the way..

Re: [Pharo-project] Spec LabelModel color

2013-04-29 Thread Benjamin
On Apr 29, 2013, at 2:07 PM, roberto.mine...@usi.ch wrote: > >> Thanks for the answers… I will update to the last image ;) >> >> On Apr 29, 2013, at 1:38 PM, Benjamin >> wrote: >> >>> In the latests image, it should be black :) >>> >>> Whi

Re: [Pharo-project] Spec LabelModel color

2013-04-29 Thread Benjamin
Now the default colour is specified in the corresponding Spec (LabelSpec here) Otherwise, you should be able to specify the colour by sending the message color: too, but some morphs are slightly broken from this point of view :s Ben On Apr 29, 2013, at 1:45 PM, Clément Bera wrote: > I don't kn

Re: [Pharo-project] Pharo 3.1 meeting

2013-04-29 Thread Benjamin
, Sean P. DeNigris wrote: > Sure, point the way. Where does Penelope live? gforge? How do you > debug/update the running version? > > On Apr 26, 2013, at 7:07 AM, Benjamin Van Ryseghem-2 [via Smalltalk] <[hidden > email]> wrote: > > Penelope code as well as Ulysse one i

Re: [Pharo-project] Spec LabelModel color

2013-04-29 Thread Benjamin
In the latests image, it should be black :) Which image are you using ? Ben On Apr 29, 2013, at 12:27 PM, roberto.mine...@usi.ch wrote: > Hi, > > I'm building a small UI with spec and I have a problem with the LabelModel. > > Is there any way to change the default color (white) of the #text: i

Re: [Pharo-project] Pharo 3.1 meeting

2013-04-26 Thread Benjamin
The monkey refers to Ulysse, not Penelope :) (we will soon have both Bruce Willis and Brad Pitt involved ^^ [1]) Penelope code as well as Ulysse one is on smalltalkhub/~Pharo/ci/main Basically we have a delay here which should update the cache, but some sh*t happened :s If you want to be involv

Re: [Pharo-project] Small(talk) opportunities

2013-04-26 Thread Benjamin
I could be :) Ben On Apr 26, 2013, at 5:17 AM, DeNigris Sean wrote: > From time to time, I lead small commercial Smalltalk projects, parts of which > I'm able to delegate. If you're interested in more details / participating > when these come up, email me and I'll keep you in mind. > > Cheer

Re: [Pharo-project] [update 3.0] #30062

2013-04-25 Thread Benjamin
Fix is here: https://pharo.fogbugz.com/default.asp?10408 Ben On Apr 25, 2013, at 6:12 PM, Marcus Denker wrote: > Not yet… so I managed to not see a bug and now the image is in a > non-updatable state. > > https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-1-Tracker/259/console > > I am even

Re: [Pharo-project] [update 3.0] #30062

2013-04-25 Thread Benjamin
Yes it seems the CodeImporter is broken :( Ben On Apr 25, 2013, at 6:12 PM, Marcus Denker wrote: > Not yet… so I managed to not see a bug and now the image is in a > non-updatable state. > > https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-1-Tracker/259/console > > I am even too tired to

Re: [Pharo-project] Smart Suggestion Version 1

2013-04-24 Thread Benjamin
Ben On Apr 24, 2013, at 12:47 PM, Camillo Bruni wrote: > > On 2013-04-24, at 10:10, stephane ducasse wrote: >> What would be good is that when we get the sender/implementor is to get >> - the name of the entity as first entry in the menu >> - get the entity selected in the text. >

Re: [Pharo-project] User account on Jenkins

2013-04-23 Thread Benjamin
You can register there by yourself, then there is a list of projects, pick the one you are interested in, Admins will then get a mail to add you Ben On Apr 23, 2013, at 7:45 PM, Guido Chari wrote: > Who can add me to Jenkins server so i can add a project to the infrastructure?

Re: [Pharo-project] Your earlier problems accessing Monticello

2013-04-23 Thread Benjamin
If a slice is proposed, you should "resolve" the case which flags the issue as Fix Review Needed :) Ben On Apr 23, 2013, at 7:40 PM, Sven Van Caekenberghe wrote: > > On 23 Apr 2013, at 19:18, Guido Chari wrote: > >> Sorry for the delay, but yes i confirm this solves my issue. > > Thanks,

Re: [Pharo-project] bug in nautilus?

2013-04-22 Thread Benjamin
Official answer: "It's not a bug, it's a feature" ;) Ben On Apr 22, 2013, at 2:58 PM, Sven Van Caekenberghe wrote: > I love honest developers ;-) > > On 22 Apr 2013, at 14:56, Benjamin > wrote: > >> Happens, still do not know why :s >> >&

Re: [Pharo-project] bug in nautilus?

2013-04-22 Thread Benjamin
Happens, still do not know why :s Ben On Apr 22, 2013, at 3:49 PM, Alexandre Bergel wrote: > Hi! > > Just wondering. > I see the following in a 2.0 > > > > How could it be? The icon of Spy-Core indicates that the package is empty. > > According to Monticello, I have only one package, calle

Re: [Pharo-project] plugin in Nautilus

2013-04-21 Thread Benjamin
Group are made for this. Maybe we should automatically create a new group when a package is loaded Ben On Apr 21, 2013, at 4:23 AM, Alexandre Bergel wrote: > I tried to use groups, but it does not really work for me. Here is my > scenario: > > I take a fresh image, I load Versionner then I lo

Re: [Pharo-project] Date comparison broken

2013-04-20 Thread Benjamin
I just create you an account :) Ben On Apr 20, 2013, at 7:44 PM, Milan Mimica wrote: > On 20 April 2013 19:10, Camillo Bruni wrote: > yes ;) > > could you open an issue and possibly add a test that covers this? > > Only if http://bugs.pharo.org woudl let me register. It says "Invalid email

Re: [Pharo-project] plugin in Nautilus

2013-04-19 Thread Benjamin
Totally remove the list or just empty it ? For documentation http://rmod.lille.inria.fr/web/pier/software/Tools-Improvement/NautilusDocumentation Section1.4 How to ... Ben On Apr 20, 2013, at 12:24 AM, Alexandre Bergel wrote: > Hi! > > Is there a documentation on how to create a plugin for Na

Re: [Pharo-project] Tiger athens with objc bridge demo

2013-04-17 Thread Benjamin
Cool :) Ben On Apr 17, 2013, at 3:59 PM, Max Leske wrote: > Cool! Especially the popup window :) > > On 17.04.2013, at 15:49, Esteban Lorenzano wrote: > >> http://www.youtube.com/watch?v=k_bfSz2tus0 >> >> Enjoy, >> Esteban >> >> ps: small... and this time I do not speak. So is a win-win :)

Re: [Pharo-project] [Sprint] Sprint Lille May 3rd

2013-04-17 Thread Benjamin
cool :) Ben On Apr 17, 2013, at 2:07 PM, Sean P. DeNigris wrote: > Marcus Denker-4 wrote >> We are planning a sprint the 3rd of May: > > I want to join again via IRC/skype from NYC. It worked out well last time... > > > > - > Cheers, > Sean > -- > View this message in context: > http:/

Re: [Pharo-project] do you know what is this?

2013-04-16 Thread Benjamin
We mainly say that each travel has to start with one step Ben On Apr 16, 2013, at 7:09 PM, kilon wrote: > And you guys then say that pharo is not macos first citizen > > ha > > ha > > and > > ha > > I am a macos user , I love my imac and macos, but my vote goes to cross > platform. > >

Re: [Pharo-project] [update 3.0] #30042

2013-04-16 Thread Benjamin
Cool :) Next step: Athens :) Ben On Apr 16, 2013, at 4:22 PM, Igor Stasenko wrote: > On 16 April 2013 15:32, Esteban Lorenzano wrote: >> 30042 >> - >> >> 10028 Integrate Opal >>https://pharo.fogbugz.com/f/cases/10028 >> >> (remove destructive tests) >> > > YESS

Re: [Pharo-project] Is renamePackage in Nautilus correct ?

2013-04-11 Thread Benjamin
Most probably yes :) Did I implemented myself or is this part of the refactoring engine ? Ben On Apr 11, 2013, at 2:47 PM, Goubier Thierry wrote: > Hi, > > I'm trying to rename packages, so I'm adding the command to AltBrowser using > the Nautilus renamePackage as the way to do it. But lookin

Re: [Pharo-project] [update 3.0] #30024

2013-04-10 Thread Benjamin
the problem was even when you specify one of you sub widget not to be rebuild, it was rebuilt. The solution was fixing the interpreter Ben On Apr 10, 2013, at 3:53 AM, Sean P. DeNigris wrote: > Marcus Denker-4 wrote >> 10212 New Spec version >> https://pharo.fogbugz.com/f/cases/10212 > >

Re: [Pharo-project] Hot keys in Pharo

2013-04-08 Thread Benjamin
I am currently (like right now) fixing this, extracting them to have platform specific shortcuts (to go to the end of text, forwardDelete, etc). By doing that, I am discovering *a lot* of weird shortcuts (like changeLfToCr:, doAgainMany: etc) :) Ben On Apr 8, 2013, at 2:34 PM, "roberto.mine...@

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-07 Thread Benjamin
cision last year and I think it was a good >>> one... not that we cannot change, but I would stick with it for now. >>> I think the current completion functionality has some other problems that >>> makes it sometimes uncomfortable to use... >>> >>> On A

Re: [Pharo-project] Resuming Issue Tracker Mailing List

2013-04-07 Thread Benjamin
http://bugs.pharo.org/issues/id/7602 should work (for this particular one, there is a bug in penelope preventing it to be displayed) But otherwise, you can always refer a bug by http://bugs.pharo.org/issues/id/#{bug_id} With Camillo we want also to add in fogbugz a "public link" button :) Ben

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-06 Thread Benjamin
One is proposing all the symbols (without package names, timestamp and few others) alphabetically sorted, the other one is "learning" , so the order is depending on your last accepts. But I do not remember the names :S Ben On Apr 7, 2013, at 12:49 AM, Sven Van Caekenberghe wrote: > What is th

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-06 Thread Benjamin
If everybody likes it, maybe we should consider putting this configuration as default, no ? Ben On Apr 6, 2013, at 8:59 PM, "Sean P. DeNigris" wrote: > stephane ducasse wrote >> would it be possible to get a couple of settings that you use? > > NECPreferences > enabled: tr

Re: [Pharo-project] Resuming Issue Tracker Mailing List

2013-04-06 Thread Benjamin
Since any one can subscribe precisely to want they want, for me it's useless to have a spamming mailing list :) (and one thing less to manage ^^) Ben On Apr 6, 2013, at 6:36 PM, Marcus Denker wrote: > > On Apr 6, 2013, at 6:31 PM, Marcus Denker wrote: > >> >> On Apr 6, 2013, at 6:22 PM, E

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-05 Thread Benjamin
10:02 PM, "p...@highoctane.be" wrote: > Guys, should you take your fight private in the office and get us a blog post > or something? > > > 2013/4/5 Benjamin > On Apr 5, 2013, at 8:12 PM, Igor Stasenko wrote: > > > On 5 April 2013 14:38, Benjamin

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-05 Thread Benjamin
On Apr 5, 2013, at 9:34 PM, Igor Stasenko wrote: > On 5 April 2013 21:29, Benjamin wrote: >> On Apr 5, 2013, at 8:12 PM, Igor Stasenko wrote: >> >>> On 5 April 2013 14:38, Benjamin >>> wrote: >>>> I personally solve that by disabling aut

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-05 Thread Benjamin
On Apr 5, 2013, at 8:12 PM, Igor Stasenko wrote: > On 5 April 2013 14:38, Benjamin wrote: >> I personally solve that by disabling auto popup :) >> And it fits in what Doru said. >> >> I have to hit ctrl space to pops up completion, and here, I know that I am >>

Re: [Pharo-project] Pharo Theming: does anyone have some doc?

2013-04-05 Thread Benjamin
with the color settings in the prefs. > We hadn't tried SH yet (I was presuming this part to be a pain ^^) What you could do is maybe subclass what we are doing we Nico, to have less entry points (but since it's still work in progress :S) Our plan was to push it into the system not

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-05 Thread Benjamin
d to ctrl+space! > > Where is that setting ? > > Thierry > > Le 05/04/2013 14:38, Benjamin a écrit : >> I personally solve that by disabling auto popup :) >> And it fits in what Doru said. >> >> I have to hit ctrl space to pops up completion, and here,

Re: [Pharo-project] Pharo Theming: does anyone have some doc?

2013-04-05 Thread Benjamin
this theming initiative? > > :) > > Esteban A. Maringolo > > > 2013/4/5 Benjamin > With Nicolas Petton we are currently working on a new Pharo theme too, and > fixing hardcoded references from Morph along the way :) > We didn't find documentation either, but if y

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-05 Thread Benjamin
Ben On Apr 5, 2013, at 8:29 AM, Igor Stasenko wrote: > On 4 April 2013 19:52, Camillo Bruni wrote: >> >> On 2013-04-04, at 18:51, Igor Stasenko wrote: >> >>> On 4 April 2013 17:38, Camillo Bruni wrote: On 2013-04-04, at 16:11, Igor Stasenko wrote: > On 4 April 2013 1

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-05 Thread Benjamin
I personally solve that by disabling auto popup :) And it fits in what Doru said. I have to hit ctrl space to pops up completion, and here, I know that I am in completion mode, so pressing enter is not breaking my workflow. Moreover, usually when I see people using completion, it's highly a lost

Re: [Pharo-project] Big thanks for the organization of the Pharo Conf and MooseDay

2013-04-05 Thread Benjamin
+1 :) Even with my boiling brain, I learnt a lot, and I am really waiting for the videos to be available to be able to watch them to get what I missed :) (and spread this to the whole team ^^) Thanks again to Doru and the SCG, and also to every one for these cool 3 days :) Ben On Apr 5, 2013

Re: [Pharo-project] Cycling Through Open Windows Using Key Combination

2013-04-05 Thread Benjamin
Yes, I want to kill this with a huge sledge hammer (https://www.youtube.com/watch?v=g93mz_eZ5N4) to make it usable :) ( I was forced to wait to 2.0 release ^^ ) Ben On Apr 4, 2013, at 8:43 PM, Sven Van Caekenberghe wrote: > > On 04 Apr 2013, at 14:16, Benjamin > wrote: > >

Re: [Pharo-project] SystemNavigation API: browseAllXyz vs. browseAbc

2013-04-04 Thread Benjamin
You can also provide a RBBrowserEnvironment (that's what Nautilus is doing) Ben On Apr 4, 2013, at 2:32 PM, Luc Fabresse wrote: > > > 2013/4/4 stephane ducasse > we should clean the api. > > behind the API, should we use Ring internally? > I would say yes. > > Another point is about the e

Re: [Pharo-project] Cycling Through Open Windows Using Key Combination

2013-04-04 Thread Benjamin
alt+tab / alt+shift+tab Ben On Apr 4, 2013, at 2:08 PM, "Esteban A. Maringolo" wrote: > Yes, CTRL-W is close window or close tab in a multidocument window in MS > Windows. > > Regards, > > > ps: Yes, I said windows lots of times. :) > > Esteban A. Maringolo > > > 2013/4/4 Sven Van Caeken

Re: [Pharo-project] Display Issue on Ubuntu and how to submit and edit a bug report

2013-04-04 Thread Benjamin
Read this page: https://pharo.fogbugz.com All the answers of your questions are there :) Ben On Apr 4, 2013, at 11:25 AM, dimitris chloupis wrote: > here is a bug report I just submited with a display bug i have with pharo on > ubuntu 12.10 > > https://pharo.fogbugz.com/default.asp?10222_8dn2

Re: [Pharo-project] Nautilus accessor over-generation

2013-04-04 Thread Benjamin
Since Nautilus is meant to also work without the refactoring engine, I have provided the Analyze menu, which is far lees powerful that the refactoring engine, but it's working out of the box. Ben On Apr 3, 2013, at 9:23 PM, Sean P. DeNigris wrote: > There is: > Nautilus class context menu > 1

Re: [Pharo-project] pharo success story

2013-04-01 Thread Benjamin
Typo in the webpage "Our profilers are made for the Pharo and Visual Works plataforms:" plataforms ? :) Ben On Apr 1, 2013, at 2:28 AM, Alexandre Bergel wrote: > Hi! > > I think http://ObjectProfile.com can be listed as a success story :-) > Maybe it can be listed here: > http://www.pharo-p

Re: [Pharo-project] bump: pharo wikipedia page sucks

2013-03-31 Thread Benjamin
the releases note are publicly available on fogbugz :) Ben On Mar 31, 2013, at 4:25 PM, stephane ducasse wrote: > +1 > >> Thanks Clement for pushing this :) > > putting a section with the release notes could be interesting too for people > coming to see it: > > <2009-04-18Pharo10LogOfActio

Re: [Pharo-project] New issue tracker statuses

2013-03-31 Thread Benjamin
Ben On Mar 31, 2013, at 2:29 PM, "Sean P. DeNigris" wrote: > Benjamin Van Ryseghem-2 wrote >> And when you go from Resolved to CLosed, the status is kept > > Okay, so we have to mark as integrated before closing, and if not, it has to > be reopened, then resolved, the

Re: [Pharo-project] icons in Nautilus?

2013-03-30 Thread Benjamin
We tried that we Jannik, but it was complicated :) But yes, I will try to put some effort here :) Ben On Mar 31, 2013, at 3:25 AM, jannik.laval wrote: > Inside pharo would be cool ;) > > --- > Jannik Laval > > Le 30 mars 2013 à 23:41, Benjamin a > écrit : > >&

Re: [Pharo-project] icons in Nautilus?

2013-03-30 Thread Benjamin
http://rmod.lille.inria.fr/web/pier/software/Tools-Improvement/NautilusDocumentation Ben On Mar 30, 2013, at 11:28 PM, Yuriy Tymchuk wrote: > Maybe we should write somewhere an explanation to all icons? > > Is it possible to do it in help? > > uko > > > On 30 бер.

Re: [Pharo-project] New issue tracker statuses

2013-03-30 Thread Benjamin
Because the current status is Fix To Include, but the current state is Closed Basically you have 3 states (open, resolved, closed) And when you go from Resolved to CLosed, the status is kept Ben On Mar 30, 2013, at 10:16 PM, "Sean P. DeNigris" wrote: > I'm unclear about how to change issue stat

Re: [Pharo-project] icons in Nautilus?

2013-03-30 Thread Benjamin
The first one means the package is empty the second one that this package is a probably monticello package (no classes, only extensions) Ben On Mar 30, 2013, at 5:09 PM, Alexandre Bergel wrote: > Hi! > > I am just wondering what these icons means in Nautilus > > ?? > > a method extension

Re: [Pharo-project] Pharo inbox changed

2013-03-28 Thread Benjamin
And as Nico like to say, smalltalkhub is open source :) So maybe it's also the role of a community :) Ben On Mar 28, 2013, at 1:29 PM, "Sean P. DeNigris" wrote: > EstebanLM wrote >> yes, I agree with everything... we will fix it soon :) > > Great, I know everyone is working hard. I like the pr

Re: [Pharo-project] Multiselect in method pane

2013-03-28 Thread Benjamin
if it works go ahead ;) Ben On Mar 28, 2013, at 12:48 PM, Norbert Hartl wrote: > > Am 28.03.2013 um 11:51 schrieb stephane ducasse : > >> >> On Mar 28, 2013, at 11:21 AM, Norbert Hartl wrote: >> >>> What is the rationale for having the method pane as multi-select list? I >>> don't think i

Re: [Pharo-project] Multiselect in method pane

2013-03-28 Thread Benjamin
Honestly, I do not remember Ben On Mar 28, 2013, at 11:58 AM, Norbert Hartl wrote: > > Am 28.03.2013 um 11:51 schrieb stephane ducasse : > >> >> On Mar 28, 2013, at 11:21 AM, Norbert Hartl wrote: >> >>> What is the rationale for having the method pane as multi-select list? I >>> don't th

Re: [Pharo-project] Multiselect in method pane

2013-03-28 Thread Benjamin
Two compiled methods with same byte code, even with different selectors are equals (and people laughed at me when I found that disturbing) Ben On Mar 28, 2013, at 11:51 AM, stephane ducasse wrote: > > On Mar 28, 2013, at 11:21 AM, Norbert Hartl wrote: > >> What is the rationale for having t

Re: [Pharo-project] Non-Smalltalk content in Pharo and Nautilus

2013-03-27 Thread Benjamin
Exactly what I was about to propose :) Write a GSoC proposal ^^ Ben On Mar 27, 2013, at 9:29 PM, Guillermo Polito wrote: > > > On Wed, Mar 27, 2013 at 9:18 PM, Torsten Bergmann wrote: > When working with Seaside (or other frameworks) one often works with > non-Smalltalk resources > stored w

Re: [Pharo-project] GSoC idea: Spec over Aida component model

2013-03-27 Thread Benjamin
Thank you :) So I think I will apply as a student (and still be present for the student without being a mentor then) :) Ben On Mar 27, 2013, at 4:21 PM, Ben Coman wrote: > Benjamin wrote: >> Thanks for the explanation :) >> >> My question was more >> Can I be a st

Re: [Pharo-project] Penelope the Monkey is wrong about email address validity

2013-03-27 Thread Benjamin
Thank you for the report We are aware of this, but running out of time right now. Sorry for the inconvenience, Ben On Mar 27, 2013, at 3:48 PM, Frank Shearar wrote: > Am I the only one to use an email address containing a . ? Penelope > doesn't recognise frank.shea...@gmail.com as a valid addr

Re: [Pharo-project] GSoC idea: Spec over Aida component model

2013-03-26 Thread Benjamin
Thanks for the explanation :) My question was more Can I be a student for project Foo and a mentor for project Bar ? :) Ben On Mar 26, 2013, at 8:41 PM, Janko Mivšek wrote: > Hi Benjamin > > Dne 26. 03. 2013 16:04, piše Benjamin: >> Of course I could be a mentor :) >>

Re: [Pharo-project] Fwd: Some question and request for Athens

2013-03-26 Thread Benjamin
And if you want to be lazier, you can export the setting in your preference file, and have a look then :) Ben On Mar 26, 2013, at 4:23 PM, Igor Stasenko wrote: > On 26 March 2013 15:32, Tudor Girba wrote: >> Hi Igor, >> >> Thanks. I managed that also in 1.4, but my question was about how to

Re: [Pharo-project] GSoC idea: Spec over Aida component model

2013-03-26 Thread Benjamin
seems to be > achievable. Spec over Amber (who will propose that?), Spec over Aida, > Spec over Seaside? Benjamin, would you be a co-mentor of that project? > > Title: Spec over Aida for desktop-capable Web Apps > > Level: advanced > > Possible mentor: Janko Mivšek &g

Re: [Pharo-project] HOPomodoro (was Contribution CI Semantics)

2013-03-25 Thread Benjamin
Cool :) One of my plan for 3.0 is more agile tools :) I have started a new auto test, and I wanted a Pomodoro :) Now we can join forces :) What I thought was cool is a pomodoro which block the ui during pauses, log the changes during sessions, and commit in the package-cache at the end of each

Re: [Pharo-project] [update 3.0] #30012

2013-03-25 Thread Benjamin
I have tested only from List to list and from tree to tree, but basically it should be possible between any widget :) Ben On Mar 25, 2013, at 10:35 PM, "Sean P. DeNigris" wrote: > EstebanLM wrote >> 10128 Drag and Drop support in Spec >> https://pharo.fogbugz.com/f/cases/10128/ > > That s

Re: [Pharo-project] fog monkey bugz

2013-03-25 Thread Benjamin
We are encountering a strange problem with email containing a dot :s I thought we fixed it, but it seems not Two solutions: - you use an address without a point now, and fix it asap in fogbugz - I create you an account Sorry for the inconvenience, Ben On Mar 25, 2013, at 12:08 PM

Re: [Pharo-project] fog monkey bugz

2013-03-25 Thread Benjamin
Ok :s Something goes wrong between Penelope and FogBugz I guess (but the return the error with a 200 ok code, so it's kind of disturbing ^^) Glad you found your way through it :) Ben On Mar 25, 2013, at 11:24 AM, Norbert Hartl wrote: > > Am 25.03.2013 um 10:25 schri

Re: [Pharo-project] fog monkey bugz

2013-03-25 Thread Benjamin
For me, there is this user NorbertHartl norb...@hartl.name (with even a picture, so I think you already had an account an forgot about it maybe ^^) If you want I can set you a new password Ben On Mar 25, 2013, at 10:20 AM, Norbert Hartl wrote: > Yesterday I registered for an account on bugs

Re: [Pharo-project] fog monkey bugz

2013-03-25 Thread Benjamin
Let me check, maybe something goes wrong (and we did catch the error) Ben On Mar 25, 2013, at 10:20 AM, Norbert Hartl wrote: > Yesterday I registered for an account on bugs.pharo.org. I enteres username > (NorbertHartl) and email and assured I'm not monkey. I got to the fogbugz > page but not

Re: [Pharo-project] Where is the new Pharo 2.0 Inbox?

2013-03-22 Thread Benjamin
When you add a repository, simply chose http then ;) Ben On Mar 22, 2013, at 9:00 PM, "p...@highoctane.be" wrote: > Thx > > Again, same damn issue with adding repositories in MC: > > Added one in the list with Smalltalkhub and pasted the spec you provided. > > Net result: > > Stacktrace wit

Re: [Pharo-project] fogbugz filters

2013-03-21 Thread Benjamin
Cool ;) I fixed FridaySprint which was returning nothing (strange bug from fogbugz i guess) Ben On Mar 21, 2013, at 8:24 PM, Camillo Bruni wrote: > I just added a couple of useful filters on fogbugz for all those > people complaining about not finding things :P > > https://pharo.fogbugz.com/

Re: [Pharo-project] where is the inbox for 3.0?

2013-03-21 Thread Benjamin
MCHttpRepository location: 'http://smalltalkhub.com/mc/Pharo/Pharo30Inbox/main' user: '' password: '' Ben On Mar 21, 2013, at 10:56 AM, Stéphane Ducasse wrote: > >

Re: [Pharo-project] Penelope is in town! (or how to have access to the new issue tracker)

2013-03-20 Thread Benjamin
t; >>> 2013/3/19 stephane ducasse : >>>> ben >>>> >>>> may be we should explain that the penelope web site and I agree with phil >>>> that the monkey picture is a bit strong >>>> >>>> >>>> On Mar 19, 2013,

Re: [Pharo-project] Penelope is in town! (or how to have access to the new issue tracker)

2013-03-20 Thread Benjamin
+1 Ben On Mar 20, 2013, at 8:41 AM, Camillo Bruni wrote: > > On 2013-03-19, at 23:30, Nicolas Cellier > wrote: > >> 2013/3/19 Nicolas Petton : >>> >>> On Mar 19, 2013, at 10:38 PM, Nicolas Cellier >>> wrote: >>> But more annoying, how can we search or filter, all issues containing

Re: [Pharo-project] Penelope is in town! (or how to have access to the new issue tracker)

2013-03-19 Thread Benjamin
FogBugz does not provide (yet) a way for non logged on user to see the open entries (why google allowed it) So we tackled this issue with Penelope. So basically, Penelope does two things: - listing open entries sorted by projects - provide a way to create a fogbugz account Hope i

Re: [Pharo-project] PharoSound does not have the same behavior in a one-click

2013-03-19 Thread Benjamin
I would say the Vm … Could you print the VM version for both images ? Ben On Mar 19, 2013, at 9:27 PM, "jannik.laval" wrote: > Hi all, > > I loaded PharoSound in a Pharo 2.0 image and try the code : > SimpleMIDIPort examplePlayNoteNamedVelocityOnChannel > > It works fine. > Now, try th

Re: [Pharo-project] Penelope is in town! (or how to have access to the new issue tracker)

2013-03-19 Thread Benjamin
We probably deployed the wrong VM :S We will fix this asap, sorry Ben On Mar 19, 2013, at 6:53 PM, Luc Fabresse wrote: > > Thanks. > I tried to register and got an exception: > > ZdcPluginMissing: SSL/TLS plugin initailization failed (VM plugin missing ? > OS libraries missing ?) > > #Luc >

Re: [Pharo-project] [update 3.0] #30003

2013-03-19 Thread Benjamin
Wich one is the one providing me the latest version of the image ? Ben On Mar 19, 2013, at 3:26 PM, Marcus Denker wrote: > > On Mar 19, 2013, at 3:21 PM, Benjamin > wrote: > >> As far as I know, these jobs are integration related. >> > > Yes, and one of th

Re: [Pharo-project] [update 3.0] #30003

2013-03-19 Thread Benjamin
On Mar 19, 2013, at 1:01 PM, Marcus Denker wrote: > > On Mar 19, 2013, at 12:57 PM, Pavel Krivanek wrote: > >> cool, sorry :-) >> > > What is missing: > > -> The bug tracker UI that allows to link to and view bugs without > being logged in >(and request a login via the we

Re: [Pharo-project] [update 3.0] #30003

2013-03-19 Thread Benjamin
As far as I know, these jobs are integration related. Ben On Mar 19, 2013, at 12:55 PM, Camille Teruel wrote: > > On 19 mars 2013, at 12:54, Benjamin wrote: > >> So where is the Pharo3.0 jenkins job ? :) > > https://ci.inria.fr/pharo/view/3.0/ ? > >> >&g

Re: [Pharo-project] [update 3.0] #30003

2013-03-19 Thread Benjamin
So where is the Pharo3.0 jenkins job ? :) Ben On Mar 19, 2013, at 12:51 PM, Esteban Lorenzano wrote: > infrastructure is working :) > > > On Mar 19, 2013, at 12:45 PM, Pavel Krivanek wrote: > >> Does it make sense to make updates when we have no working infrastructure? >> :-) >> >> -- Pav

Re: [Pharo-project] updated webdoc for 2.0

2013-03-19 Thread Benjamin
Can't you use the seaside jenkins job ? Ben On Mar 19, 2013, at 9:23 AM, Camillo Bruni wrote: > still some bugs left, especially with selectors with "strange" characters > such as $: ;): > > http://pharo.gforge.inria.fr/doc/1.4/ > http://pharo.gforge.inria.fr/doc/2.0/ > > Once the configurati

Re: [Pharo-project] [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-project] [ANN] Pharo 2.0

2013-03-18 Thread Benjamin
https://pharo.fogbugz.com/default.asp?W7 This page should do the trick :) Ben On Mar 18, 2013, at 12:21 PM, p...@highoctane.be wrote: > Awesome! > > Is there a release note somewhere so that we can brag with a single > easy to use link? > > Phil > > 2013/3/18 Marcus Denker : >> We are proud

Re: [Pharo-project] Bug with drag and drop

2013-03-18 Thread Benjamin
Unluckily, yes… We all have to... Ben On Mar 18, 2013, at 9:24 AM, jannik laval wrote: > Ok, > > Thanks for the answer. > So, I have just to wait and see :) > > Jannik > > 2013/3/18 Benjamin > Because we are fighting with the INRIA national it guys to have a

Re: [Pharo-project] Bug with drag and drop

2013-03-18 Thread Benjamin
private betatest ? > > As soon as possible, the pharo website should be updated: this is the link to > google tracker that is available. > > Jannik > > 2013/3/18 stephane ducasse > in the future we will have > > bugs.pharo.org > > Stef > > O

Re: [Pharo-project] Bug with drag and drop

2013-03-17 Thread Benjamin
https://pharo.fogbugz.com And I am adding you right now (still waiting for Penelope) Ben On Mar 17, 2013, at 9:03 PM, jannik.laval wrote: > ok, where is it ? > > Jannik > > On Mar 17, 2013, at 9:01 PM, stephane ducasse > wrote: > >> fogz bugs :) >> >> On Mar 17, 2013, at 7:29 PM, jannik.

  1   2   3   4   5   6   >