Skip to content

Commit

Permalink
Adds styling for Collections printed
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeAtHPI committed Jun 1, 2023
1 parent 63ee4ff commit 5ee7bfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
bpProbeValueMorphIn: traceValue

^ BPAnnotationMorph newContainerMorph
addMorph: self printString asMorph;
addMorph: (self printString asMorph
color: BPAnnotationMorph textColor;
yourself);
yourself
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"class" : {
},
"instance" : {
"bpProbeValueMorphIn:" : "pre 11/25/2020 10:29" } }
"bpProbeValueMorphIn:" : "joabe 6/1/2023 18:35" } }

0 comments on commit 5ee7bfa

Please sign in to comment.