Re: [Pharo-users] One comment to new Pharo5 debugger

2016-05-26 Thread Johan Fabry
I will just leave this here, so that people that prefer the buttons in their original place can get them back ... I did some quick investigating, and it’s straightforward. Just change the implementation of GTGenericStackDebugger>>codeActionsPragmas to the following: codeActionsPragmas

Re: [Pharo-users] Having STON generate flatter output

2016-05-26 Thread Sven Van Caekenberghe
Yes, STON uses depth-first traversal of the object graph. Since it uses numbered references, the traversal has to be fixed. This excludes other traversals, as far as I can see. > On 26 May 2016, at 22:00, Peter Uhnák wrote: > > At a first glance it seems to me that it uses DFS instead of BFS,

Re: [Pharo-users] One comment to new Pharo5 debugger

2016-05-26 Thread stepharo
Yes, and there was also some discussion on the Pharo-users mailing list. Apparently the same comments more or less ... I give a big +1 on moving the buttons down, so that they are between the stack and the code pane. I still don’t understand why they need to be so far away from the code pane

Re: [Pharo-users] One comment to new Pharo5 debugger

2016-05-26 Thread Esteban Lorenzano
> On 26 May 2016, at 14:49, Johan Fabry wrote: > > Yes, and there was also some discussion on the Pharo-users mailing list. > Apparently the same comments more or less ... > > I give a big +1 on moving the buttons down, so that they are between the > stack and the code pane. I still don’t und

Re: [Pharo-users] One comment to new Pharo5 debugger

2016-05-26 Thread Johan Fabry
Yes, and there was also some discussion on the Pharo-users mailing list. Apparently the same comments more or less ... I give a big +1 on moving the buttons down, so that they are between the stack and the code pane. I still don’t understand why they need to be so far away from the code pane, i

Re: [Pharo-users] Problem with Mongo on Pharo5 ("collection already exists")

2016-05-26 Thread Sabine Manaa
Hi Peter, thanks. But I will wait for next integration level. I would like to try it but I have to organize my time strictly, so I have no time to play around so much ;-( Regards Sabine 2016-05-26 11:33 GMT+02:00 Peter Uhnák : > Hi, > > > To manage on github there are some blog around > > I wro

Re: [Pharo-users] Problem with Mongo on Pharo5 ("collection already exists")

2016-05-26 Thread Peter Uhnák
Hi, > To manage on github there are some blog around I wrote a guide for moving from SmalltalkHub to Github http://peteruhnak.com/blog/2016/03/02/moving-project-from-smalltalkhub-to-github/ And Uko wrote about versioning http://blog.yuriy.tymch.uk/2015/07/pharo-and-github-versioning-revision-2.ht

Re: [Pharo-users] Problem with Mongo on Pharo5 ("collection already exists")

2016-05-26 Thread Sabine Manaa
Hi Steph, thank you for your explanation. I was reading a little bit this morning about pharo and github. I am looking forward to the solution you will provide in future and use sthub till then. Regards Sabine -- View this message in context: http://forum.world.st/Problem-with-Mongo-on-Pharo5

Re: [Pharo-users] Having a more robust PharoLauncher in low-bandwidth conditions

2016-05-26 Thread Serge Stinckwich
On Wed, May 25, 2016 at 9:27 PM, Peter Uhnák wrote: >> something like wget or curl > > there's also zeroconf as the alternative, or directly downloading the zip > http://files.pharo.org/image/ I'm not sure I can use images build on the CI with zeroconf. > Also Stef made a flash stick with Pharo,

Re: [Pharo-users] Problem with Mongo on Pharo5 ("collection already exists")

2016-05-26 Thread stepharo
Le 25/5/16 à 21:57, Sabine Manaa a écrit : Hi Esteban, do you know a documentation/entry point about moving to github? To manage on github there are some blog around. Now what we want to offer is something else: We want to have one solution where you can publish using git (but that people ca

Re: [Pharo-users] One comment to new Pharo5 debugger

2016-05-26 Thread stepharo
Thanks Sabine! This is important that you report such problems. Several people including me already reported this problem that we will have to address for real. Stef Le 25/5/16 à 21:43, Sabine Manaa a écrit : Hi, today I moved to Pharo5. It is great to get feedback and solutions for probl

Re: [Pharo-users] One comment to new Pharo5 debugger

2016-05-26 Thread Denis Kudriashov
Hi. Maybe me should give chance to standard Moose debugger view? (where stack pane on the left) 2016-05-26 9:37 GMT+02:00 Christophe Demarey : > Hi Sabine, > > this point was also « discussed » (no answer) here: > http://forum.world.st/gtdebugger-debug-actions-buttons-td4874316.html > Yes, the n

Re: [Pharo-users] One comment to new Pharo5 debugger

2016-05-26 Thread Sabine Manaa
Hi Peter, Thanks. I geht all the nabble mails and try to read at least the subject but I missed this one. I create my own shortcuts as first solution. Regards Sabine Am Mittwoch, 25. Mai 2016 schrieb Peter Uhnák [via Smalltalk] : > Hi, > > yes, this question was raised before, but there are so

Re: [Pharo-users] One comment to new Pharo5 debugger

2016-05-26 Thread Christophe Demarey
Hi Sabine, this point was also « discussed » (no answer) here: http://forum.world.st/gtdebugger-debug-actions-buttons-td4874316.html Yes, the new buttons are counter-productive and there is even no setting to have them usab