PHPEclipse 奇怪的亮点
这不是技术问题,但是非常烦人。
有谁知道如何关闭或更改 phpEclipse 中名称突出显示的颜色?
我使用黑底白字方案,这个突出显示有白色背景,这使得它难以阅读并且非常丑陋。
为了更好地解释我指的是哪个突出显示,当我将光标移动到变量/函数/方法/常量时,输入名称的所有其他位置都会突出显示。
我花了几天的时间检查了很多次设置,但我还没有找到一个可以改变那个特定的令人讨厌的亮点的设置。
任何人? 请? :)
This is not a technical problem, but very annoying.
Does anyone know how to turn off or change the color for the name highlight in phpEclipse?
I use white-on-black scheme and this highlight has a white background which makes it unreadable and very ugly.
To better explain which highlight I'm refering to, it's when I move the cursor to a variable/function/method/constant, all other places that name is typed get highlighted.
I've spent a few days going thru the settings many, many times and I haven't found one that changes that specific annoying highligh.
Anyone? please? :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
对于 Eclipse 中的 Java 来说是:
我的 ruby 插件有相同的选项。 在首选项窗口中搜索“标记出现次数”,希望 php 插件具有相同的选项。
For Java in Eclipse it is:
My ruby plug-in has the same option. Do a search in the preferences window for 'Mark Occurrences' and hopefully the php plug-in has the same option.
谢谢,就是这样,马克事件。
当我搜索选项时,我正在寻找颜色选择器而不是复选框:)
如果能够更改突出显示颜色会更好,但即使删除它也会有很大帮助。
Thanks, that was it, Mark Occurences.
When I searched thru the options I was looking for color pickers instead of checkboxes :)
It would be nicer to be able to change the highlight color for that, but even removing it is of huge help.
从 Eclipse 中,转到 Window > 首选项,使用过滤字段(“输入过滤文本”)搜索“颜色”。 它将显示与颜色相关的所有配置选项。
我想这不是 phpEclipse 的问题,而是与另一个 Eclipse 插件的不兼容。
PS:当您解决问题时,请告诉我们该设置是什么!
From Eclipse, go to Window > Preference, use the filter field ("type filter text") to search for "color". It will show all the config options related to the colors.
I suppose it's not a problem with phpEclipse, but an incompatibility with another Eclipse plugin.
PS: When you fix the problem please tell us what that setting!