After installing build 4048, the autocorrection is working in a very crazy way
As an example let's take "ação" that should be auto-corrected to "acao".
1) If I type "ação" in the very begining of the line, after typing a space, the correction works.
2) If I type "ação" inside some line, it doesn't work. In other words, if I type "ação" inside line, like:
$_POST[''], to become $_POST['ação'], that should be corrected to $_POST['acao'], it does not work. But if I type $_POST['ação and press space, it works, IF THERE IS NO OTHER CHARACTER AFTER, EVEN A SPACE.
3) If I type $_POST['ação'] as in (2), and move the caret backwards into the word "ação", and press space or tab, it works giving me the correct word + the extra previous characters after the caret, and destroying part of the previous word before "ação" ($_POSacao ção']).