Who changed the meaning of command-click on class names ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
11 messages Options
Reply | Threaded
Open this post in threaded view
|

Who changed the meaning of command-click on class names ?

Sven Van Caekenberghe-2
Hi,

In Pharo 5, the meaning of command-click (apple-click) on class names changed from 'Browse class' to 'References to class'. On selectors it still is 'Implementors'.

Why was this done ? Was this done intentionally or by accident, as a side effect of some other change ?

I rely on it a lot and I think the old behaviour should be restored.

Sven


Reply | Threaded
Open this post in threaded view
|

Re: Who changed the meaning of command-click on class names ?

Nicolai Hess


2015-06-16 10:15 GMT+02:00 Sven Van Caekenberghe <[hidden email]>:
Hi,

In Pharo 5, the meaning of command-click (apple-click) on class names changed from 'Browse class' to 'References to class'. On selectors it still is 'Implementors'.

Why was this done ? Was this done intentionally or by accident, as a side effect of some other change ?

By accident, please open an issue. (caused by 15575 AST syntax highlight: clean up variable resolving a bit )
 

I rely on it a lot and I think the old behaviour should be restored.

Sven



Reply | Threaded
Open this post in threaded view
|

Re: Who changed the meaning of command-click on class names ?

Sven Van Caekenberghe-2

> On 16 Jun 2015, at 10:44, Nicolai Hess <[hidden email]> wrote:
>
>
>
> 2015-06-16 10:15 GMT+02:00 Sven Van Caekenberghe <[hidden email]>:
> Hi,
>
> In Pharo 5, the meaning of command-click (apple-click) on class names changed from 'Browse class' to 'References to class'. On selectors it still is 'Implementors'.
>
> Why was this done ? Was this done intentionally or by accident, as a side effect of some other change ?
>
> By accident, please open an issue. (caused by 15575 AST syntax highlight: clean up variable resolving a bit )

https://pharo.fogbugz.com/f/cases/15778/The-meaning-of-command-click-apple-click-on-class-names-changed-from-Browse-class-to-References-to-class

Thanks for the quick response.

> I rely on it a lot and I think the old behaviour should be restored.
>
> Sven
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Who changed the meaning of command-click on class names ?

Stephan Eggermont-3
In reply to this post by Sven Van Caekenberghe-2
On 16-06-15 10:15, Sven Van Caekenberghe wrote:
> In Pharo 5, the meaning of command-click (apple-click) on class names changed from 'Browse class' to 'References to class'. On selectors it still is 'Implementors'.

Interesting. How and where exactly is that supposed to work? On Linux,
that works in neither Pharo 4 nor 5.

We have way too much hidden functionality

Stephan



Reply | Threaded
Open this post in threaded view
|

Re: Who changed the meaning of command-click on class names ?

Sven Van Caekenberghe-2

> On 16 Jun 2015, at 12:05, Stephan Eggermont <[hidden email]> wrote:
>
> On 16-06-15 10:15, Sven Van Caekenberghe wrote:
>> In Pharo 5, the meaning of command-click (apple-click) on class names changed from 'Browse class' to 'References to class'. On selectors it still is 'Implementors'.
>
> Interesting. How and where exactly is that supposed to work? On Linux, that works in neither Pharo 4 nor 5.

Are you sure ?

Did you try ctrl and alt with a click ? Maybe something with shift ?

> We have way too much hidden functionality

Yes we do. But it is still better to have the functionality ;-)

> Stephan

Sven


Reply | Threaded
Open this post in threaded view
|

Re: Who changed the meaning of command-click on class names ?

Torsten Bergmann
In reply to this post by Nicolai Hess
Not unimportant side note:

From what I see from Nicolai's high activity in bug tracker and here on the list
he is someone who closely watches the included changes and fixes/reviews issues.
This quickly helps making progress.

@Nicolai: big thanks from my side!
 
Bye
T. 

Gesendet: Dienstag, 16. Juni 2015 um 10:44 Uhr
Von: "Nicolai Hess" <[hidden email]>
An: "Pharo Development List" <[hidden email]>
Betreff: Re: [Pharo-dev] Who changed the meaning of command-click on class names ?

 
 
2015-06-16 10:15 GMT+02:00 Sven Van Caekenberghe <[hidden email]>:Hi,

In Pharo 5, the meaning of command-click (apple-click) on class names changed from 'Browse class' to 'References to class'. On selectors it still is 'Implementors'.

Why was this done ? Was this done intentionally or by accident, as a side effect of some other change ?
 
By accident, please open an issue. (caused by 15575 AST syntax highlight: clean up variable resolving a bit )
 
I rely on it a lot and I think the old behaviour should be restored.

Sven

 

Reply | Threaded
Open this post in threaded view
|

Re: Who changed the meaning of command-click on class names ?

Sven Van Caekenberghe-2

> On 16 Jun 2015, at 12:43, Torsten Bergmann <[hidden email]> wrote:
>
> Not unimportant side note:
>
> From what I see from Nicolai's high activity in bug tracker and here on the list
> he is someone who closely watches the included changes and fixes/reviews issues.
> This quickly helps making progress.
>
> @Nicolai: big thanks from my side!

+ 2**32

