Re: [Pharo-dev] Cmd + click

2016-01-19 Thread Nicolai Hess
2016-01-19 22:04 GMT+01:00 Nicolai Hess : > > > 2016-01-19 21:47 GMT+01:00 stepharo : > >> Sven >> - I took the latest 50 >> - open playground >> - type factorial >> - cmd click on it => nothing >> - cmd shift click on it => nothing >> >> Now doing the same in Nautilus method pane works >> Now I u

Re: [Pharo-dev] Cmd + click

2016-01-19 Thread Nicolai Hess
2016-01-19 22:05 GMT+01:00 Yuriy Tymchuk : > It makes sense, > > syntactically factorial is not a message sent, so it can’t be looked up a > a method. I don’t know about the implementation, but maybe it tries to look > it up as a global var. > It is parsed as an incomplete identifier and results

Re: [Pharo-dev] Cmd + click

2016-01-19 Thread Nicolai Hess
2016-01-19 22:04 GMT+01:00 Nicolai Hess : > > > 2016-01-19 21:47 GMT+01:00 stepharo : > >> Sven >> - I took the latest 50 >> - open playground >> - type factorial >> - cmd click on it => nothing >> - cmd shift click on it => nothing >> >> Now doing the same in Nautilus method pane works >> Now I u

Re: [Pharo-dev] Cmd + click

2016-01-19 Thread Yuriy Tymchuk
It makes sense, syntactically factorial is not a message sent, so it can’t be looked up a a method. I don’t know about the implementation, but maybe it tries to look it up as a global var. Cheers. Uko > On 19 Jan 2016, at 21:51, Sven Van Caekenberghe wrote: > > >> On 19 Jan 2016, at 21:47,

Re: [Pharo-dev] Cmd + click

2016-01-19 Thread Nicolai Hess
2016-01-19 21:47 GMT+01:00 stepharo : > Sven > - I took the latest 50 > - open playground > - type factorial > - cmd click on it => nothing > - cmd shift click on it => nothing > > Now doing the same in Nautilus method pane works > Now I understand why it was not working with me. > > It only works

Re: [Pharo-dev] Cmd + click

2016-01-19 Thread Sven Van Caekenberghe
> On 19 Jan 2016, at 21:47, stepharo wrote: > > Sven > - I took the latest 50 > - open playground > - type factorial > - cmd click on it => nothing > - cmd shift click on it => nothing factorial is not valid code 1 factorial is and then it works so it has something to do with parsing/ast/errors

Re: [Pharo-dev] Cmd + click

2016-01-19 Thread stepharo
Sven - I took the latest 50 - open playground - type factorial - cmd click on it => nothing - cmd shift click on it => nothing Now doing the same in Nautilus method pane works Now I understand why it was not working with me. It only works on method body. If you click on a signature it does not w

Re: [Pharo-dev] Cmd + click

2016-01-19 Thread Sven Van Caekenberghe
> On 19 Jan 2016, at 21:28, stepharo wrote: > > strnage in my image Latest update: #50529 when I type factorial in the method > definitino pane and do click + mouse I do not get the implementors Well, it does indeed not work if you start typing a new method and cmd-click on the selector name

Re: [Pharo-dev] Cmd + click

2016-01-19 Thread stepharo
strnage in my image Latest update: #50529 when I type factorial in the method definitino pane and do click + mouse I do not get the implementors Le 19/1/16 17:50, Yuriy Tymchuk a écrit : Sorry, I’ve tried again and it works. I don’t know what happened… Maybe something else was registering the e

Re: [Pharo-dev] Cmd + click

2016-01-19 Thread Yuriy Tymchuk
Sorry, I’ve tried again and it works. I don’t know what happened… Maybe something else was registering the event, or some other magic. I was using 50522. Cheers. Uko > On 19 Jan 2016, at 17:39, Sven Van Caekenberghe wrote: > >> >> On 19 Jan 2016, at 17:31, stepharo wrote: >> >> >> 2016-01

Re: [Pharo-dev] Cmd + click

2016-01-19 Thread stepharo
2016-01-19 15:37 GMT+01:00 Yuriy Tymchuk : Hi, there was a future that "cmd + click" browsed classes or showed implementors. Now it doesn’t seem to work at least in Nautilus. Is anyone aware of this? platform and image version? It works on Windows pharo 50529: alt+right click -> browse Class/

