ChrisKnott / Algojammer

An experimental code editor for writing algorithms
Apache License 2.0
2.92k stars 107 forks source link

Cursor position drives current step? #2

Open ChrisKnott opened 6 years ago

ChrisKnott commented 6 years ago

When you are writing code, you are normally saying "OK, I'm here...", the "here" in this is both the cursor for editing the code and the execution step in the execution in your head.

Moving the cursor could jump current step to an appropriate visit to that line