-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Want to see the whole file #5
Comments
I too would like this feature. It would be great to output the whole file and not 'skip' it using the ellipsis. |
Yes, i even would like this feature. I think it should be a basic feature. ;) |
Hi! mfg Andi |
This feature is greatly needed. |
Checking the code it seems this is doable by just putting a really large value with key 'context' in the options array. |
'context'=>9999999999, not work. are you sure? @angulion |
'context'=>9999999999 does work, you've got to set this in Diff.php's $defaultOptions. Thanks for the tip, it helped. |
When looking at the Side by Side diff, it shows me something like:
1
2
3
4
5
6
…
54
55
56
You can see it "compacted" something with those three dots (...). How can I fix it so I would see the whole file?
The library itself works great! I tested another PHP diff library and it didn't respect the TABs in the output.
The text was updated successfully, but these errors were encountered: