nint22 / corebasic2

Automatically exported from code.google.com/p/corebasic
0 stars 0 forks source link

iOS: Return-tabbing and auto-shift of text #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When the user creates a new block of code (through conditionals, for, and while 
blocks), the next line should be tabbed for the user by the code. When the user 
writes an end-block statement, we should automatically shift-back the end-block 
keyword

Original issue reported on code.google.com by nin...@gmail.com on 14 Feb 2012 at 11:46

GoogleCodeExporter commented 9 years ago
Feature added

Original comment by nin...@gmail.com on 15 Feb 2012 at 11:18

GoogleCodeExporter commented 9 years ago
Corrected error where user is tabbing or applying syntax movement at the 
non-end of the text (before it always pushed to the end)

Original comment by nin...@gmail.com on 15 Feb 2012 at 11:33