Xojo doesn't detect changes after pulled changes via Git

[quote=470718:@Jürg Otter]
It’s downside is that usually the project file gets modified because of that…[/quote]
Of course
It would move it order in the manifest since yu’d remove one line and replace it with a new one at a different location
Basically think of it as

   array.remove <index of existing item>
   array.append new item

a “reload” could avoid such a thing

We pointed out the dangers of this in 2013, but nothing happened with the ticket (it still says reviewed).
Both me and Gino pointed out the risk over overwriting changes that you make to code.
Since we work with external xml code we’ve been bitten by this multiple time.
It’s very annoying that is you forget to reload you end up overwriting the code you pulled in (or changed in another project that uses the same external).

<https://xojo.com/issue/11725>