emad-elsaid / devtools

A set of simple tools every developer needs, collected in one application.
http://www.emadelsaid.com/devtools
MIT License
15 stars 6 forks source link

Diff/Merge tool #4

Open emad-elsaid opened 8 years ago

emad-elsaid commented 8 years ago

The tool should do the basic functionality of Diff, shows added/removed/modified lines between 2 sets of inputs.

the tool should contain a basic two textarea, each will contain a file contents, then a button should switch to the diff view back and forth.

another design of this tool is a live preview of changes while editing/pasting text into another diff view under the input textareas.

one last design, we can include an advanced text editor like Ace to replace the input textareas and highlight the difference on the fly.

further enhancements