JBULDER Chinese problem perfect solution

xiaoxiao2021-03-06  41

1. The mouse is not allowed in the mouse. The mouse is not allowed: Tools -> Editor Options -> Color -> Select Screen Element in all ways, remove the bold properties, resolve. Tools-> Editor Options-> Display will change the Font Family option to Courier New, perhaps. Best method: JB and CBX cursor positioning can be perfectly solved in jbuilder.config or cbuilder.config plus one line

VMParam -dprimetime.editor.usevariableWidthfont = TRUE

2. From Borland's solution to solve Chinese problems: JBuilder X supports Chinese solutions (transferred from Borland website).

Q: My JBX does not support Chinese on the programming interface, what should I do?

A: It is recommended to use the following methods:

1. Find the C: / Documents and Settings / Administrator / .primetimex / User_zh.properties file. 2. Backup User_ZH.Properties file (such as User_ZH.Properties.old) 3. Find editor.display; fixed_fonts.2, change it to editor.display; fixed_fonts.2 = / u5b8b / u4f53 (Unicode of the Song) 4. Start JBX in Tools | Preferences | Editor | Display can be selected.

Note: 1. You can also add other fonts, add editor.display; fixed_fonts.3 ..., add it, but pay attention to the Chinese Unicode if it is Chinese. 2. Chinese fonts (such as the Song) may be aligned in some places, in Tools | Preferences | Editor | Color, all bold (such as reserved word) is canceled.

two.

Q: My JBX does not support Chinese on the menu interface, what should I do?

A: It is recommended to use the following methods:

Start JBX in Tools | Preferences | Browser | Look & Feel Talk to Use Different Font and select a Chinese font, such as SIMSUN - Song.

three.

Q: My JBX does not support Chinese on the design modeling interface, what should I do?

A: It is recommended to use the following methods:

Start JBX, in Project | Project Properties | Modeling and select a Chinese font, such as SIMSUN - Song.

Note:

You can choose a Chinese font in Project | default project property | model, such as SIMSUN - Song, which will now set this option automatically.

four.

Q: What should I do if I have lost characters in jbuilderx?

A: This problem is because JDK 1.4 supports problems with GB18030 for Chinese platforms. It is recommended to use the following methods:

/bin/jdk.config joins

VMParam -dfile.Encoding = GBK Chinese problem Solution: Method 1: Download the latest version of JDK put the font.properties.en under jre / lib over the JDK used by JBX, the same directory JBX / JDK1.4 / JRE / LIB The file is OK. Method 2: Project => Project Properties => general => Encoding => Change to GBK.

Method 3: The steps are as follows: 1: Install JBX; no need to say;

2: Change it, Tools => preferences ... => editor => DISPLAY font, mainly to let JBuilderx search the system font;

3: Close JBX;

4: Open in the user's home directory (x: / documents and settings / administrator /) open .primetimex / user_zh.properties Copy all Editor.Display; knower_fonts. *** = *** copy; create a new file, paste the past Then replace all the KNOWN_FONTS to fix_fonts, then copy all, return to the user_zh.properties file; replace all of the editor.display; fixed_fonts. *** = *** row, save;

5: Rocizes JBX, Tools => Preferences ... => editor => display ==> Font Family's font is all Windows font. In fact, there is a more convenient way, this is what I have not intended to be discovered: (Turn off before operation) Step 1: jbuilderx / bin / jbuilder.config, open this file, add the following code vmparam -dprimetime .editor.usevariableWidthfont = true, then saved. Step 2: C: / docuuments and settings / "Your User" /.jbuilderx and /.primetimex, remove all things in the two folders. Step 3: Run the JBuilderx, Menu Tool | Preferences | Editor | DISPLAY dialog box with Font Family, there are many font selections, at this time, you only need to choose the Song or Dialoginput, then determine. In this way, the cursor and Chinese characters have solved together! ! The simplest shortcut method: Put the font.properties.zh_tw in the x: /jbuilderx/jdk1.4/jre/lib/ directory, copy a rename override to font.properties.zh in the same directory!

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

New Post(0)