Carbide. c ++ tips and useful plug-ins

Source: Internet
Author: User
Tags doxygen
Carbide. c ++ tips and useful plug-ins:

= Tips =
The 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 In the carbide. c ++ menu

The above shows how to modify the encoding that has opened the edit window. You can also configure the encoding of the current project,
Open Project Properties (press Alt + enter ):
"Resource"-> "text file encoding..."-> Other: UTF-8

2. How to 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 )".

If you want to modify the clean level settings of carbide. c ++, open the following from the IDE menu:
"Windows"-> "Preferences"-> "carbide. c ++"-> "build ",
Change "clean Level" on the right to "Level 1 (abld reallyclean )".

= 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, open the generated file, enter 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

= Related content =

  • Carbide. c ++ plug-ins
  • Common shortcuts and tips for carbide. c ++ ide
  • More plug-ins 1: Eclipse plugin Central (EPIC)
  • More plug-ins 2: easyeclipse plugins
  • Forum Nokia wiki: carbide. c ++ tips and useful plug-ins

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.