Author Topic: Where in the C::B menu is the Cscope plugin?  (Read 2523 times)

Offline Betsemes

  • Single posting newcomer
  • *
  • Posts: 2
Where in the C::B menu is the Cscope plugin?
« on: February 08, 2016, 06:29:02 pm »
I installed the new version of C::B, and I've been playing around with the plugins. CppCheck is fantastic as well as Code Statistics. I also installed cccc to use the plugin, and it works fine. However, Cscope plugin seems to be installed. I can see it within the Help menu and its about dialog is present as well as its tab at the bottom of C::B window; but I cannot find the menu item where I could run it from. I have unsuccessfully searched the menu many times. Where is it located?
Code::Blocks 16.01
MinGW GCC 4.8.1-4
Windows 8.1

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Where in the C::B menu is the Cscope plugin?
« Reply #1 on: February 08, 2016, 09:16:19 pm »
On the code: right click->Find functions called by ....
and
right click->find functions calling ....
greetings