[Pharo-users] Customizing GTSpotter

2016-07-20 Thread Dimitris Chloupis
I want customize GTSpotter so when it's called upon a specific morph has a different behavior. Because I will be building a node system I want to search only through nodes and sort them to categories. In essence I will be building a visual coding language very similar to Unreal's Blueprints. Can GT

Re: [Pharo-users] SQLite and sure last_insert_rowid

2016-07-20 Thread Hilaire
Hi Pierce, Yes, I already knew about this problem and documentation. That's why I do it in a transaction. My question was about be unsure my code example do it correctly in Pharo. Thanks Hilaire Le 20/07/2016 21:09, Pierce Ng a écrit : > On Sat, Jul 16, 2016 at 02:19:37PM +0800, Hilaire wrote:

Re: [Pharo-users] change which browser opens when browsing senders/implementors

2016-07-20 Thread Stephan Eggermont
On 20/07/16 16:53, Cyril Ferlicot Delbecque wrote: The correct answer could be the third: make it into a setting :) Nah, that would always be the wrong answer :) Stephan

Re: [Pharo-users] change which browser opens when browsing senders/implementors

2016-07-20 Thread Thierry Goubier
Hi Paul, Le 20/07/2016 17:34, Paul DeBruicker a écrit : Hi Thierry, The reason I want the change for myself is that most of the time I want to be in a browser where I can right click on code and have a refactoring menu pop up. This is exactly what I expect, too. So I implemented it. Does y

Re: [Pharo-users] change which browser opens when browsing senders/implementors

2016-07-20 Thread Paul DeBruicker
Hi Thierry, The reason I want the change for myself is that most of the time I want to be in a browser where I can right click on code and have a refactoring menu pop up. Does your message flow browser support that? I haven't looked at it and don't often remember it exists. Paul Thierr

Re: [Pharo-users] change which browser opens when browsing senders/implementors

2016-07-20 Thread Thierry Goubier
2016-07-20 16:47 GMT+02:00 Peter Uhnak : > On Wed, Jul 20, 2016 at 03:00:01PM +0200, Denis Kudriashov wrote: > > It was like that in some Pharo version > > Only shortly, because people preferred consistency over convenience, so it > was changed back. > (Note that there is no correct answer here.)

Re: [Pharo-users] change which browser opens when browsing senders/implementors

2016-07-20 Thread Cyril Ferlicot Delbecque
On 20/07/2016 16:47, Peter Uhnak wrote: > Only shortly, because people preferred consistency over convenience, so it > was changed back. > (Note that there is no correct answer here.) > The correct answer could be the third: make it into a setting :) > Peter > -- Cyril Ferlicot http://www

Re: [Pharo-users] change which browser opens when browsing senders/implementors

2016-07-20 Thread Peter Uhnak
On Wed, Jul 20, 2016 at 03:00:01PM +0200, Denis Kudriashov wrote: > It was like that in some Pharo version Only shortly, because people preferred consistency over convenience, so it was changed back. (Note that there is no correct answer here.) Peter > > 2016-07-20 2:45 GMT+02:00 Mariano Marti

Re: [Pharo-users] SQLite and sure last_insert_rowid

2016-07-20 Thread Pierce Ng
On Sat, Jul 16, 2016 at 02:19:37PM +0800, Hilaire wrote: > In a multi-thread context use of Sqlite, I try to find out how one will > fetch securely the automatically last row index of a Primary key. > > The problem seems to be that between the insert of rows in a table and > the moment you request

Re: [Pharo-users] change which browser opens when browsing senders/implementors

2016-07-20 Thread Denis Kudriashov
It was like that in some Pharo version 2016-07-20 2:45 GMT+02:00 Mariano Martinez Peck : > > > On Tue, Jul 19, 2016 at 8:26 PM, PAUL DEBRUICKER > wrote: > >> Which method should I change if when browsing senders/implementors there >> is only one sender or implementor I'd like the Nautilus browse

Re: [Pharo-users] Image not starting

2016-07-20 Thread Valentin Ryckewaert
It's working I integrated it, but I don't understand why it was making my image crash (It wasn't crashing few weeks ago) 2016-07-20 8:35 GMT+02:00 Valentin Ryckewaert : > I'll try this as soon as I'm at work thanks you :) > > 2016-07-19 21:59 GMT+02:00 Nicolai Hess : > >> Now it seems to work, >>