-
Updated
Oct 7, 2020 - Smalltalk
smalltalk
Here are 588 public repositories matching this topic...
-
Updated
Oct 5, 2020 - Smalltalk
-
Updated
Jun 19, 2020 - Smalltalk
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
-
Updated
May 17, 2020
-
Updated
Aug 30, 2020 - Smalltalk
-
Updated
Aug 11, 2020 - Smalltalk
-
Updated
Dec 13, 2019 - C++
-
Updated
Jul 3, 2020 - Smalltalk
-
Updated
Aug 3, 2020 - Smalltalk
-
Updated
May 25, 2020 - Python
-
Updated
Feb 17, 2020 - TeX
-
Updated
Oct 18, 2019 - Python
-
Updated
Apr 28, 2020 - Smalltalk
-
Updated
Sep 23, 2020 - Smalltalk
-
Updated
Sep 21, 2020 - Smalltalk
-
Updated
Oct 5, 2020 - Smalltalk
See smarr/SOMns@9025ea4#diff-e90fc19c6dee539193f85eae32b8a32eL34
As @fniephaus observes, this should be the same class for each profile. So, it should be possible to make it static.
-
Updated
Sep 19, 2020 - TeX
-
Updated
Oct 7, 2020 - Smalltalk
Improve this page
Add a description, image, and links to the smalltalk topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the smalltalk topic, visit your repo's landing page and select "manage topics."
See
TODO
s inClipboardExtendedPlugin.java
.