Eclipse's Color world-text syntax highlighting

Source: Internet
Author: User

Eclipse original color is not look tired. ZZ, change the color , lift, but it is very difficult to find ...

Java Syntax highlighting location: Preferences/jave/editor/syntax Coloring


XML syntax highlighting:preferences/xml/xml files/editor/syntax coloring


Font Size setting:Preferences/general/apperance/color and Fonts (Basic last two)



Set it up, want to back it up, but where did it end up? Where, where, where?

Process Monitor captures the file read and write records of the eclipse that started each stop

Preliminary determination of color information to be saved in workspace

Then, reduce the scope
Find the keyword color under the workspace file with search and replace
Through repeated rewriting of the experiment, finally found,

There's only one truth.

The Java text color is here:
... \android_workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.jdt.ui.prefs

Java_comment_task_tag=36,168,112java_doc_link_bold=truejava_doc_tag_bold=truejava_keyword=135,123,16java_ Keyword_return=135,123,16java_multi_line_comment=36,168,112java_multi_line_comment_bold=truejava_single_line_ comment=36,168,112java_single_line_comment_bold=truejava_string=255,0,255
color is expressed in r,g,b form
the C + + text color is here:

... \android_workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.cdt.ui.prefs

Here is the XML:

.. \android_workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.wst.xml.ui.pref s

Commenttext=\ #008000 | null | False | False | False | falseeclipse.preferences.version= 1org.eclipse.wst.xml.ui.internal.tabletree.xmlmultipageeditorpart.lastactivepage=1tagattributename=\ #000000 | null | true | False | False | Falsetagattributevalue=\ #ff00ff | null | False | False | False | Falsetagname=\ #ff0000 | null | False | False | False | Falsexmlcontent=\ #0000ff | \ #ffffff | False | False | False | False

(The following is the setting of XML syntax highlighting, which is captured by Process Monitor when saved)

The font size is here:

.. \android_workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.ui.workbench.prefs

Other settings are in various *.prefs files


Article from: http://blog.csdn.net/wisepragma/article/details/39801775

Reprint please indicate the source

Eclipse's Color world-text syntax highlighting

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.