Re: [Pharo-users] TextAction bugs

2016-05-17 Thread Alistair Grant
On Mon, May 16, 2016 at 08:15:28PM +0200, stepharo wrote: > Hi all :) > > Hi All, > > > > TextAction appears to have a couple of issues: > > > > > > TextAction>>actOnClick: anEvent for: anObject in: paragraph editor: editor > > "sent when a user clicks on a piece of text to which I am applie

Re: [Pharo-users] TextAction bugs

2016-05-16 Thread stepharo
Hi all :) Hi All, TextAction appears to have a couple of issues: TextAction>>actOnClick: anEvent for: anObject in: paragraph editor: editor "sent when a user clicks on a piece of text to which I am applied in an editor" "may be self is included in the event or an Object. "

Re: [Pharo-users] TextAction bugs

2016-05-16 Thread Alistair Grant
On Mon, May 16, 2016 at 01:42:16PM +0200, Nicolai Hess wrote: > 2016-05-16 8:29 GMT+02:00 Alistair Grant : > > Hi All, > > TextAction appears to have a couple of issues: > > > TextAction>>actOnClick: anEvent for: anObject in: paragraph editor: editor >         "sent when a user

Re: [Pharo-users] TextAction bugs

2016-05-16 Thread Nicolai Hess
2016-05-16 8:29 GMT+02:00 Alistair Grant : > Hi All, > > TextAction appears to have a couple of issues: > > > TextAction>>actOnClick: anEvent for: anObject in: paragraph editor: editor > "sent when a user clicks on a piece of text to which I am applied > in an editor" > > "may be s

[Pharo-users] TextAction bugs

2016-05-15 Thread Alistair Grant
Hi All, TextAction appears to have a couple of issues: TextAction>>actOnClick: anEvent for: anObject in: paragraph editor: editor "sent when a user clicks on a piece of text to which I am applied in an editor" "may be self is included in the event or an Object. " ^ actO