If I put one or more cyrillic symbols in document, variables highlighting stops working. Changing file encoding has no effect. KE 9.2.1. Tested with Win XP 32 and Win 7 64.
Please provide an example code to reproduce the problem.
Are you able to reproduce it with the following code?
<?php
/* просто текст на русском */
/**
* Bla-bla-bla
*/
$long_variable = "Hello, world!";
for ($i = 0; $i < 125; $i++) {
echo "Test some code";
$long_variable .= $i;
}
echo $long_variable;
die();
I found that problem occurs after scrolling. This code is too short.
Thanks - reproduced on Linux.
Fixed.