1. I have a php file with html (template). Started typing "<a[space]" - editor will replace this into "<a href=""></a>" (nice new feature

2. Next bug is present even in 2011 version:
I have html like this: <a href="" title="<?php echo $title; ?>">link text</a> - editor will stop autocomplete all html attributes after the php code (hapens in all html tags, not just "<a>") - this bothers mi a lot.
Thank you for fixing this.