Ticket #2475 (closed enhancement: fixed)
Integrate Python code block with Turtle Art
| Reported by: | tonyforster | Owned by: | walter |
|---|---|---|---|
| Priority: | Unspecified by Maintainer | Milestone: | Unspecified by Release Team |
| Component: | Turtleart | Version: | Unspecified |
| Severity: | Unspecified | Keywords: | |
| Cc: | Distribution/OS: | Unspecified | |
| Bug Status: | Unconfirmed |
Description
At the moment a project is split between two files, a *.ta and a *.py, two activities must be launched to edit the project and there can only be one py block in a project.
What I propose is that the py code be saved within the *.ta file and that Turtle Art include a text editor. The text editor launches when a python block is clicked. Multiple py blocks can be included in a ta program.
Walter:
It could be done that way, but I would prefer that people edit
their python in a python environment, but the problem with the current process is that there is no way to test your python code in Pippy, because the TA modules aren't available. Your proposal would address that issue.
