C2LC-643: Add highlight on active loop containers, when program is running

Metadata

Source
C2LC-643
Type
Task
Priority
N/A
Status
Done
Resolution
N/A
Assignee
N/A
Reporter
Daniel Cho
Created
2022-04-25T10:02:05.252-0400
Updated
2022-07-27T14:01:27.461-0400
Versions
N/A
Fixed Versions
  1. Coding Env 1.5
Component
N/A

Description

Also note that when pausing on the last block in a loop, the execution highlight should probably sit on the first block in the loop. (from 1.2 QA)

From discussion on May 3rd, we decided to update interpreter to not able to pause on control blocks(loop). Step the program forward until we see an action block.

Comments

  • Daniel Cho commented 2022-07-12T15:17:44.011-0400

    This work also removes background colour of the loop container when it's focused.