Skip to content

Commit d83ceda

Browse files
author
Philip Guo
committed
added ron's suggestion
1 parent c4436cc commit d83ceda

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

TODO

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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+

0 commit comments

Comments
 (0)