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
This is sadly a feature. In structure whitespace tokens are thrown out entirely. Once compare50 finds a match in code between two submissions, it will try to "expand" that match by adding as many tokens before and after the match until it no longer matches. But, given the whitespace tokens no longer exist, there's actually nothing to expand on. That's why you see a weird gap at line 32 between the matches from 24-31 and 33-...
This can be solved by expanding on tokens first, then jumping back to the file, and expanding on characters from there on out. Effectively jumping down an abstraction level (tokens => characters).
Jelleas
removed this from the
State driven dynamically rendered match view milestone
Jul 20, 2020
The text was updated successfully, but these errors were encountered: