ameyp / CscopeSublime

A Cscope plugin for Sublime Text 2 and 3
89 stars 37 forks source link

Search for symbol/definition doesn't show any results #72

Open kishykumar opened 5 years ago

kishykumar commented 5 years ago

I have installed the cscope sublime plugin on Linux for Sublime Text 2. It doesn't show any results on UI even when the console says 'cscope database' found.

I just see this empty screen: Screen Shot 2019-08-27 at 10 48 48 AM

Here's the console output:

('CscopeDatabase: Database found: ', u'/Users/.../.../cscope.out') add_to_history ([u'/home/.../.../myCat.c:526', u'/home/.../.../myLock0.h:247', u'/home/.../.../myLock0.h:278', u'/home/.../.../myCat.c:529', u'/home/.../.../myCat.c:526', u'/home/.../.../myLock0.h:294', u'/home/.../.../myLock.c:90'], [])

-- I have abbreviated the file paths/ file names/ macro names etc above.

Any help is appreciated. :-)