News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Autocomplete class

Started by salvois, November 15, 2007, 11:48:06 AM

Previous topic - Next topic

salvois

Hello,
I'm new to Code::Blocks, sorry if this is a trivial question.

I have a C++ header file, where I have a class with method declarations. Is there any facility to "autocomplete" the class, in the associated .cpp file, providing an empty implementation for methods that only have a declaration? I'm thinking to Delphi's Ctrl-Alt-C IIRC. That would be very comfortable when implementing event handlers for subclasses of GUIs made with wxFormBuilder.

If that facility is not available, where can I submit it as a feature request?
Thanks,
   Salvo