I use version 12.50 (64 bit). There is a serious problem at times with the editor. I am in debug mode and need to make some changes in my code. At times, not always, when I edit code, then certain other parts of my code automatically change on me. I don't know if this happens because of (after) a SAVE operation on my part, or before I save my work. b4A is changing lines of code I was not even modifying. This is annoying because it messes up my code and I have to try and figure out what it changed that I am not aware of.
One example of how changes were made in my code and code 28 lines above what I changed automatically changed by itself, from this:
to this:
What is going on here? Does anyone else have this problem? Seems like this has been around for many versions, and is still happening. Thank you.
One example of how changes were made in my code and code 28 lines above what I changed automatically changed by itself, from this:
B4X:
mp1 = Find_Midpoint(Transit(pidx(a1)), Transit(pidx(b1)))
to this:
B4X:
mp1 = Find_Midpoint(Transit(pidx(a1)), Transit(pidx())
What is going on here? Does anyone else have this problem? Seems like this has been around for many versions, and is still happening. Thank you.