Skip to content

Commit 67212e4

Browse files
author
Philip Guo
committed
woooooooo woooooooooooo
1 parent bb0e7ca commit 67212e4

4 files changed

Lines changed: 208 additions & 136 deletions

File tree

TODO

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,13 @@ line of code immediately below each annotation.
147147
- Make the 'Edit code' window display in the same place as the read-only
148148
code display column, in order to prevent abrupt jumping.
149149

150-
- Experiment with having the stack grow DOWNWARDS and see if variable
151-
displays get more STABLE if we do it that way
150+
---
151+
2011-09-23
152+
153+
- Add some smoother transitions between states, especially when
154+
functions are called and return ('call' and 'return' events,
155+
respectively) ... wait, those should be easy to fade out since the
156+
global state should be identical except for the latest stack frame
157+
being MISSING (but what about if you step backwards into a 'return'
158+
statement, though???)
152159

edu-python.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ table#pyCodeOutput {
145145
border-top: 1px solid #999999;
146146
padding-top: 3px;
147147
border-bottom: 1px solid #999999;
148+
margin-top: 5px;
148149
}
149150

150151
/* don't wrap lines within code output ... FORCE scrollbars to appear */

0 commit comments

Comments
 (0)