Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does cscope has search history or search query stack feature?

Tags:

c

cscope

I usually dig in the c source code with cscope from method to method more than 4-5 level and I have to step between the methods back and forth.

How can I see the search history in cscope so I don't have to remember the previous method name. or it will be better if it's a stack.

like image 733
teerapap Avatar asked Mar 10 '10 08:03

teerapap


1 Answers

Yes it does. The help explains this. [ Press ? in the main window.]

Ctrl+b - Step back in search history.

Ctrl+f - Step forward in search history.

like image 129
Shrinidhi Avatar answered Nov 16 '22 06:11

Shrinidhi