Re: [Pharo-users] blue ink - format on accept?

2016-05-16 Thread Esteban Lorenzano
> On 15 May 2016, at 15:08, stepharo wrote: > > > > Le 14/5/16 à 15:11, Esteban Lorenzano a écrit : >> >>> On 14 May 2016, at 15:01, stepharo < >>> steph...@free.fr > wrote: >>> >>> Please >>> >>> we did not add it because we were afraid th

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

Re: [Pharo-users] OSProcess in Pharo 5?

2016-05-16 Thread Mariano Martinez Peck
On Sun, May 15, 2016 at 11:19 AM, Ben Coman wrote: > On Sat, May 14, 2016 at 8:06 AM, Mariano Martinez Peck > wrote: > > If you are only interested in Unix / Linux / OSX, > > What is the plan for Windows support? > I am not planning to add that. What I have found, is that tools that try to prov

[Pharo-users] OSSubprocess for Windows discussion [WAS] Re: OSProcess in Pharo 5?

2016-05-16 Thread Mariano Martinez Peck
On Mon, May 16, 2016 at 9:25 AM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > > > On Sun, May 15, 2016 at 11:19 AM, Ben Coman wrote: > >> On Sat, May 14, 2016 at 8:06 AM, Mariano Martinez Peck >> wrote: >> > If you are only interested in Unix / Linux / OSX, >> >> What is the plan for

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 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. "

[Pharo-users] On Class and Method comments

2016-05-16 Thread Dimitris Chloupis
I really like to start writing some class and method comments to make Pharo image more beginner friendly. Are there any guidelines when and how to comment classes and methods ? What about inline comments ?

[Pharo-users] Retina support in Pharo

2016-05-16 Thread markm
Hi Is it possible to get Pharo (4 or 5) to run with retina support on OS X? I have tried searching for some answers, but alas could only find a handful of posts from a few years back. Any help much appreciated! Mark -- View this message in context: http://forum.world.st/Retina-support-in-Ph

Re: [Pharo-users] On Class and Method comments

2016-05-16 Thread Peter Uhnák
As a note, maybe try to avoid inline comments unless formatter is fixed, because autoformatting _will_ misplace them. (Not to mention that imho inline comments in Smalltalk are a result of a bad design… if you need an inline comment, maybe turn that into actual code). In any case, there are no gui