Bug #10713 2007-03-23 11:17

once_upon_user

CB when doesn't change the declarations of local variables

Hello! I have revision od CB comiled from sources rev 3724. My distro is mandriva 2006. during the work with CB in my project (pure C) when

I write a function for example:

void simple_function(void)

{

}

Category
Application::WrongBehaviour
Group
 
Status
Closed
Close date
2007-03-28 08:15
Assigned to
 
once_upon_user 2007-03-23 11:20

Sorry , submitted accidently:) Here is whole mesage

Hello! I have revision od CB comiled from sources rev 3724. My distro is mandriva 2006. during the work with CB in my project (pure C) when

I write a function for example:

void simple_function(void)

{

int local_var;

local_var = 3;

}

When I point in the line : "localc_var = 3;" "local_var" and from the menu

request to find its declaration. It fails. In general , in any function obtaning any of local variable fails.

mandrav 2007-03-28 08:15

That's right, it is intended that local variables are only supported for code-completion. You could file a feature request for this but I don't think it would be implemented any time soon.