.xojo_code file changes such as Scope = 0 vs. Scope = "0"

Why does my .xojo_code files change w/o editing them? It seems that every commit I always have something like:

[code]- Scope = 0

  •    Scope             = "0"[/code]
    

Or:

- Index = -2147483648

What is going on? Is there a way to stop this? When trying to track things down, it makes life more difficult as many files are committed per commit with useless (to me the coder) changes such as those above.

Both excellent questions. I was looking at this earlier today and would love an answer too ;).

As unpleasant as it is, you can edit the values before committing.

Absolutely. We use rbvcp internally and it’s definitely a pain.