0.86/Turtle Art: Difference between revisions
m moved 0.86/TurtleArt to 0.86/Turtle Art: deCamelCase |
|||
| (9 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude></noinclude> | ||
<big>'''Turtle Art'''</big> | |||
== Introduction == | == Introduction == | ||
| Line 13: | Line 13: | ||
More Info: | More Info: | ||
* Turtle Art Sugar Activity [[Activities/ | * Turtle Art Sugar Activity [[Activities/Turtle Art|homepage]] | ||
* Turtle Art gallery (See [http://www.turtleart.org]) | * Turtle Art gallery (See [http://www.turtleart.org]) | ||
* Turtle Art Manual (See [http://en.flossmanuals.net/turtleart]) | * Turtle Art Manual (See [http://en.flossmanuals.net/turtleart]) | ||
| Line 34: | Line 34: | ||
Minor bugs and feature changes include: | Minor bugs and feature changes include: | ||
73 | |||
* raise status flag when catching overflow error | |||
* clean up of de, it, fr, es artwork | |||
* fixed bug related to blocks running off the left edge | |||
* cleaned up command-line code | |||
72 | |||
* cleaned up code for pre-0.86 palettes | |||
* fixed keyboard shortcut bug in pre-0.86 palettes | |||
* fixed problem with int(None) in unselect | |||
* fixed problem with int(float) in unselect | |||
* fixed fence-post problem with searching off the end of blocks | |||
* work-around Rainbow problem with tmpfile | |||
71 | |||
* updated fr translations | |||
* more sample Python code | |||
* limiting abs(number) to max of 1000000 to prevent OverflowErrors | |||
70 | 70 | ||
| Line 201: | Line 223: | ||
== Detailed changes == | == Detailed changes == | ||
'''Version | '''Version 71''' | ||
* {{Bug|893}} Show multimedia tile to support text formats | * {{Bug|893}} Show multimedia tile to support text formats | ||
* {{Bug|490}} Turtle Art should close video window properly | * {{Bug|490}} Turtle Art should close video window properly | ||
| Line 225: | Line 247: | ||
* {{Bug|1288}} Key accelerators are all <Alt>, HIG specifies <Ctrl> is the default modifier | * {{Bug|1288}} Key accelerators are all <Alt>, HIG specifies <Ctrl> is the default modifier | ||
* {{Bug|1073}} Units of wait brick smaller than seconds | * {{Bug|1073}} Units of wait brick smaller than seconds | ||
* {{Bug|1424}} Long help strings can't be seen at all | |||
* {{Bug|1425}} Should the 'Hide blocks' button hide the blocks palette as well? | |||
* {{Bug|1426}} lots of missing strings for spanish (probably for all other languages) | |||
* {{Bug|1455}} int overflow crashes Turtle Art | |||
==Open tickets== | ==Open tickets== | ||