Hey, i'm going to buy the software next week, when i get paid. However, there is one feature that is kinda missing.
another PHP editor has it, and it's a feature that converts text into print format, i.e
If i type '<input type="text" value="" / >'
if i'll highlight it and click on the feature's button it will replace it with.
print "<input type=\"text\" value=\"\" / >";
It will be even cooler if it could determine variables and when a variable is in it will use ' instead of " and will place the variable outside the quotes. i.e
'<input type="text" value="$var" / >' will be replaced with.
print '<input type="text" value="' . $var . '" / >';
Thanks in advanced, i'll be back next week to buy your software
hopefully your price will be the same (thanksgiving sale).