i also noticed that it may be relavent but in the most recentky i reformatted my pc and it had the dark gui text on bottom allowed you to mouse click skip save ect
and it works up to the find the key on the [patio and the records of the publisher part then it uses a constant arrow right in top left corner and from there the mods realy buggy..
. such as no skip options by using tab key and the dark gui on bottom screen is no longer there... Sorry hope this makes sence.. another great file checker for comparing i love it called code compare addon for sale but it is avail on other sites to be get.
in visual studio
Try this for your needs source is at the google link
//code Dot google Dot com/archive/p/google-diff-match-patch/
Also to find the diff and patches try this link to match the files and also to patch your differences...
The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text.
- Diff:
- Match:
- Patch:
Currently available in Java, JavaScript, Dart, C++, C#, Objective C, Lua and Python. Regardless of language, each library features the same API and the same functionality. All versions also have comprehensive test harnesses.
Algorithms
This library implements
You must be registered to see the links
which is generally considered to be the best general-purpose diff. A layer of
You must be registered to see the links
surround the diff algorithm, improving both performance and output quality.
This library also implements a
You must be registered to see the links
at the heart of a flexible
You must be registered to see the links
.