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:
Offray Vladimir Luna Cárdenas 2015-01-17 16:45:21 +00:00 committed by SantiagoBragagnolo
parent a79faf1b55
commit 0649073894
1 changed files with 2 additions and 6 deletions

View File

@ -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 ]