Not sure if this is a bug or a feature request, but I've been burned enough times that it has become annoying, so: bug.
If I have some code, say
Now, if I want to insert more parameters, I put the cursor right before the letter "s" in "src" and add the height parameter:
Now, I want to add a width. So press space, and start typing. HTMLPad, being helpful, puts up the autocorrect box. If I ignore it and continue typing, then as soon as I hit the equals sign, this is what happens:
Code: Select all
<img height="25" widthsrc=="foo.com">

That's not happy.
Suppose I was lazy, and decided to use the autocorrect box instead. I select "width" from the pick-list and press enter. This is what happens:
Code: Select all
<img height="25" width=="foo.com">

Gahh!!!
