-
Notifications
You must be signed in to change notification settings - Fork 32
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
Visualize diff #230
Comments
Can we look into some existing tools for inspiration. Any existing implementations we could reuse? Maybe try some of the browser-based IDEs that we have been looking into. Both VS Code Server and Theia have file comparison features. |
Other tools are definitely a good source for inspiration, but our implementation will be very specific because there are some distinct differences with normal differs or merge tools. So if we would decide to reuse other code, it should be very flexible and extendible. |
For code highlighting we could either use Prism js or Highlight js |
|
Current todo status:
|
This issue was resolved with PR #256 |
Comparing two files is the main functionality of Dolos, so this should be a clear and easy-to-use component of our web UI.
Requirements:
Ctrl-Alt-S
to toggle scroll-sync on/offThe text was updated successfully, but these errors were encountered: