Hi,
I've been using PhpED for a couple of days now, and the more I spend time with it, the more I like it.
after using zend studio for long time and instead of upgrading my license there,I'm seriously thinking about purchasing a new PhpED license, but I still am missing some of its feature that are not in PhpED.
one of this features is auto-close php tags. (just like quotes and brackets auto-close)
but I found that there is another feature for that which is auto-completion.
the problem with that is, when I type the first delimiter of html tag a drop down menu appears with some suggestions which is the first on is
<?..?> and the second one is
<?php..?> and other tags after that such as
<a tag etc.
I always use the full php tag
<?php..?> and don't like to use the short tag
<?..?>
but in auto completion the short tag comes first and I have to scroll down to the second line to choose the full php tag.
so, how can I disable the short tag or at list make it come second and the full tag
<?php ..?> come first?
and how to make the opening tag
<?php and closing tag
?> be in the same line not in two different lines?
if it required file edit then what file I have to edit?
hope someone can help with this as I heard there is a very good support for PhpED in this forum.
thanks
