File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments