Hello, All!
I have encountered an interesting bug.
For lua files with enabled syntax highlighting, letter "К" (from cyrillic alphabet, in Win1251 has code 0CAh), completely hangs Code::Blocks. This occurs when "К" is typed in and then saved, or a lua file, which contains this letter is opened. It looks like position of the letter in the file does not matter.
For C/C++ files this letter do not cause any problems. When lua syntax highlighting is disabled, the problem does not persist too. I am not sure that only this cyrillic symbol hang CB.
This letter does not cause any problems for SciTE 1.67 with Lua highlights.
"Tested" in several revisions between 4410 and 4517. Exist both in self-compiled CB and in nightly builds. My OS - WindowsXP SP2.