Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pdt-dev] How to change the default "Simple php file" template.

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: paragkalra@xxxxxxxxxxx
 * @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  - "I don't make jokes. I just watch the government and report the facts."

Back to the top