> Bye
> T.
>
> Gesendet: Dienstag, 16. Juni 2015 um 10:44 Uhr
> Von: "Nicolai Hess" <[hidden email]>
> An: "Pharo Development List" <[hidden email]>
> Betreff: Re: [Pharo-dev] Who changed the meaning of command-click on class names ?
>
>  
>  
> 2015-06-16 10:15 GMT+02:00 Sven Van Caekenberghe <[hidden email]>:Hi,
>
> In Pharo 5, the meaning of command-click (apple-click) on class names changed from 'Browse class' to 'References to class'. On selectors it still is 'Implementors'.
>
> Why was this done ? Was this done intentionally or by accident, as a side effect of some other change ?
>  
> By accident, please open an issue. (caused by 15575 AST syntax highlight: clean up variable resolving a bit )
>  
> I rely on it a lot and I think the old behaviour should be restored.
>
> Sven
>
>  
>


Reply | Threaded
Open this post in threaded view
|

Re: Who changed the meaning of command-click on class names ?

Stephan Eggermont-3
In reply to this post by Sven Van Caekenberghe-2
On 16-06-15 12:10, Sven Van Caekenberghe wrote:
>
>> On 16 Jun 2015, at 12:05, Stephan Eggermont <[hidden email]> wrote:
>>
>> On 16-06-15 10:15, Sven Van Caekenberghe wrote:
>>> In Pharo 5, the meaning of command-click (apple-click) on class names changed from 'Browse class' to 'References to class'. On selectors it still is 'Implementors'.
>>
>> Interesting. How and where exactly is that supposed to work? On Linux, that works in neither Pharo 4 nor 5.
>
> Are you sure ?

Yep, tried all combinations, with and without shift, with and without
the class name being selected, in three different images. In both
Nautilus, Workspace and Playground.

Stephan


Reply | Threaded
Open this post in threaded view
|

Re: Who changed the meaning of command-click on class names ?

Sven Van Caekenberghe-2

> On 16 Jun 2015, at 13:16, Stephan Eggermont <[hidden email]> wrote:
>
> On 16-06-15 12:10, Sven Van Caekenberghe wrote:
>>
>>> On 16 Jun 2015, at 12:05, Stephan Eggermont <[hidden email]> wrote:
>>>
>>> On 16-06-15 10:15, Sven Van Caekenberghe wrote:
>>>> In Pharo 5, the meaning of command-click (apple-click) on class names changed from 'Browse class' to 'References to class'. On selectors it still is 'Implementors'.
>>>
>>> Interesting. How and where exactly is that supposed to work? On Linux, that works in neither Pharo 4 nor 5.
>>
>> Are you sure ?
>
> Yep, tried all combinations, with and without shift, with and without the class name being selected, in three different images. In both Nautilus, Workspace and Playground.

That is a pity, it works really nice. It is something that is available in most other IDEs.

> Stephan


Reply | Threaded
Open this post in threaded view
|

Re: Who changed the meaning of command-click on class names ?

Nicolai Hess
In reply to this post by Sven Van Caekenberghe-2


2015-06-16 13:00 GMT+02:00 Sven Van Caekenberghe <[hidden email]>:

> On 16 Jun 2015, at 12:43, Torsten Bergmann <[hidden email]> wrote:
>
> Not unimportant side note:
>
> From what I see from Nicolai's high activity in bug tracker and here on the list
> he is someone who closely watches the included changes and fixes/reviews issues.
> This quickly helps making progress.
>
> @Nicolai: big thanks from my side!

+ 2**32


Thanks :)
 

> Bye
> T.
>
> Gesendet: Dienstag, 16. Juni 2015 um 10:44 Uhr
> Von: "Nicolai Hess" <[hidden email]>
> An: "Pharo Development List" <[hidden email]>
> Betreff: Re: [Pharo-dev] Who changed the meaning of command-click on class names ?
>
>
>
> 2015-06-16 10:15 GMT+02:00 Sven Van Caekenberghe <[hidden email]>:Hi,
>
> In Pharo 5, the meaning of command-click (apple-click) on class names changed from 'Browse class' to 'References to class'. On selectors it still is 'Implementors'.
>
> Why was this done ? Was this done intentionally or by accident, as a side effect of some other change ?
>
> By accident, please open an issue. (caused by 15575 AST syntax highlight: clean up variable resolving a bit )
>
> I rely on it a lot and I think the old behaviour should be restored.
>
> Sven
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Who changed the meaning of command-click on class names ?

stepharo
In reply to this post by Torsten Bergmann


Le 16/6/15 12:43, Torsten Bergmann a écrit :
> Not unimportant side note:
>
> >From what I see from Nicolai's high activity in bug tracker and here on the list
> he is someone who closely watches the included changes and fixes/reviews issues.
> This quickly helps making progress.
>
> @Nicolai: big thanks from my side!

Big thanks from my side too!!!!
Really cool to have somebody watching at your errors.
Because we are in the junggle with Nautilus and related in this
moment... so we are cutting the firt path and it has some raw edges.

stef

>  
> Bye
> T.
>
> Gesendet: Dienstag, 16. Juni 2015 um 10:44 Uhr
> Von: "Nicolai Hess" <[hidden email]>
> An: "Pharo Development List" <[hidden email]>
> Betreff: Re: [Pharo-dev] Who changed the meaning of command-click on class names ?
>
>  
>  
> 2015-06-16 10:15 GMT+02:00 Sven Van Caekenberghe <[hidden email]>:Hi,
>
> In Pharo 5, the meaning of command-click (apple-click) on class names changed from 'Browse class' to 'References to class'. On selectors it still is 'Implementors'.
>
> Why was this done ? Was this done intentionally or by accident, as a side effect of some other change ?
>  
> By accident, please open an issue. (caused by 15575 AST syntax highlight: clean up variable resolving a bit )
>  
> I rely on it a lot and I think the old behaviour should be restored.
>
> Sven
>
>  
>
>