私の Eclipse IDE Indigo Release では、一致するブラケットの色が正しく設定されていません。ブラケット内のタグ " <div class=...>
" のテキストが表示されないので、変更したいのですが、「Eclipse_Theme.epf」ファイルがあります。カスタム色を設定するためにEclipseにインポートしました。以前は次のアプローチを使用して、置き換えたい色を変更しました。
[1] Take a screen shot of the Eclipse editor
[2] Paste the screen into a window's painter program
[3] Use the color picker to pick the color I want to change
[4] Find it's RGB values, e.g. 10,20,255
[5] In "Eclipse_Theme.epf" search for the RBG value and replace them with my new RGB choice, save the file
[6] Import "Eclipse_Theme.epf" into Eclipse again to replace the old one, and the new color will show up in my Eclipse editor.
しかし、上記の問題に対して上記のアプローチがどのように機能しなかったか、一致するブラケットの色が「Eclipse_Theme.epf」ファイルに見つかりません。私の質問は、Eclipse のどこにあるのか、この色を変更できるのか、またはこの色を表す「Eclipse_Theme.epf」ファイルのどのプロパティが見つかりませんか?!