Hello! In Halcogen usage time for generation of a code the following mistake was found. At code addition with comments in area prisoners in
/* USER CODE BEGIN */
a = 10; // для примера
b = a;
/* USER CODE END */
, comprising the Cyrillic sign "я" (0xFF) code deleting ( b=a; ) in this area causes everything that follows after that sign "я" (0xFF). How to avoid similar behavior of Halcogen?