Eclipse skills

xiaoxiao2021-03-06  16

Hotkey: Template: Alt / Modification: Window -> Predictive Setting -> Workbench -> Button -> Edit -> Content Auxiliary. Personal habits: Shift Space. Simple explanation: When you edit the code, you will automatically appear automatically: system.out.println () ;. Set the format of the Template: Window -> Predictive Set -> Java-> Editor -> Model. Code code automatic typography: Ctrl Shift F Modification: Window -> Predictive Setting -> Workbench -> Button -> Code -> Format. Personal habits: alt z. Automatic Typing Settings: Windows -> Predictive Set -> Java-> Code Format Code. Style page -> will insert Tab (rather than blank keys), this option cancels, the number of spaces below 4, so that the row is protruded in a space 4 when auto-arrangement. Quick execution: Ctrl F11 personal habits: Alt X Modification: Window -> Predictive Setting -> Workbench -> Button -> Execution -> The previous startup job last. Simple explanation: When executed, it will ask you to perform the mode, set it, then just press this hotkey, it will execute quickly. .. I feel very pleasant ^ ___ ^ automatic exchange required category: Ctrl Shift o Easy explanation: Suppose we don't have any type of IMPORT, We are in the program:

BufferedReader buf =

New BufferedReader (New InputStreamReader (System.in);

At this time, Eclipse will say that there is no way to enter the category. At this time, we will automatically help our Import category when pressing Ctrl Shift O. View the original code of the category: Ctrl Horse left click Easy to explain: You can see the original code of the category. Note the selected text: Ctrl / Easy Description: It is convenient to debug. Modification: Window -> Prediction -> Workbench-> Button -> Code -> Note View Sector: Ctrl F8 Personal Customs: Alt S. Modification: Window -> Predictive Setting -> Workbench -> Button -> Window -> Next View. Simple explanation: It can be convenient for us to quickly switch editing, amplifies and more. Teaching: A set of Eclipse can switch, English, traditional, and simplified: 1. First install the Chinese cultural package. 2. Adding parameters after the shortcuts of the desktop, English-> -nl "zh_us" Traditional -> -nl "zh_tw" simplified -> -nl "zh_cn". (Other languages ​​are pushed out in this class) After I am 2.1.2 Chinese, I added the parameter-N1 "ZH_US" in my desktop Eclipse shortcut. "C: / program files / eclipse / eclipse.exe" -n "zh_us" interface will change back to English. With Eclipse, you don't have to rearrange the program code when you edit the document: Copy the program code of the Eclipse program (Ctrl C), directly (Ctrl V) to Word or WordPad, you will find In the program format in Word, the same as the Eclipse set, including font, regeneration, keyword colors. I have tried JBuilder, Gel, NetBeans ... When using copy, only the constitutive format is the same, the font, color, etc. will not change. Equipment: Exquisite installation: After downloading the plug-in package, then decompress it, you will find the 2 folder of Features, Plugins, copy or move the things in Eclipse, and the Plugins folder, Restart Eclipse. Let Eclipse can use the tract to construct the plug in plug-in as JBuilderx: 1.jigloo SWT / SWING GUI Builder: http://cloudgarden.com/jigloo/index.html

Download this version: JIGLOO PLUGIN for Eclipse (Using Java 1.4 OR 1.5) is installed by the file -> New -> Other-> GUI Form Select the GUI type to be constructed. 2. Eclipse Visual Editor Project:

http://www.eclipse.org/VEP/

Click Download Page below, then click Latest Release 0.5.0 to enter the download. In addition to Ve-Runtime 0.5.0.zip to download, the following 2 also: EMF Build 1.1.1: (Download Zip) Gef Build 2.0: (Download Zip) (Download Zip) M8 version, please download: Emf Build I200403250631 GEF Build I20040330 VE-Runtime-1.0m1 After installation is successful, you can start UI design by file-> new-> Visual Class. After the installation is successful, you can start designing the GUI type to be constructed by newness -> Java-> AWT and SWING. VE must cooperate with the corresponding version to use it normally, otherwise there will still have problems even if the installation is successful. Use Eclipse to develop JSP program: plug-in name: Lomboz (download page) http://forge.objectWeb.org/Project/showFiles.php?group_id=97

Please choose the Lomboz download that suits you, Lomboz.212.p1.zip Represents version 2.1.2, Lomboz.3m7.zip represents the M7 version .... Push it in this class. Lomboz installation and setting teaching:

Eclipse development JSP-teaching documents

Java turn EXE article: Implementation: Eclipse with jsmooth (free). 1. First created by Eclipse, containing the JAR of Manifest.

Teaching

2. Use JSMooth to package the JAR package into EXE. JSMooth Download Page:

http://jsmooth.sourceforge.net/index.php

3. Making the completed EX unit, can be executed on Windows with device JRE. Eclipse-Java Editor Best Settings: Editor Dictionary Settings: Workbench -> Font -> Java Editor Text Dictionary. (Recommendation Courier New -Regular 10) Editor Related Settings: Window -> Pixel Set -> Java-> Editor Appearance: Display Brand, Emphasize Symmetrical Displayed square brackets, emphasizing the current row, displaying the row margin, Check it, Tab width 4, and the print gauge field is set 80. The program is assisted: the pre-setting is available. Syntax: The display color of the keyword, string, etc. can be set. Note: Extra setup. Enter: All fields are checked. Floating Instructions: Extra setup. Guide: Extra setting. Make the effect of the automatic discharge, the most conforming to the Java design conventions: automatic typography settings: Windows -> Prediction -> Java-> program code production format. Return: All do not check. Branch: Row length limit: 80. Style: Only insert blank check after mandatory transition. Number of internal stasks: Set to 4. Eclipse's teaching document:

Eclipse 3.0 Series Hotkey Table - Chinese and British Confidentiality Edition (by sungo)

~ New ~

WINDOW GCC CDT Develops C, C (by sungo) with Eclipse

~ New ~ Other:

Expanded Eclipse Java Development Tools (Chinese)

Develop J2EE Application using Eclipse (Chinese)

Use the Eclipse platform to make the error (Chinese)

XML development with Eclipse (Chinese)

Developing Eclipse plunge (Chinese)

Internationalized your Eclipse plug-in program (English)

Join the Swing Editor How to Test your Eclipse Plug-in compliance with the international market demand (English)

Eclipse Related Websites:

http://eclipse-plugins.2y.net/eclipse/index.jsp

http://www.eclipseplugincentral.com/

Eclipse related teaching [简体]

转载请注明原文地址:https://www.9cbs.com/read-45462.html

New Post(0)