split-diff icon indicating copy to clipboard operation
split-diff copied to clipboard

Side-by-side file compare for the Atom text editor.

Results 36 split-diff issues
Sort by recently updated
recently updated
newest added
trafficstars

I am seeing diffs for lines that only have an extra space in them. e.g. ![image](https://user-images.githubusercontent.com/145761/173474768-e309c8ef-e7f7-463f-bafb-128a31994f3a.png) and, this, which has a space after the '#' ![image](https://user-images.githubusercontent.com/145761/173474824-1293b4bf-767a-4aab-b3f7-caba9d91130c.png)

Trying to install within 1.60.0 x64 on MacOS. Output: ``` 0 info it worked if it ends with ok 1 verbose cli [ 1 verbose cli '/Applications/Atom.app/Contents/Resources/app/apm/bin/node', 1 verbose cli...

Would like to investigate alternatives to `jsdiff` such as `google-diff-match-patch`, `prettydiff`, etc. My hope is a new library would improve performance and/or diff success.

help wanted

Maybe I'm missing something, but I cant seem to find a way to toggle a diff between two panes (that are different files) if there are also git changes on...

Instead of forcing the editor to turn off soft wrap, split-diff should just figure out how to space things nicely so the diffs still align. This is a result of...

bug

Chunks seem to be dependent on blanklines. But if newFile splits a chunk into two the second of the new two chunks will not be counted to the old single...

Is it possible? Like WebStorm does.

feature

差分だけ表示する機能が欲しい

I have to compare often some configuration files that are 20'000+ lines. Atom with split-diff takes many minutes and I'm not even sure how long it takes, most often I...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.44.0 x64 **Electron**: 4.2.7 **OS**: Mac OS X 10.15.3 **Thrown From**: [split-diff](https://github.com/mupchrch/split-diff) package 1.6.1 ### Stack Trace Uncaught SyntaxError: Unexpected token...