how i add ctp extension in netbeans

坚强是说给别人听的谎言 提交于 2019-12-20 10:38:20

问题


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!

回答1:


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.




回答2:


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"




回答3:


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




回答4:


Create an empty file and then put your desired extension.



来源:https://stackoverflow.com/questions/2711366/how-i-add-ctp-extension-in-netbeans

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!