Hello, I’m new to this community and have urgent task for my work here.
Say, I have a file “Myfile.txt1” and “Myfile.txt2” - they have a bit different format, while I have a (line,column) to (line,column) map file as a third file.
Now, I want to have these two file open vertically, and editing one file modifies other file simultaneously, with some highlights on unsaved changes.
I’ve been looking though API and other examples but still can’t jump start. Is there any similar example that I can look through as starting point?
Thank you so much!!