User forums > Using Code::Blocks

inserting class method

(1/1)

qtreez:
Hellow.
I know that C::B has feature described here (http://forums.codeblocks.org/index.php?topic=16367.0), but sometimes it is uncomfortable.
Especially when I work with wxWidgets.

I must always deselecting following methods:

--- Code: ---wxEventHashTable MyFrame::sm_eventHashTable(MyFrame::sm_eventTable)
--- End code ---

and what is more weird wxFrame c'tor, if it is implemented in such a way

--- Code: ---MyFrame::MyFrame() : wxFrame(NULL, wxID_ANY, "title...")
--- End code ---

I checked in this moment that, this also applies to ordinary c'tor (in this case without wxFrame c'tor).

I think it was nice to have shourtcout like "Go To Implementation", that focus at suitable class's implementation method according to focus or creating that method if it does'nt exist.

Regards.







Navigation

[0] Message Index

Go to full version