Re: [Pharo-dev] Cmd + click

2016-01-19 Thread Sven Van Caekenberghe
> On 19 Jan 2016, at 17:31, stepharo wrote: > > > 2016-01-19 15:37 GMT+01:00 Yuriy Tymchuk : > Hi, there was a future that "cmd + click" browsed classes or showed > implementors. Now it doesn’t seem to work at least in Nautilus. > > Is anyone aware of this? > > platform and image version? >

Re: [Pharo-dev] Cmd + click

2016-01-19 Thread stepharo
Excellent I will add it in the Updated Pharo by Example chapter Stef Le 19/1/16 16:50, Sven Van Caekenberghe a écrit : On 19 Jan 2016, at 15:51, Nicolai Hess wrote: 2016-01-19 15:37 GMT+01:00 Yuriy Tymchuk : Hi, there was a future that "cmd + click" browsed classes or showed implementors.

Re: [Pharo-dev] Cmd + click

2016-01-19 Thread Sven Van Caekenberghe
> On 19 Jan 2016, at 15:51, Nicolai Hess wrote: > > > > 2016-01-19 15:37 GMT+01:00 Yuriy Tymchuk : > Hi, there was a future that "cmd + click" browsed classes or showed > implementors. Now it doesn’t seem to work at least in Nautilus. > > Is anyone aware of this? > > platform and image vers

Re: [Pharo-dev] Cmd + click

2016-01-19 Thread Nicolai Hess
2016-01-19 15:37 GMT+01:00 Yuriy Tymchuk : > Hi, there was a future that "cmd + click" browsed classes or showed > implementors. Now it doesn’t seem to work at least in Nautilus. > > Is anyone aware of this? > platform and image version? It works on Windows pharo 50529: alt+right click -> browse

Re: [Pharo-dev] Cmd + click

2016-01-19 Thread Aliaksei Syrel
+1 On Tue, Jan 19, 2016 at 3:37 PM, Yuriy Tymchuk wrote: > Hi, there was a future that "cmd + click" browsed classes or showed > implementors. Now it doesn’t seem to work at least in Nautilus. > > Is anyone aware of this? > > Cheers. > Uko >

[Pharo-dev] Cmd + click

