stable

Clone or download

Read-only

Display code in side-by-side diff

Part of story #11667 display diff side by side How to test: - Browse a pullrequest's files using side-by-side diff mode - The old state of the file will be shown on the left editor - The new state of the file will be shown on the right Will be done later: - Synchronized scrolling in the two editors - Adding placeholders for added/deletes lines to keep the same file length on both sides - Adding / Displaying comments on either side Change-Id: I8ee717452ee76d692b8d1acb0e4a90ee04289db9

Modified Files

Name
M plugins/pullrequest/www/scripts/src/app/file-diff/codemirror-helper-service.js +3 −3 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/file-diff/diff-modes/side-by-side-diff-component.js +76 −6 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/file-diff/diff-modes/unidiff-component.js +5 −1 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/file-diff/file-diff-config.js +1 −1 Go to diff View file
M plugins/pullrequest/www/themes/BurningParrot/css/includes/_file-diff.scss +10 −1 Go to diff View file