how i add ctp extension in netbeans

2019-03-13 08:01发布

How i add CTP Extension using following method but it is not worked can any one help me ?

  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!

4条回答
叼着烟拽天下
2楼-- · 2019-03-13 08:44

You could install plugin PHP CakePHP Framework and enable it for desired projects.

查看更多
趁早两清
3楼-- · 2019-03-13 08:53

To add the ctp extension in netbeans

  • Go to Tools -> Options -> Miscellaneous -> Files

  • then click on "New" -> Type in ctp -> Click "OK"

  • After "Associated File Type (MIME)" -> select (text/x-php5) -> Click "OK"

查看更多
叼着烟拽天下
4楼-- · 2019-03-13 09:03

Create an empty file and then put your desired extension.

查看更多
SAY GOODBYE
5楼-- · 2019-03-13 09:08

Go to : Tools -> Options -> Miscellaneous -> Files

Then : Click on "New" -> Type in ctp -> Click "OK"

Associate with PHP text/x-php5

And you are finished.

查看更多
登录 后发表回答