JBuilder use skills

xiaoxiao2021-03-05  21

1. Switch Ctrl F6 in different files

2, switch Ctrl F5 in different engineering

3. About backup function in Preferences / Bor

WS

Under ER, fill in the number of File Backups, 0 is not backed up.

4, good naming style is complied with the Java naming syntax, and a higher requirement for naming, a good naming style must abide by the following naming rules: 1) The class or interface must be headed by uppercase letters. 2) Method, attribute, member variable, local variable heads with lowercase letters, and do not head with "_" or "$". 3) All letters of constants are capitalized. 4) The anomaly class is at the end of Exception. Good naming corresponding to the "Naming Conventions" setting item under "Naming Style".

5, synchronous editing mode

First select the code, then press Ctrl Shift J, so the variable in the selected code will be marked

6, Code Template

Press CTRL J to display the code module template, enter the name, you can enter the entire code.

7, automatic addition exception

Press Ctrl Shift C to add abnormalities

8, the solution of the cursor misplaced

After the JBuilder 2005 is installed, find the c: / borland / jbuilder2005

/bin/jbuilder.config configuration file, join the 26th line of this file:

vmparam-dprimetime.editor.usevariablewidthfont = true, heavy

The newly launched JBuilder 2005 is OK.

9, the editor does not support Chinese.

You are typed in the editing workspace

When the text, Chinese will become a string "□□□", this question

The title will appear in the JBuilderx version, I temporarily in JBuilder 2005

Haven't found it yet, but not guaranteed that it won't happen, if your machine

This problem has occurred, you can refer to this article in the Borland website:

H t t p: //www.bo r lan d. com. CN / P RO Duct S / JBuilder / f AQ /

JBX_FAQ.txt is solved.

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

New Post(0)