Re: [Pharo-dev] [ANN] Creativity - a Smalltalk usability experiment on browsing code and productivity

2014-03-05 Thread Goubier Thierry
Le 05/03/2014 08:48, Pharo4Stef a écrit : I’m thinking that may be using as scope the result of a query could be nice. Imagine that we have a little button close to the search bar that says scoped and spawn a new scoped browser and that we could remove/add extra package in the scope This

Re: [Pharo-dev] Spec #subMenu is broken

2014-03-05 Thread Benjamin
On 05 Mar 2014, at 08:41, Pharo4Stef pharo4s...@free.fr wrote: where? because I wanted to integrate it and I could not find the slice in the inbox. PharoInbox, slice number 13040 It’s weird you do no find it :S did you fix also the menu title rendering (when putting a title it was not

Re: [Pharo-dev] [ANN] Creativity - a Smalltalk usability experiment on browsing code and productivity

2014-03-05 Thread Goubier Thierry
Le 04/03/2014 20:41, Alexandre Bergel a écrit : I usually never switch between Log and other packages / classes, except if those packages are related (i.e., from the same application). When I need to see other classes that have nothing to do with my application, I usually open a new

Re: [Pharo-dev] [ANN] Creativity - a Smalltalk usability experiment on browsing code and productivity

2014-03-05 Thread Goubier Thierry
Le 05/03/2014 08:57, Pharo4Stef a écrit : me too so I think that the solution is to have a really fast way to create a scope and that it is obvious and apparent. Really fast way to create a scope: easy, already done :) make it obvious and apparent... Well, this is where I'm a bit stuck. I

Re: [Pharo-dev] [Pharo-users] Phratch one-click

2014-03-05 Thread Hilaire Fernandes
I am on Linux. Hilaire Le 04/03/2014 17:06, jannik laval a écrit : Are you using it on a Mac ? On Windows and Linux it is really faster. I am thinking that it comes from the Mac VM. I want to discuss that next Friday during the Pharo Sprint. Jannik 2014-03-04 16:45 GMT+01:00

Re: [Pharo-dev] [Pharo-users] Phratch one-click

2014-03-05 Thread jannik laval
Thank you for the report Hilaire. I think now that we need some profiling. Any expert for that ? Jannik 2014-03-05 10:08 GMT+01:00 Hilaire Fernandes hilaire.fernan...@gmail.com: I am on Linux. Hilaire Le 04/03/2014 17:06, jannik laval a écrit : Are you using it on a Mac ? On Windows

Re: [Pharo-dev] [Pharo-users] Phratch one-click

2014-03-05 Thread Damien Cassou
On Wed, Mar 5, 2014 at 10:08 AM, Hilaire Fernandes hilaire.fernan...@gmail.com wrote: I am on Linux. you can use the new package on the PPA if you are on Ubuntu: https://launchpad.net/~pharo/+archive/stable/ Please keep me informed because there is no user right now :-) -- Damien Cassou

[Pharo-dev] Spec enhancements to manage menu title

2014-03-05 Thread Pharo4Stef
Hi I fixed (I hope this is correct) title management in pluggableMenuSpec and related. https://pharo.fogbugz.com/default.asp?13043 Stef

[Pharo-dev] About inspectors

2014-03-05 Thread Pharo4Stef
hi guys how could we make clear that class (the second item when inspector an object) is not part of the object itself. I found that confusing to get mixed self/class/allinstvars and the instVar. When navigating nested structures this is annoying to ask ourselves what do we see exactly. Stef

Re: [Pharo-dev] About inspectors

2014-03-05 Thread Sven Van Caekenberghe
Yes, there should be a difference between 'real' and 'virtual' elements, maybe bold/normal ... On 05 Mar 2014, at 11:54, Pharo4Stef pharo4s...@free.fr wrote: hi guys how could we make clear that class (the second item when inspector an object) is not part of the object itself. I found

[Pharo-dev] MenuRegistration is probably missing a MenuGroupSpec object

