如何在Eclipse中修改这些图标IDE?

How to modify these icons in the Eclipse IDE?

Eclipse 中包含的代码折叠图标的资源在哪里?有没有对源代码足够熟悉的人指导我?

谢谢。

Example http://codespunk.com/files/upload/eclipse_collapse.png

图片是 org.eclipse.jface.text.source.projection.images 文件夹中 org.eclipse.jface.text 插件中的 collapsed.pngexpanded.png

它们被 org.eclipse.jface.text.source.projection.ProjectionAnnotation class 使用。

此插件已签名,如果您修改它,Eclipse 会报错。