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

a problem for symbol view

(1/2) > >>

walker:
(1) for functions with constructor initalization list, the initalization lists are recognized as function in the symbol view.
should be fixed. in the example below, header() is also treated as a function.

B_Tree::B_Tree(SmiRecordFile* afile):
        header(),
   headerRecordId(0),
        nodePtr( NULL ),
        currLevel( -1 ),
        currEntry( -1 ),
        reportLevel( -1 ),
        scanFlag( false )
{
   ...
}

(2) an option to turn off the search box on the top of the symbol view, don't find it useful

thanks

walker:
nobody cares this?

byo:
Code completion is during redesign. And it's really hard task to write good c++ parser (may take even few years). The only thing we can do is to wait ;)

visualphoenix:
Offtopic, anyone able to create a new thread? Doesnt seem to work for me as I get an access violation on index.php...

Forbidden
You don't have permission to access /index.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.36 Server at forums.codeblocks.org Port 80

walker:
when symbol view is set to "structed",
these initalization itesm can be separated from the class member functions, and all are put under "other".
there is no reason codeblocks cannot hide all of them from symbol view.

Navigation

[0] Message Index

[#] Next page

Go to full version