John van de Waeter 7 Posted June 29, 2023 Hi All, (D11.3 on Windows 10) Occasionally, when I switch Target platform, the markdown does not work. It stays in the previous state. E.g. when I switch Target Platform from Windows to Android, the windows part of the code( between {$IFDEF MSWINDOWS} and {$ENDIF}) should go gray and the Android part should turn black. But it stays like Windows Target is still selected. Closing and reopening the unit solves the problem. CodeInsight sometimes looses track and after typing the dot after an objects name, it gives me all kinds of template-suggestions, but no object-properties. Closing and reopening the unit usually solves the problem. The lines on the lefthand side that nicely show the pairs of begin and end sometimes are shifted a couple of lines, Closing and reopening the unit usually solves the problem. Often when the Build Configuration is Release, it builds as if it's in Debug mode. The Compiling Dialog shows Debug. A couple of times switching between Debug and Release usually solves the problem. The last one :) Often when hitting F9, the messages window shows that a unit cannot be found. Always another arbitrary unit. Hitting F9 again, problem gone, compiles okay. All above smells (imho) a bit like some memory corruption? Or maybe the 6GB RAM I have is not enough? cheers, John Share this post Link to post