Skip to content
#

guides

Here are 220 public repositories matching this topic...

jennifer-shehane
jennifer-shehane commented Aug 14, 2019

I'm submitting a...

[ ] Bug report
[x] Content update
[x] Process update (build, deployment, ... )

Type of bug / changes

In order to clean up the process of writing docs / not having to maintain changes to translated docs unless actually translating - we'd like to show a notice at the top of translated docs mentioning that the translated docs may have fallen out of sync

jecisc
jecisc commented Jun 6, 2019

Today I was doing a lot of changes on some variables in a deep hierarchy.

Current Pharo tools allow developers to find accesses to a variable in a class but not in a hierarchy so I had to make this snippet:

origin := AbstractWidgetPresenter.
variableName := #borderColor.
(origin slots detect: [ :e | e name = variableName ]) usingMethods collect: #methodClass as: Set

Improve this page

Add a description, image, and links to the guides topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the guides topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.