[Pharo-users] Customised auto-completion to give priority to specific packages

2015-08-05 Thread Dimitris Chloupis
As a next step for my project Ephestos , I want to mess with auto-completion. My goal is for auto completion to give priority to the Ephestos packages. This way the Ephestos users will get recommended first auto completion of Ephestos classes and methods, I will then add a line to separate those

Re: [Pharo-users] Garage, Glorp, PostgreSQL and Cursors

2015-08-05 Thread Arturo Zambrano
Thanks Guillermo, we were struggling with all these names also. This reference is important, and IMHO it should be pasted also in the page of every DB related project, so that we can have a map and now where we are. best arturo On Tue, Aug 4, 2015 at 11:25 AM, Guillermo Polito

Re: [Pharo-users] Garage, Glorp, PostgreSQL and Cursors

2015-08-05 Thread Tommaso Dal Sasso
On 04/08/15 16:25, Guillermo Polito wrote: Helloo :) First Tomasso, it's nice to know it's working well for you :). We need feedback and contributions, even the smallests (like docs, or blogposts with your experiences or tutorials). Answering your question, GarageGlorp does not yet

[Pharo-users] Help for #fullscreen window

2015-08-05 Thread Jigyasa Grover
Hi ! I am using *WidgetExamples exampleBuilder* to make an accordion widget. I open a model *newPluggableWindow* in it, and would like it to be a fullscreen entity. I have tried all the methods, *#fullscreen *and *#extent* but in vain. It would be great if anyone could help. The code snippet is

Re: [Pharo-users] Help for #fullscreen window

2015-08-05 Thread Hilaire
Le 05/08/2015 23:30, Jigyasa Grover a écrit : Hi ! I am using *WidgetExamples exampleBuilder* to make an accordion widget. I open a model *newPluggableWindow* in it, and would like it to be a fullscreen entity. I have tried all the methods, *#fullscreen *and *#extent* but in vain. It would

Re: [Pharo-users] Modern Events Touch and Gestures in Pharo.

2015-08-05 Thread Dimitris Chloupis
this awesome , great work :) On Tue, Jun 30, 2015 at 8:18 PM stepharo steph...@free.fr wrote: Thanks Thales for the sponsoring. https://youtu.be/eNrbH8A5nyY Stef and the rmod team

[Pharo-users] Git Topic Branches and CI

2015-08-05 Thread Sean P. DeNigris
When using a branch-per-issue, it's not so easy to define #development a la Metacello. How are you handling this? Are you somehow dynamically doing a CI-build-per-branch? - Cheers, Sean -- View this message in context: http://forum.world.st/Git-Topic-Branches-and-CI-tp4841141.html Sent

Re: [Pharo-users] Git Topic Branches and CI

2015-08-05 Thread Thierry Goubier
Le 5 août 2015 7:55 PM, Sean P. DeNigris s...@clipperadams.com a écrit : When using a branch-per-issue, it's not so easy to define #development a la Metacello. How are you handling this? Are you somehow dynamically doing a CI-build-per-branch? If you use Travis as CI as in filetree on github,

Re: [Pharo-users] Help for #fullscreen window

2015-08-05 Thread Thierry Goubier
Hi jigyasa, You have an openFullScreen method somewhere, which really opens full screen (and makes it hard to close;) ). Thierry Le 5 août 2015 5:30 PM, Jigyasa Grover grover.jigya...@gmail.com a écrit : Hi ! I am using *WidgetExamples exampleBuilder* to make an accordion widget. I open a

Re: [Pharo-users] Help for #fullscreen window

2015-08-05 Thread Jigyasa Grover
Thank You Sir :) It does almost what I desire . Regards Jigyasa -- View this message in context: http://forum.world.st/Help-for-fullscreen-window-tp4841116p4841156.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] OSProcess crashes when launching a command

2015-08-05 Thread Damien Cassou
Hi Thierry, Thierry Goubier thierry.goub...@gmail.com writes: do you have other OSProcess commands crashing in the same way? I tried with hellowWorld, helloStderr, chDir and getCwd, all of them work fine. -- Damien Cassou http://damiencassou.seasidehosting.st Success is the ability to go

Re: [Pharo-users] Git Topic Branches and CI

2015-08-05 Thread Sean P. DeNigris
Thierry Goubier wrote I don't know how to do the same with Jenkins. This sounds promising: https://wiki.jenkins-ci.org/display/JENKINS/Multi-Branch+Project+Plugin - Cheers, Sean -- View this message in context: http://forum.world.st/Git-Topic-Branches-and-CI-tp4841141p4841159.html Sent

Re: [Pharo-users] OSProcess crashes when launching a command

2015-08-05 Thread Thierry Goubier
Hi Damien, Le 05/08/2015 22:13, Damien Cassou a écrit : Hi Thierry, Thierry Goubier thierry.goub...@gmail.com writes: do you have other OSProcess commands crashing in the same way? I tried with hellowWorld, helloStderr, chDir and getCwd, all of them work fine. Ok, I tried on my system