bruiken / Notepad--

Notepad--, a lightweight web based editor with numerous optional features.
MIT License
3 stars 0 forks source link

Find a way to accurately choose two tabs to diff #43

Closed huynguy97 closed 3 years ago

huynguy97 commented 3 years ago

Currently theres a bug when you add tabs, remove tabs and then try to diff. This is because our tab implementation.

Originally posted by @huynguy97 in https://github.com/bornobob/Notepad--/issues/42#issuecomment-738983831

jwijenbergh commented 3 years ago

In progress in the feature-diff branch, we will have two ways implemented:

Huy will integrate my code with his and add it to the pr.

huynguy97 commented 3 years ago

Fixed many bugs so far. Getting current editor data works, between tabs 1-2 works as well even if you click another tab.