Skip to content

Commit

Permalink
Merge ce74ad1
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Nierstrasz committed Nov 5, 2024
2 parents 54ddeed + ce74ad1 commit 48c999c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/GToolkit-Demo-Scripter/PatternScripterExamples.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@ PatternScripterExamples >> moldableLudoGamePlaygroundScript [
scripter do
label: 'Replace the code in the playground snippet';
id: GtSourceCoderEditorId;
action: [ :aSnippetElement | aSnippetElement text: self autoPlaySnippet ];
action: [ :aSnippetElement |
aSnippetElement textualCoderViewModel coderModel
currentSourceString: self autoPlaySnippet ];
play.
scripter click
label: 'Perform the snippet and go.';
Expand Down

0 comments on commit 48c999c

Please sign in to comment.