User forums > General (but related to Code::Blocks)

just a question about code completion

(1/3) > >>

mrpringle:
Hi,
I'm just wondering whether code completion will ever be able to work with wxwidgets, and the includes from mingw, or whether it is too difficult to implement.

Thanks

MortenMacFly:

--- Quote from: mrpringle on August 18, 2006, 02:41:46 am ---I'm just wondering whether code completion will ever be able to work with wxwidgets, [...]

--- End quote ---
Well, it does already, see here:

What version (OS, C::B, wxWidets) are you using? (Please always include this information in your posts!)
With regards, Morten.

mandrav:

--- Quote from: mrpringle on August 18, 2006, 02:41:46 am ---Hi,
I'm just wondering whether code completion will ever be able to work with wxwidgets, and the includes from mingw, or whether it is too difficult to implement.

Thanks

--- End quote ---

Have you enabled parsing of all include dirs?
Go to "Settings->Editor->Code-completion & symbols browser", switch to the "Parser" tab and make sure you have checked all three options.

tiwag:
i think we need hotkeys for "local" and "global" mode in order to switch fast without usage of the Settings dialogs (horror)

mandrav:

--- Quote from: tiwag on August 18, 2006, 09:07:14 am ---i think we need hotkeys for "local" and "global" mode in order to switch fast without usage of the Settings dialogs (horror)

--- End quote ---

I don't think so. It's a setting that you set and never touch it again.
Either you want full symbols parsing (happy with code-completion) or local symbols only (not so happy ;)).

Anyway, we 're going to change the defaults to "enabled" for all three settings.
The defaults are the way they are because, back then, the parser didn't even run in a thread. Globals parsing was a big slowdown at the time. That's not the case anymore though ;).

Navigation

[0] Message Index

[#] Next page

Go to full version