ameyp / CscopeSublime

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

in search window can not go to definition if the file in not opened in sublime. #55

Closed huaihuaiVV closed 7 years ago

huaihuaiVV commented 7 years ago

i like this plugin, but i found in search result window, if the file that contains the search symbol have not been opened in sublime, the GoTo definition menu is invisible. can not jump to the file .

how to let it can open and jump to this file automatically ?

Thanks a lot~

huaihuaiVV commented 7 years ago
wx20170124-102153 2x
vanrijn commented 7 years ago

Hi there. You have to click on the line you want to go to and press your "enter" or "return" key on your keyboard. Sublime Text 3 still doesn't have the concept of contexts for mouse events, so this is the best we can do for now.

wanyaoqi commented 3 years ago

Hi there. You have to click on the line you want to go to and press your "enter" or "return" key on your keyboard. Sublime Text 3 still doesn't have the concept of contexts for mouse events, so this is the best we can do for now.

Hi @vanrijn, is not same with ctrl + f search ? In the case of ctrl + f, I can enter the file by click the mouse.

vanrijn commented 3 years ago

Hi wanyaoqi, correct, it is not the same. ST3 handles this differently than plugins are able to.