Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Mazay on June 09, 2007, 03:17:09 pm

Title: Feature Request: Navigation by files
Post by: Mazay on June 09, 2007, 03:17:09 pm
Most modern IDEs has the following nice feature: press Ctrl and click on some class/object/function/method name and you will be moved to corresponding declaration/implementation.
Does it so hard to implement ?
Title: Re: Feature Request: Navigation by files
Post by: raph on June 09, 2007, 03:32:48 pm
Are you using a current nightly build and have you tried rightclicking on a class/object/function/method/variable :wink:?
Title: Re: Feature Request: Navigation by files
Post by: Mazay on June 10, 2007, 06:14:08 pm
Ctrl + leftClick is much more obvious for this, it is quicker.  "Find declaration" doesn't work for variables. At least for global and for function parameters. This command doesn't consider signature of functions and scope.