Skip to content

Commit

Permalink
add printing support for TalkMessagePlaceholder
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Nov 21, 2024
1 parent 615bfaf commit 8cd6ef5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
converting
asStringOrText

^ Text streamContents: [:stream |
self printOn: stream]
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
printing
printOn: aStream

aStream withAttribute: TextEmphasis italic do:
[aStream nextPutAll: self messageId].
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"class" : {
"inbox:messageId:" : "ct 8/16/2023 15:39" },
"instance" : {
"asStringOrText" : "ct 11/21/2024 04:17",
"browse" : "ct 8/16/2023 15:27",
"dataKey" : "ct 8/16/2023 15:37",
"hyperkittyUrl" : "ct 8/16/2023 15:27",
Expand All @@ -11,4 +12,5 @@
"messageId" : "ct 8/16/2023 14:33",
"messageId:" : "ct 8/16/2023 14:33",
"openInHyperkitty" : "ct 8/16/2023 15:27",
"printOn:" : "ct 2/9/2024 12:46",
"tryToResolve" : "ct 8/26/2023 00:44" } }

0 comments on commit 8cd6ef5

Please sign in to comment.