I am trying to figure out how to add a custom file type to be recognised by Netbeans.

I am editing .tpl files and I would like them to be recognised as PHP/HTML files.

I've looked here and here but I cant find cnd.properties in config directory and there is no Advanced Options dialog in the options dialog.

I'm using Netbeans 6.5 with PHP and all modules up to date.

link|improve this question
feedback

1 Answer

up vote 21 down vote accepted

Let me guess, for Smarty templates? I did the following (I'm using Netbeans on Mac, steps may be slightly different):

  1. Open preferences.
  2. Select Miscellaneous tab.
  3. Select Files sub-tab thing.
  4. Click on New file extension and enter tpl.
  5. Select the mime type.
  6. Click ok. Done!
link|improve this answer
1  
Thanks so much... zomg, I can't believe I missed this. On Windows Step 1 is Tools -> Options – garrow May 25 '09 at 6:17
It took me a year to figure out. It's really not as intuitive as it should be :) – karim79 May 25 '09 at 6:44
1  
omfg zomg!! Didn't know Netbeans has this ability to link non-standard file names!! Finally! :) +1! – Lionel Chan Aug 22 '11 at 2:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.