Xojo IDE and Version Control

Xojo IDE usually toggle TabStop = True in a GUI (Window, ContainerControl, etc). Is there a method to prevent this? It will make a mess in version control history.

Norman is always working towards stopping those. For now, you can reset the files where those are the only changes.

Thank you kem. Hope this issue will be fixed soon.

My favorite is when the IDE changes True to “True” or a number to a string like 1 to “1”.

I usually only see this with IDE version changes.

Mine is the disappearing and reappearing index values…

Yeh - I forgot about that one…

My understanding is it has to do with (over)use of Variants, but Norman is aware and it’s been getting better.