在Eclipse首选项中看不到PHP内容类型? [英] Cannot see PHP Content Type in Eclipse preferences?

查看:264
本文介绍了在Eclipse首选项中看不到PHP内容类型?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个新的eclipse Juno安装与PDT。我导入我的首选项,一切似乎都正常工作,除了在内容类型部分我没有看到PHP内容类型。我看到php内容类型的%content-typ.name0;如屏幕截图所示。有什么问题吗?



解决方案

?这是一个pdt的错误。

%content-type.name.0是标签的变量名,标签由eclipse / plugins / org.eclipse.php中的plugin.properties组成.core_3.1.1.201209101312.jar

> content-type.name.0 = PHP内容类型



您可以编辑/ META-INF /MANIFEST.MF在org.eclipse.php.core_3.1.1.201209101312.jar中,插入Bundle-Localization:plugin(不要将其添加到空行)然后用-clean选项启动eclipse。


I have a new eclipse Juno installation with PDT. I imported my preferences and everything seems to be working normal except the in the content type section I do not see PHP Content Type. I see "%content-typ.name0" for the php content type; as seen in the screen shot. What is wrong with it?

解决方案

? It is a bug of pdt.
"%content-type.name.0" is a variable name for a label, and the label consists in plugin.properties in eclipse/plugins/org.eclipse.php.core_3.1.1.201209101312.jar
>content-type.name.0 = PHP Content Type

You can edit /META-INF/MANIFEST.MF in org.eclipse.php.core_3.1.1.201209101312.jar, insert "Bundle-Localization: plugin".(do not append it after blank line) And then start eclipse with -clean option.

这篇关于在Eclipse首选项中看不到PHP内容类型?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