English 中文(简体)
Is there a way to rebuild Code::Blocks code completion database?
原标题:
  • 时间:2009-11-06 14:27:02
  •  标签:
  • codeblocks

I would like some data structures to be studied by Code::Blocks and made available via its code completion feature.

Something similar could be done in SlickEdit.

How to do that in Code::Blocks?

最佳回答

Ok, I found the answer here http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_get_Code_Completion_to_work.3F

In short, project properties dialog contains "C/C++ parser options" where a path can be added. After the project is reopened - the path is be parsed and code completions becomes aware of the new symbols. Magic.

问题回答

暂无回答




相关问题
I need help with this ogre dependent header (Qgears)

I m 2 errors away from compiling Qgears. (Hacked Version of the Final Fantasy VII Engine) I ve messed with the preprocessors to load the actual location of the ogre header files. Here are the errors:...

PCRE: Find matching brace for code block

Is there a way for PCRE regular expressions to count how many occurrences of a character it encounters (n), and to stop searching after it has found n occurrences of another character (specifically { ...

Opening Code Blocks project file (.cbp) in Visual Studio 2008

I m switching over to Visual Studio 2008 from Code Blocks. I have a project written in Code Blocks, and I d like to manage it in Visual Studio. The problem is that the project file for the program is ...

gcc code::blocks shared library questions

I m using code::blocks on a linux system with the gcc compiler, and I want to be able to use the shared library template to make a shared library with classes, then make another project that accesses ...

Code::Blocks: How to run within IDE?

When I ask CodeBlocks to run my built application it spawns a terminal window and runs the application within that window. How do I instead get it to run within the IDE s log window?

Using SVN with CodeBlocks Projects

I have an SVN repository setup online and I want to use it to manage my C++ projects in CodeBlocks. I read that SVN can only track changes to text files, so how do I manage the .cbp project files and ...

热门标签