-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoolbox.xml
82 lines (82 loc) · 2.83 KB
/
toolbox.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<category name="Biblioteca" gbs_custom="SEPARATOR">
</category>
<category name="Procedimientos" gbs_custom="PRIMITIVE_PROCEDURES">
</category>
<category name="Funciones" gbs_custom="PRIMITIVE_FUNCTIONS">
</category>
<category name="Mis operaciones" gbs_custom="SEPARATOR">
</category>
<category name="Mis procedimientos" custom="PROCEDURE_CALLS">
</category>
<category name="Mis funciones" custom="FUNCTION_CALLS">
</category>
<category name="Comandos" gbs_custom="SEPARATOR">
</category>
<category name="Básicos">
<block type="Poner"></block>
<block type="Sacar"></block>
<block type="Mover"></block>
<block type="IrAlBorde"></block>
<block type="VaciarTablero"></block>
<block type="BOOM"></block>
</category>
<category name="Repeticiones">
<block type="RepeticionSimple"></block>
<block type="RepeticionCondicional"></block>
</category>
<category name="Alternativas">
<block type="AlternativaSimple"></block>
<block type="AlternativaCompleta"></block>
</category>
<category name="Asignación">
<block type="Asignacion"></block>
</category>
<category name="Expresiones" gbs_custom="SEPARATOR">
</category>
<category name="Valores">
<block type="ColorSelector"></block>
<block type="DireccionSelector"></block>
<block type="math_number"></block>
<block type="BoolSelector"></block>
</category>
<category name="Sensores">
<block type="hayBolitas"></block>
<block type="puedeMover"></block>
<block type="nroBolitas"></block>
</category>
<category name="Operadores">
<block type="OperadorNumerico"></block>
<block type="OperadorDeComparacion"></block>
<block type="OperadorLogico"></block>
<block type="not"></block>
<block type="siguiente"></block>
<block type="previo"></block>
<block type="opuesto"></block>
</category>
<category name="Definiciones" gbs_custom="SEPARATOR">
</category>
<category name="Def. de procedimientos">
<block type="procedures_defnoreturnnoparams"></block>
<block type="procedures_defnoreturn"></block>
</category>
<category name="Def. de funciones">
<block type="procedures_defreturnsimple"></block>
<block type="procedures_defreturnsimplewithparams"></block>
<block type="procedures_defreturn"></block>
</category>
<category name="Eventos">
<block type="InteractiveLetterBinding"></block>
<block type="InteractiveNumberBinding"></block>
<block type="InteractiveKeyBinding"></block>
</category>
<category name="Auxiliares del docente" gbs_custom="SEPARATOR">
</category>
<category name="Programas">
<block type="Program"></block>
<block type="InteractiveProgram"></block>
</category>
<category name="Bloques 'Completar'">
<block type="ComandoCompletar"></block>
<block type="ExpresionCompletar"></block>
<block type="AsociacionDeTeclaCompletar"></block>
</category>