Skip to content

Commit

Permalink
Fixes an editor is nil failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
codeZeilen committed Sep 28, 2023
1 parent f16828f commit e443aa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ doAddAnnotation: anAnnotation in: interval
yourself)
from: actualInterval start
to: actualInterval stop.
(self codeTextMorph) addMorph: newMorph.
self codeTextMorph textMorph addMorph: newMorph.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"determineIntervalToAnnotateFor:forNodes:" : "pre 9/1/2022 22:03",
"determineMessageSendNodeIn:" : "pre 9/2/2022 14:06",
"determineSelectorOfMessageSend:" : "pre 9/2/2022 14:49",
"doAddAnnotation:in:" : "pre 8/17/2023 11:48",
"doAddAnnotation:in:" : "pre 9/28/2023 13:58",
"doBrowseActualImplementersFromProbe:andSelector:" : "pre 9/2/2022 15:54",
"doItReceiver" : "ct 3/30/2022 16:48",
"exampleForEvaluation" : "ct 8/18/2021 23:15",
Expand Down

0 comments on commit e443aa8

Please sign in to comment.