Skip to content

Commit 532f53d

Browse files
committed
Improve visualization of Boolean and make access to probe method reference more resilient.
1 parent 7b5c92a commit 532f53d

File tree

5 files changed

+17
-2
lines changed

5 files changed

+17
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
accessing
22
methodReference
33

4-
^ self annotation methodReference
4+
^ self annotation ifNotNil: [:annotation | annotation methodReference]

packages/Babylonian-UI.package/BPAnnotationMorph.class/methodProperties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"isReplacement" : "pre 7/3/2019 11:11",
4343
"isSlider" : "pre 1/24/2020 16:15",
4444
"isTypeProbe" : "pre 11/30/2022 09:37",
45-
"methodReference" : "pre 11/18/2019 12:28",
45+
"methodReference" : "pre 3/8/2024 10:34",
4646
"methodReference:" : "pre 11/18/2019 12:28",
4747
"newContainerMorph" : "pre 10/12/2020 17:47",
4848
"newExampleLabelMorphFor:" : "pre 6/8/2021 13:57",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
*Babylonian-UI
2+
bpProbeValueMorphIn: traceValue
3+
4+
^ BPAnnotationMorph newContainerMorph
5+
addMorph: ((self printString asMorph)
6+
color: BPAnnotationMorph textColor;
7+
yourself);
8+
yourself
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"class" : {
3+
},
4+
"instance" : {
5+
"bpProbeValueMorphIn:" : "pre 3/8/2024 10:35" } }
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{
2+
"name" : "Boolean" }

0 commit comments

Comments
 (0)