In PDT-Eclipe, under 'Project' -> 'Properties' -> 'Code Style' -> 'Code
Templates', 'Simple php file' contains following template:

<?php
> ${cursor}
> ?>
>

I changed it to by editing it in PDT-Eclipse:

/**
>  * @Filename:
>  * @Usage: php
>  * @Description:
>  * @Date:
>  * @Author: Parag Kalra
>  * @Company: My Company
>  * @Email: paragka...@gmail.co.in
>  * @Copyright: Parag Kalra, 2009-2010
>  * @License: GNU General Public License
>  * @Version:
>  * @Last changed:
> */
>
> <?php
> ${cursor}
> ?>
>

But when I am creating a new php file, it still shows:

<?php
${cursor}
?>

I am unable to view my new PHP file header.

 What am I missing?

Cheers,
Parag,

Will Rogers <http://www.brainyquote.com/quotes/authors/w/will_rogers.html>
- "I don't make jokes. I just watch the government and report the
facts."
_______________________________________________
pdt-dev mailing list
pdt-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/pdt-dev

Reply via email to