Nodes tagged as 'code' are not executable in my tree, but they're on the GLM Basic Examples. Next testing why the difference.
This commit is contained in:
parent
9bf5bb4332
commit
361fb8ddcf
@ -94,14 +94,10 @@ GrafoscopioBrowser >> bodyForCodeIn: constructor for: aNode [
|
||||
|
||||
(constructor smalltalkCode)
|
||||
title: 'Código en Smalltalk';
|
||||
format: [aNode body]
|
||||
|
||||
format: [aNode body];
|
||||
populate: #acceptedCode icon: GLMUIThemeExtraIcons glamorousAccept on: $s entitled: 'Accept' with: [aNode body]
|
||||
|
||||
"
|
||||
^(constructor smalltalkCode)
|
||||
title: 'Código en Smalltalk';
|
||||
format:[aNode body].
|
||||
|
||||
|
||||
constructor tags = 'código'
|
||||
ifFalse: [^self ]
|
||||
|
Loading…
Reference in New Issue
Block a user