Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/taexportpython.py
Commit message (Expand)AuthorAgeFilesLines
* special handling for 'hat' and 'stack' blocks when exporting themMarion2013-08-161-6/+7
* add Primitve for the 'square root' blockMarion2013-08-121-0/+3
* avoid adding a type prefix to the value of value blocks when exporting themMarion2013-08-111-1/+1
* rename the LogoCode's loop function to prim_loopMarion2013-08-091-1/+1
* update the boilerplate exported code with the new location of window_setupMarion2013-08-091-1/+1
* add Primitives for the 'if-then' and 'if-then-else' blocksMarion2013-08-091-1/+1
* add Primitives for the 'xcor' and 'ycor' blocksMarion2013-08-031-2/+5
* add Primitives for the 'pen up' and 'pen down' commandsMarion2013-08-031-12/+4
* make finding tops of block stacks more efficient in taexportpythonMarion2013-08-021-7/+12
* export tool makes exported code use talogo's execution engineMarion2013-08-021-2/+9
* highlight faulty block if an error occurs during exportMarion2013-08-011-7/+15
* enable i18n for the new error messagesMarion2013-08-011-2/+4
* show a nice error message if the program contains non-exportable blocksMarion2013-08-011-12/+10
* make 'clean' block fully exportable and make exported code runMarion2013-07-311-0/+1
* add Primitive object for 'clean' blockMarion2013-07-311-1/+4
* define some Primitives as not exportable when they are createdMarion2013-07-231-1/+6
* add special handling for 'repeat' loopsMarion2013-07-221-2/+3
* implement actual export functionalityMarion2013-07-191-8/+80
* taexportpython: separate general setup code from code for each action stackMarion2013-07-181-13/+14
* add menu item to GNOME version for exporting python codeMarion2013-07-181-0/+15
* taexportpython: generate the exported file and fill it with some setup codeMarion2013-07-181-0/+115