pharo-spec / Spec

Spec is a framework in Pharo for describing user interfaces.
MIT License
62 stars 65 forks source link

Allow to browse a method when selection is selector #1583

Closed demarey closed 2 months ago

demarey commented 3 months ago

Describe the request When doing a browse (CMD+B or CTRL+B) on a class, it will open a browser on a class. Browsing an expression will evaluate it and browse the class of the result of the evaluation. Browsing a selector (e.g. selectAll) will browse UndefinedObject...

@Ducasse proposes to browse implementors of this selector instead of browsing UndefinedObject