kov_serg Messages: 42 Registered: August 2008 Location: Russia
Member
UppWin-1607 the same problem Ctrl-F replacing text. This "feature" spoils me some source files
For example
if (!check_function(&arg)) { do_some_thing(); }
after Ctrf-F changed into
if (!(&arg)) { do_some_thing(); }
with out any prompt. Even more programm still compile, work but in different way! And this code bugs could be found only using text comparing. Or worse they could stay undetected, until too late.
This theature is too anoing. So I am still using older version
Another new feature is ancors in designer. Why check button does not enabled by default?