2014-03-05 Thread Pharo4Stef
When I see this code, I think that we are missing a MenuGroupSpec to work with MenuSpec and we could also rename PluggableMenuSpec into MenuSpec. buildMenuSpec: aMenu recursiveley build the menu spec aMenu passed as argument self itemList ifNotNil: [:l |

Re: [Pharo-dev] Spec #subMenu is broken

2014-03-05 Thread roberto.mine...@usi.ch
Perfect. Please ping us when it is integrated ;) On Mar 5, 2014, at 9:15 AM, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: On 05 Mar 2014, at 08:41, Pharo4Stef pharo4s...@free.fr wrote: where? because I wanted to integrate it and I could not find the slice in the inbox.

[Pharo-dev] Where are the Pharo sources?

2014-03-05 Thread Oscar Nierstrasz @ gmail
Just downloaded the latest Pharo image from the project page. I can find the VM, image and changes files, but no sources. I tried various older downloads too, but I can't find them anywhere? Can anyone fix it? Oscar

Re: [Pharo-dev] Where are the Pharo sources?

2014-03-05 Thread Oscar Nierstrasz @ gmail
Oh, I did find the PharoV20.sources in the latest Moose download, but I guess they should be available from the Pharo project page ... Oscar On 5 Mar 2014, at 15:36, Oscar Nierstrasz @ gmail oscar.nierstr...@gmail.com wrote: Just downloaded the latest Pharo image from the project page. I

Re: [Pharo-dev] Where are the Pharo sources?

2014-03-05 Thread jannik laval
Iep: - click on Download, - In Custom download, click on File server. - Then, you will find a directory named sources Cheers, Jannik 2014-03-05 15:38 GMT+01:00 Oscar Nierstrasz @ gmail oscar.nierstr...@gmail.com: Oh, I did find the PharoV20.sources in the latest Moose download, but I

Re: [Pharo-dev] publishing ConfigurationOf...

2014-03-05 Thread Sebastian Sastre
Published! thanks Stef! That became the official place to go for a ConfigurationOfOmniBase now On Mar 5, 2014, at 4:53 AM, Pharo4Stef pharo4s...@free.fr wrote: I added you to the repo. can you check? Stef On 04 Mar 2014, at 20:30, Sebastian Sastre sebast...@flowingconcept.com wrote:

Re: [Pharo-dev] Where are the Pharo sources?

2014-03-05 Thread Torsten Bergmann
There is a Smalltalk downloadSources method and a Setting under System - Download sources file and if I remember correctly there was a mechanism that Pharo checks (at startup?) if the sources file is there and if not it will get automagically downloaded. Nonetheless I heard there are plans for

[Pharo-dev] [pharo-project/pharo-core] 1c7c7f: 30788

2014-03-05 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: 1c7c7f46d7bc61a39f7602412a2d8aa901315a8f https://github.com/pharo-project/pharo-core/commit/1c7c7f46d7bc61a39f7602412a2d8aa901315a8f Author: Jenkins Build Server bo...@pharo-project.org Date:

[Pharo-dev] [pharo-project/pharo-core]

2014-03-05 Thread GitHub
Branch: refs/tags/30788 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 802360: 30789

2014-03-05 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: 802360955460a9a8d9284c8727e2ac3f88d2bc01 https://github.com/pharo-project/pharo-core/commit/802360955460a9a8d9284c8727e2ac3f88d2bc01 Author: Jenkins Build Server bo...@pharo-project.org Date:

[Pharo-dev] [pharo-project/pharo-core]

2014-03-05 Thread GitHub
Branch: refs/tags/30789 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 17908a: 30790

2014-03-05 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: 17908a5542b8caf6575cd768f6f4eaddde4154df https://github.com/pharo-project/pharo-core/commit/17908a5542b8caf6575cd768f6f4eaddde4154df Author: Jenkins Build Server bo...@pharo-project.org Date:

Re: [Pharo-dev] About inspectors

2014-03-05 Thread Sean P. DeNigris
Pharo4Stef wrote I found that confusing to get mixed self/class/allinstvars and the instVar. Yes, I still haven't gotten used to this. Also, that the selected node is not the receiver anymore - forces me to pop up extra inspectors :/ - Cheers, Sean -- View this message in context:

[Pharo-dev] Google Glass with Smalltalk

2014-03-05 Thread S Krish
https://developers.google.com/glass/tools-downloads/client-libraries Is anyone working trying out Pharo API to Google glass? Pharo-Android per se being the base in this.