Tiger-Jython/TigerJython

Unsaved Indicator gets updated wrongly

Opened this issue · 0 comments

When having multiple files with the same name open, tigerjython does not show unsaved files correctly.
For Example:
298520441-9ef86d7d-4b4f-4809-a0cb-87fc5159f9cd

I edited the last file, tigerjython marks the first file as unsaved.

Whats even more weird is that when i switch to the third tab and edit that file, the second tab gets marked unsaved.
298520715-b613ad4d-1abe-4c1e-a9ab-e46c56b76d1d

Now when i edit the second file the third tab gets marked unsaved.
298520804-118d0068-da99-43be-b46d-83b69b962ac1

I think this issue happens because of some sort of finder that searches based on filename.

This issue occurs on both Mac and Windows.

I looked where it gets set in the code but couldn't find it, but would still like to help with fixing this.