brackets-compare
brackets-compare copied to clipboard
Brackets extension to diff files.
brackets-compare
This brackets extension enables diffing and comparing files.
install
usage
- Click
View
andVertical Split or Horizontal Split
(To make sure files to be compared are visible) - Select the files to be compared into each of the splits by clicking on the split section and then clicking the file
- Click on the
Show diff
button in the toolbar on the right (as shown in the image above), to switch on diff mode.
- After viewing diffs, click the
Hide diff
button in the toolbar on the right (as show in the image above) to switch off diff mode.
contributing
dependencies & acknowledgements
This makes use of the Codemirror Merge Addon which is built using the google diff match patch.
Also uses the free glyphicons from the bootstrap library.