2016-01-19 Thread Yuriy Tymchuk
Hi, there was a future that "cmd + click" browsed classes or showed implementors. Now it doesn’t seem to work at least in Nautilus. Is anyone aware of this? Cheers. Uko

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-13 Thread stepharo
Great news! it is just an experiment currently.. No igor, it should replace the Workspace but it helps to recognize missing parts in text model. Doru

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-12 Thread Igor Stasenko
On 12 November 2014 16:44, Tudor Girba wrote: > Great news! > > it is just an experiment currently.. but it helps to recognize missing parts in text model. > Doru > > On Wed, Nov 12, 2014 at 4:40 PM, stepharo wrote: > >> Yesterday we coded a new Workspace (BTW the old one is a crap). >> We go

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-12 Thread Andrei Chis
On Wed, Nov 12, 2014 at 1:05 PM, Yuriy Tymchuk wrote: > Thanks Andrei! > > what should cmd+shitf+click do? :) > It gives you the users of a class or the senders of a method. Andrei > > > Uko > > On 12 Nov 2014, at 16:47, Andrei Chis wrote: > > cmd+click and cmd+shitf+click now work in Rubri

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-12 Thread Yuriy Tymchuk
Thanks Andrei! what should cmd+shitf+click do? :) Uko > On 12 Nov 2014, at 16:47, Andrei Chis wrote: > > cmd+click and cmd+shitf+click now work in Rubric for methods, classes and > methods parameters. > > > Cheers, > Andrei > > On Wed, Nov 12, 2014 at 12:44 PM, Tudor Girba

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-12 Thread Sven Van Caekenberghe
Super! > On 12 Nov 2014, at 16:47, Andrei Chis wrote: > > cmd+click and cmd+shitf+click now work in Rubric for methods, classes and > methods parameters. > > > Cheers, > Andrei > > On Wed, Nov 12, 2014 at 12:44 PM, Tudor Girba wrote: > Great news! > > Doru > > On Wed, Nov 12, 2014 at 4:40

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-12 Thread Tudor Girba
Thanks! Doru On Wed, Nov 12, 2014 at 4:47 PM, Andrei Chis wrote: > cmd+click and cmd+shitf+click now work in Rubric for methods, classes and > methods parameters. > > > Cheers, > Andrei > > On Wed, Nov 12, 2014 at 12:44 PM, Tudor Girba > wrote: > >> Great news! >> >> Doru >> >> On Wed, Nov 12,

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-12 Thread Andrei Chis
cmd+click and cmd+shitf+click now work in Rubric for methods, classes and methods parameters. Cheers, Andrei On Wed, Nov 12, 2014 at 12:44 PM, Tudor Girba wrote: > Great news! > > Doru > > On Wed, Nov 12, 2014 at 4:40 PM, stepharo wrote: > >> Yesterday we coded a new Workspace (BTW the old o

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-12 Thread Tudor Girba
Great news! Doru On Wed, Nov 12, 2014 at 4:40 PM, stepharo wrote: > Yesterday we coded a new Workspace (BTW the old one is a crap). > We got print, inspect, cut, paste,... > Got the syntax highlighter nearly working. > > Stef > > Perception matters :). Perhaps you were physically in the same

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-12 Thread stepharo
Yesterday we coded a new Workspace (BTW the old one is a crap). We got print, inspect, cut, paste,... Got the syntax highlighter nearly working. Stef Perception matters :). Perhaps you were physically in the same place, but as this mailing list is concerned, you were somewhere else :). It is g

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-12 Thread Andrei Chis
Had a look at why this is not working. It seems that TextMorph triggers this functionality on mouseUp while rubric does it on mouseDown. And TextLink>>#mayActOnEvent: checks that 'anEvent isMouseUp'. I'll duplicate a few classes and fix this in Rubric. Cheers, Andrei On Sun, Nov 9, 2014 at 2:12

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-12 Thread Marcus Denker
> On 12 Nov 2014, at 10:05, Igor Stasenko wrote: > > > > On 10 November 2014 12:18, Marcus Denker > wrote: > > > On 10 Nov 2014, at 11:59, p...@highoctane.be > > wrote: > > > > I'd say that we have all have suffered enough from a su

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-12 Thread p...@highoctane.be
We missed you. (and your to the point insights which I do value very much). Phil On Wed, Nov 12, 2014 at 11:08 AM, Sven Van Caekenberghe wrote: > You were in stealth mode, right ? > > > On 12 Nov 2014, at 11:03, Igor Stasenko wrote: > > > > > > > > On 12 November 2014 10:11, Tudor Girba wrote:

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-12 Thread Sven Van Caekenberghe
You were in stealth mode, right ? > On 12 Nov 2014, at 11:03, Igor Stasenko wrote: > > > > On 12 November 2014 10:11, Tudor Girba wrote: > Welcome back, Igor! :) > > > i was not leaving anywhere to get back.. >

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-12 Thread Tudor Girba
Perception matters :). Perhaps you were physically in the same place, but as this mailing list is concerned, you were somewhere else :). It is good to have you around. I cannot wait to have a bit of spare time to start with TxText. Cheers, Doru On Wed, Nov 12, 2014 at 11:03 AM, Igor Stasenko

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-12 Thread Igor Stasenko
On 12 November 2014 10:11, Tudor Girba wrote: > Welcome back, Igor! :) > > > i was not leaving anywhere to get back..

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-12 Thread Tudor Girba
Welcome back, Igor! :) Doru On Wed, Nov 12, 2014 at 10:05 AM, Igor Stasenko wrote: > > > On 10 November 2014 12:18, Marcus Denker wrote: > >> >> > On 10 Nov 2014, at 11:59, p...@highoctane.be wrote: >> > >> > I'd say that we have all have suffered enough from a sucky text editor. >> > >> > So,

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-12 Thread Igor Stasenko
On 10 November 2014 12:18, Marcus Denker wrote: > > > On 10 Nov 2014, at 11:59, p...@highoctane.be wrote: > > > > I'd say that we have all have suffered enough from a sucky text editor. > > > > So, let's jump over the chasm with no regrets. > > > > We aren't doing Squeak, right? > > > > I Squeak,

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-11 Thread kilon alios
yeap I would love to join you , to you guys in person and learn from you :) Alas Greece is too far. But I never say never ;) On Tue, Nov 11, 2014 at 1:18 AM, Yuriy Tymchuk wrote: > > On 10 Nov 2014, at 16:56, kilon alios wrote: > > The reason why I dont contribute to Pharo and decided to create

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-10 Thread Yuriy Tymchuk
> On 10 Nov 2014, at 16:56, kilon alios wrote: > > The reason why I dont contribute to Pharo and decided to create my own > project because frankly I cannot risk my code get rejected or debated upon. I > know I am new to Pharo and I am not experienced coder in any way but still my > free time

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-10 Thread kilon alios
The reason why I dont contribute to Pharo and decided to create my own project because frankly I cannot risk my code get rejected or debated upon. I know I am new to Pharo and I am not experienced coder in any way but still my free time is super valuable to me. I had made one contribution to Pharo

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-10 Thread Yuriy Tymchuk
I didn’t tell anything about Alain investing into Rubric. It’s just that Rubric is in GTInspector which I use, and I miss cmd+click feature. I think I could help to work on txText, but I’ve already broken quite a lot of things in Smalllint, so I’ll continue improving that part :) Uko > On 10

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-10 Thread Esteban Lorenzano
My own thoughts around this persistent stupid idea (and I’m talking about the world, not a particular community: we suffer of the same time to time) is: no genius can match a community. Esteban > On 10 Nov 2014, at 12:18, Marcus Denker wrote: > > >> On 10 Nov 2014, at 11:59, p...@highoctane

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-10 Thread Marcus Denker
> On 10 Nov 2014, at 11:59, p...@highoctane.be wrote: > > I'd say that we have all have suffered enough from a sucky text editor. > > So, let's jump over the chasm with no regrets. > > We aren't doing Squeak, right? > I Squeak, there was always some simple next step. But the community always

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-10 Thread p...@highoctane.be
I'd say that we have all have suffered enough from a sucky text editor. So, let's jump over the chasm with no regrets. We aren't doing Squeak, right? Phil On Mon, Nov 10, 2014 at 11:38 AM, Tudor Girba wrote: > I completely support that. > > We used Rubric in GT because we wanted to get the t

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-10 Thread Tudor Girba
I completely support that. We used Rubric in GT because we wanted to get the tools ready for Pharo 3.0 and for early feedback in Pharo 4.0. Rubric is just a nice makeup of the old TextMorph and it allows for finer grained programmatic support, but it is clearly not the future. We have to focus on

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-10 Thread Thierry Goubier
2014-11-10 11:17 GMT+01:00 stepharo : > Guys > > I just discussed with Alain who is at my place working with Igor. > Alain will not invest in Rubric. Rubric is the past. I told him to send a > mail but he told me that he already said it. > We should push txText. I will spend some time with igor to

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-10 Thread stepharo
Guys I just discussed with Alain who is at my place working with Igor. Alain will not invest in Rubric. Rubric is the past. I told him to send a mail but he told me that he already said it. We should push txText. I will spend some time with igor to push it again but we need more people to have

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-09 Thread Sven Van Caekenberghe
Yes, I miss that too, a lot. > On 09 Nov 2014, at 18:12, Yuriy Tymchuk wrote: > > Dear all. > > I’ve already reported this issue but didn’t make it clear. > > When I cmd+click some text in nautilus, I can “browse” it. This means browse > class implementation, browse method implementors. When

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-09 Thread Yuriy Tymchuk
Well, if you cmd+click in nautilus, or other default text areas, it goes to definition. Uko > On 09 Nov 2014, at 18:58, Nicolas Cellier > wrote: > > Do you mean like in eclipse? I did not know it was possible, but for sure, I > find it is a must have! > > 2014-11-09 18:12 GMT+01:00 Yuriy Ty

Re: [Pharo-dev] Cmd+click in Rubric

2014-11-09 Thread Nicolas Cellier
Do you mean like in eclipse? I did not know it was possible, but for sure, I find it is a must have! 2014-11-09 18:12 GMT+01:00 Yuriy Tymchuk : > Dear all. > > I’ve already reported this issue but didn’t make it clear. > > When I cmd+click some text in nautilus, I can “browse” it. This means > br

[Pharo-dev] Cmd+click in Rubric

2014-11-09 Thread Yuriy Tymchuk
Dear all. I’ve already reported this issue but didn’t make it clear. When I cmd+click some text in nautilus, I can “browse” it. This means browse class implementation, browse method implementors. When I cmd+click something in rubric it opens a context menu. I anybody using cmd+click besides of