SquareBracketAssociates / UpdatedPharoByExample

A version of Pharo by Example for Pharo 50.
Other
256 stars 41 forks source link

Clarify steps to add a package #148

Closed macintoshio closed 9 years ago

macintoshio commented 9 years ago

Right-clicking on a non-package in the Package pane doesn't give the option to add a package, so added clarifying detail to this step.

dmitrizagidulin commented 9 years ago

Thanks for the clarification! It seems to me that this is actually a straight-up bug in the Pharo gui code. I wonder if we should open an issue in fogbugz?

(merging)

Ducasse commented 9 years ago

pay attention that you are using certainly pharo 40 and pharo 50 changed. So I would not record such level of details :)

macintoshio commented 9 years ago

Noted! :)

dmitrizagidulin commented 9 years ago

pay attention that you are using certainly pharo 40 and pharo 50 changed. So I would not record such level of details :)

Ohh, you're right. Clicking anywhere in the Package pane works for Pharo 4, but not for Pharo 5. Why did it change?

macintoshio commented 9 years ago

I'm using Pharo 4.0. When I click on "Last Modified Classes" (or similar), I get a different menu without "add package". I will note that if you click in an empty area of the Package pane, the correct menu will appear (i.e. if you search for "String" and therefore have extra whitespace below the search results). For some reason I thought that wasn't working either.