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

Feature request: Indent in next line following ':' #74

Closed sanjaymaniam closed 1 year ago

sanjaymaniam commented 4 years ago

':' followed by enter should give me in an indent in the next line.

for i in range(10):
(~tab here~) print ('foo')
quozl commented 4 years ago

As a teaching tool, I don't think Pippy should do this. Develop may have this feature.

sparshg commented 1 year ago

Agreed, should we close this and #73?

chimosky commented 1 year ago

As a teaching tool, I don't think Pippy should do this. Develop may have this feature.

Agreed, closing this.