Eclipse PDT 打开 svn 存储库中 php 文件的语法突出显示探索视角
我使用 eclipse pdt、eclipse helios sr2 (eclipse 3.6.2、pdt 2.2.1、subclipse 1.6.18、svn javahl 1.6.17 )
php 文件的语法突出显示在 php 视角中有效,但在 svn 存储库中探索视角 php 文件是没有颜色编码。
xml 文件采用颜色编码
svn 中的 php 文件的差异是用颜色编码的
,但双击 php 文件以显示存储库版本只是显示为纯文本文件。
我找不到任何选项来更改该
*.php 在常规 > 下注册的 效果内容类型> text->php 内容类型
*.php 在编辑器 > 下有关联的编辑器“php 编辑器”、“文本编辑器”文件关联。
两者都被 php 内容类型锁定,php 编辑器是默认的
I use eclipse pdt, eclipse helios sr2 (eclipse 3.6.2, pdt 2.2.1, subclipse 1.6.18, svn javahl 1.6.17 )
Syntax highlighting for php files works fin in php perspective, but in svn repository exploring perspective php files are not color coded.
xml files are color coded
diffs of php files from within svn are color coded
but double clicking on a php file to show the repository version just shows as a plain text files.
I can't find any option to change that effects this
*.php is registered under general > content types > text->php content type
*.php has associated editors "php editor", "text editory" under editors > file associations.
both are locked by php content type, php editor is default
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明这是 pdt 2.2.1 中的一个错误
错误 321332 - Eclipse PDT,从 SVN 打开 PHP 文件时不受支持的内容类型
我安装了 eclipse indigo (3.7)、pdt 3、subclipse 1.6.18、数据工具平台
svn 存储库资源管理器提供语法突出显示并按其应有的方式工作
Turns out it is a bug in pdt 2.2.1
Bug 321332 - Eclipse PDT, Unsupported content type when opening PHP file from SVN
I installed eclipse indigo (3.7), pdt 3 , subclipse 1.6.18, data tool platforms
svn repository explorer provides syntax highlighting and works as it should