[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: Code Completion: <? rather than <?php

Hey,

Using "<? ?>" not recommended, in php6 short-tags are depreceated.
And default php.ini have short-tags disabled

On 25.12.2008 21:20, Igor wrote:
I like PDT. Thank you very much for a great work.

Question:
When I type "<?" the IDE immediately completes the "php ?>" for me.
Is there possibility to configure it, so that it appends just "?>"
without "php"? (so I get "<??>" instead "<?php ?>")

Looked around the Google for and couldn't find anything. Much thanks for
any insight.