https://github.com/bomsy/brackets-compare
Brackets extension to diff files.
https://github.com/bomsy/brackets-compare
brackets brackets-extension diff diffmatchpatch javascript
Last synced: 7 months ago
JSON representation
Brackets extension to diff files.
- Host: GitHub
- URL: https://github.com/bomsy/brackets-compare
- Owner: bomsy
- License: mit
- Created: 2014-05-16T16:47:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T18:31:02.000Z (almost 3 years ago)
- Last Synced: 2025-05-23T02:23:59.670Z (8 months ago)
- Topics: brackets, brackets-extension, diff, diffmatchpatch, javascript
- Language: JavaScript
- Homepage:
- Size: 2.32 MB
- Stars: 50
- Watchers: 11
- Forks: 14
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# brackets-compare
This brackets extension enables diffing and comparing files.
## install
## usage

* Click `View` and `Vertical 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](http://codemirror.net/3/doc/manual.html#addon_merge) which is built
using the [google diff match patch](https://code.google.com/archive/p/google-diff-match-patch/).
Also uses the free [glyphicons](http://glyphicons.com/) from the bootstrap library.