Hi Dmitri,
I've noticed (in my opinion) an anoying bug. When "Auto close quotes" are enabled in phpEd's settings it works great, except such situation:
Example: I'm writting SQL query:
$query = "SELECT `firstColumn`, `secondColumn`, |, `anotherColumn` FROM ..."; |
Marked "|" as cursor position, so trying to add quote before "," symbol get only one quote, thought auto close quotes are enabled, if cursor is before a space symbol and that space symbol is at the end everything works fine. If space symbol is before some other text, auto close quotes issue repeats
.
This is very annoying situation.
Hope this will be fixed till next phpEd release.
Bye