Project Introduction: cppsupport is a class browser plug-in of QT creator.
Main functions:
- Class browsers implemented by QTc-based cplusplus Components
- Provides switching between multiple projects through a combo box
- Displays all or separately subitems in a project.
- Class symbol persistence andCodeSynchronous update of the Editor
- Browser-like update without blinking to keep the status consistent
- You can set whether to display symbols in files automatically generated by qmake.
- You can set whether to display the symbols generated after macro parsing.
- Sort by letter, type, and Access Control
- Group by type and Access Control
- Search for symbols (implemented by calling the QTc editor function)
Option setting QTc-options-cppsupport-symbol view
- Document changed, symbol update timer-The Scheduled Update Time of the document symbol after the document is updated
- Symbol updated, symbols tree reset tiemr-The Scheduled Update Time of the code browser tree after the document symbol is updated.
- Find usages-first open editor wait timer-search symbol function-waiting time after the document is opened for the first time
Project Homepage
Project address: http://gitorious.org /~ Visualfc/Qt-Creator/Qt-creator-cppsupport
Project branch: cppsupport CppSupport-1.3.1 CppSupport-1.3.0
Project download
Http://code.google.com/p/visualfc/downloads/list
- Qt-creator-cppsupport-full-1.3.1.tar.gz-contains the source package for Qt creator1.3.1 of cppsupport
- Cppsupport-1.3.1-src.zip-cppsupport source package
- Cppsupport-1.3.1-win32-plugin.zip-cppsupport compiled binary plug-in packages under Win32
Install in Windows
First, download and install QT from the QT website.
Creator1.3.1. Unzip the downloaded cppsupport-1.3.1-win32-inin.zip file to QT.
In the/lib/qtcreator/plugins/directory under the Creator installation directory, restart QTc.
Compiling in Linux and MacOSX
Linux and MacOSX must be compiled by yourself
First, you must have a compiling environment of qt4.6 or above, which can be downloaded from the QT website.
Download qt-creator-cppsupport-full-1.3.1.tar.gz and decompress
Use qmake for compilation or use QT creator to open qtcreator. Pro for compilation.
Compile the test platform
- WindowsXP
- windows7
- centos 5.4 i386
- centos 5.4 amd64
- Mac OS X 10.6 snow leopard