I've been having issues with the Tier 1 IDE randomly pasting code into different parts of the source file:
function somefunction()
somevariable as integer
endfunction
do
somesomevariablefunction()
sync()
loop
When this occurs the compiler wont catch the syntax error allowing the app to run, until the error line is hit and the app force closes. Not sure the exact cause but it seems to happen most frequently on multifile projects when scrolling up and down inside the IDE. Noticed it from Versions 1074 - 1065. Is any one else experiencing this issue?