Skip to content
  • epriestley's avatar
    Improve offset/range inline behavior for rich diffs and unified diffs · 3ee6b539
    epriestley authored
    Summary:
    Ref T13513. The way I'm highlighting lines won't work for Jupyter notebooks or other complex content blocks, and I don't see an obvious way to make it work that's reasonably robust.
    
    However, we can just ignore the range behavior for complex content and treat the entire block as selected. This isn't quite as fancy as the source behavior, but pretty good.
    
    Also, adjust unified diff behavior to work correctly with highlighting and range selection.
    
    Test Plan:
      - Used range selection in a Jupyter notebook, got reasonable behavior (range is treated as "entire block").
      - Used range selection in a unified diff, got equivalent behavior to 2-up diffs.
    
    Maniphest Tasks: T13513
    
    Differential Revision: https://secure.phabricator.com/D21257
    3ee6b539