sugarlabs / Pippy

Pippy allows the student to examine, execute, and modify simple Python programs. In addition it is possible to write Python statements to play sounds, calculate expressions, or make simple text based interactive games.
GNU General Public License v2.0
11 stars 34 forks source link

No source tab on resume of empty file #67

Closed quozl closed 4 years ago

quozl commented 5 years ago

Reproducer: start Pippy, stop Pippy, resume Pippy.

Observed result: source editor tab is present on initial start, but not on resume.

Expected result: source editor tab is present on initial start, but not on resume.

Workaround: press the add tab button, or type something before stopping.