From Forum Nokia wiki usage tips
Details are as follows: 1. How to support local language annotations in a program?
A: In the carbide. c ++ menu, change the encoding of the current editing window to a UTF-8.
Find "edit"-> "set encoding..."-> Other: UTF-8 on the carbide. c ++ menu to modify the encoding that currently opens the edit window. You can also configure the encoding of the current project,
Open Project Properties (press Alt + enter ):
"Resource"-> "text file encoding..."-> Other: How does the UTF-82 edit UTF-8 files in carbide. c ++?
A: The setting method is the same as above. 3. How to Run "abld reallyclean" in carbide. c ++ "?
A: Modify the carbide. c ++ environment settings of the project.
Open the project properties interface (press Alt + enter), and then:
On the left, find "carbide. c ++"-> "carbide project setting ",
On the right side, click "enable project specific settings ",
Select "clean Level" to "Level 1 (abld reallyclean )".
4. If you want to modify carbide. c ++'s clean level settings, open from the IDE menu: "Windows"-> "Preferences"-> "carbide. c ++ "->" build ", change" clean Level "on the right to" Level 1 (abld reallyclean )". 5. Useful plug-ins
Currently, anyedit, ecox (doxygen), and paniclookup are included. (1) how to convert strings into uppercase and lowercase letters?
A: Install anyedit tool. In addition to case-insensitive conversion, this tool has many other functions, such:
Tabs to space (or space to tabs), to (or from) base64, etc.
(Including online update method): http://andrei.gmxhome.de/anyedit/links.html
Usage: define a new resource in the resource file (usually in lower case), and then copy it to the CPP file.
Convert to uppercase letters. Instead of waiting until the RSG file is regenerated. Usage: select the string to be converted in the editor, press "CTRL + ALT + u" to uppercase, "CTRL + ALT + L" to lowercase.
For other shortcut keys, you can find the "convert" menu item in the context menu. (2) How to Use doxygen in carbide. c ++?
A: Install the doxygen plug-in ecox.
Online update address (configuration method reference anyedit): http://download.gna.org/eclox/update usage: generate a doxyfile using the wizard, then open the generated file, fill in the project name and select input
Directory, specify the output directory as Doc, and select "Scan recursively" and other options. Last click
You can generate the "circle a" icon on the toolbar. (3) how to find the panic code explanation in carbide. c ++?
A: Install the panic lookup plug-in.
: Http://www.symbianresources.com/projects/paniclookup.php