File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,3 +122,22 @@ line of code immediately below each annotation.
122122 pre-computed. e.g., list local stack variables by their order of
123123 definition in the original program execution.
124124
125+ ---
126+ 2011-09-24
127+
128+ Ron's suggestion:
129+
130+ Ron Yeh - Feedback: It'd be nice if (for longer programs) the text
131+ window would auto scroll to the current line. For your "Philip's
132+ 10-minute intro to Python" example, I was stepping through your code but
133+ then the current line went off screen. I had to manually scroll down a
134+ few times.
135+
136+ Philip Guo - great idea! do you know if there's any jQuery or other js
137+ tricks to do this sort of scrolling?
138+
139+ Ron Yeh - Pretty sure I've done this before, a while back. Basicaly you
140+ just need a named div or anchor in your document, and then you can
141+ scroll to it. This page might help:
142+ http://css-tricks.com/snippets/jquery/smooth-scrolling/
143+
You can’t perform that action at this time.
0 commit comments