〖android〗 My ADT Eclipse customization

Source: Internet
Author: User
Tags gtk

1. Configure Auto-completion:

Search assist, Windows-preferences, modifying the Java XML Auto-trigger completion:. abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz_

2. Auto-Complete plug-in:

Http://www.cnblogs.com/sunjie21/archive/2012/06/28/2567463.html

Search assist,c/c++, Java, Preference, Windows XML is entered (or appended):. Abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz_

Direct Replacement File Method:

# Backup files

Find Eclipse/plugins-name \*jface.text\*-exec mv-v {} {}.bak \;

# Copy files to

Eclipse/plugins/org.eclipse.jface.text_3.8.2.v20121126-164145.jar (to be the same version only)

3. Modify the border too large and color configuration:

1. Modify the background color of the cue box:

Path:/USR/SHARE/THEMES/GREYBIRD/GTK-2.0/GTKRC

Modified: Gtk-color-scheme = "Tooltip_bg_color: #f2edbc \ntooltip_fg_color: #000000" # tooltips.

2. Modify the global background color:

Gtk-color-scheme = "Bg_color: #cce8cf \nselected_bg_color: #398ee7 \nbase_color: #fcfcfc" # Background, base.

3. Modify the Eclispe background color:

Windows->preferences->general->editor->text Editors->backgroud Color modified to #fcfcfc

4. How to adjust the border too large

Cd/path/to/adt

VI "$ (Find eclipse -name e4_default_gtk.css)"

Open: Plugins/org.eclipse.platform_4.2.*/css/e4_default_gtk.css, find and modify:

. Mpartstack {

Font-size:9;

Font-family:liberation Sans;

Swt-tab-renderer:null;

swt-tab-height:22px;

Swt-selected-tabs-background: #FFFFFF #ECE9D8 100%;

Swt-simple:false;

Swt-mru-visible:false;

}

Original content:

. Mpartstack {

font-size:11;

Swt-simple:false;

Swt-mru-visible:false;

}

5. Logcat Font Size: android→logcat location

4. Crash Workaround:

Open the Eclipse/configuration/config.ini file and add it on the last line

Org.eclipse.swt.browser.defaulttype=mozilla

Reference Blog: http://www.cnblogs.com/scue/p/4461845.html

5. Eclipse Shortcut keys:

VI ~/.local/share/applications/eclipse.desktop

[Desktop Entry]

Type=application

Name=eclipse

Comment=eclipse Integrated Development environment

Icon=eclipse.png

exec= "/media/study/program files/adt-bundle-linux-x86_64-20131030/eclipse/eclipse"

Terminal=false

Categories=development;ide; Java;

Startupwmclass=eclipse

〖android〗 My ADT Eclipse customization

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.