From a4828b634d1c8e6374785f503da26a6def3d8ade Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 17 Sep 2010 16:29:10 +0000 Subject: expandable 2-arg blocks --- (limited to 'TurtleArt/taconstants.py') diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py index 7ad4aa1..097bd5c 100644 --- a/TurtleArt/taconstants.py +++ b/TurtleArt/taconstants.py @@ -237,15 +237,15 @@ PORTFOLIO_STYLE_1x2 = ['template1x2'] # # Blocks that are expandable # -EXPANDABLE = ['vspace', 'hspace', 'templatelist', 'list', 'identity2', - 'myfunc1arg', 'myfunc2arg', 'myfunc3arg', 'userdefined', - 'userdefined2args', 'userdefined3args', 'plus2', 'minus2', - 'division2', 'remainder2', 'product2', 'random', 'equal2', - 'greater2', 'less2', 'and2', 'or2'] +EXPANDABLE = ['vspace', 'hspace', 'identity2'] -EXPANDABLE_MATH = ['plus2', 'minus2','division2', 'remainder2', 'product2', - 'random', 'equal2', 'greater2', 'less2', 'and2', 'or2'] +EXPANDABLE_BLOCKS = ['plus2', 'minus2','division2', 'remainder2', 'product2', + 'random', 'equal2', 'greater2', 'less2', 'and2', 'or2', + 'arc', 'setxy', 'fillscreen', 'storein', 'write'] +EXPANDABLE_ARGS = ['templatelist', 'list', 'myfunc1arg', 'myfunc2arg', + 'myfunc3arg', 'userdefined', 'userdefined2args', + 'userdefined3args'] # # Blocks that are 'collapsible' # -- cgit v0.9.1