You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if the modified part of the line appeared, instead of the entire line disappearing and appearing again.
(Is this already supported? If so, I missed it in the documentation. If you don't have the time to implement this, but wouldn't mind a PR, I'd appreciate your insight as to how to fit this into the infrastructure of your code)
The text was updated successfully, but these errors were encountered:
meithecatte
changed the title
Support for animations that don't update a line
Support for animations that update a line
May 8, 2020
One of the questions here is how to make code surfer aware which "words" should go where.
For instance, it might be complicated in case the line is moved and altered at the same time.
It would be nice to be able to specify which words go where.
Note how x + 3 == y * 2 is still visible on the second source (see $rr.recordValue(x, 144) + 3).
I wonder if the following might work.
Then, the markup can be made less verbose by using Unicode characters (which is way less likely to clash with existing code).
Say you want to modify the code slightly in the next slide:
It would be nice if the modified part of the line appeared, instead of the entire line disappearing and appearing again.
(Is this already supported? If so, I missed it in the documentation. If you don't have the time to implement this, but wouldn't mind a PR, I'd appreciate your insight as to how to fit this into the infrastructure of your code)
The text was updated successfully, but these errors were encountered: