Sublime Forum

Cscope cannot click in macOS

#1

Hi~
I am new to sublime in macOS.
I already installed cscope through brew but the cscope icon still cannot clicked.
Does anyone know what I missed?
Thanks.

0 Likes

#2

In order to fix issues with undo, TextCommands can no longer be used in sidebar context menu.

The plugin requires an update to change the CscopeCommand to a WindowCommand.

0 Likes

#3

Thanks for the feedback.
But I have a stupid question…, How can I install it after I clone CscopeSublime?

0 Likes

#4

Just copy cloned repo into ST’s Packages directory and rename it so it matches the official package name.

To find Packages run Main Menu > Preferences > Browse Packages....

0 Likes

#5
The plugin requires an update to change the  `CscopeCommand`  to a  `WindowCommand` .

Can you describe more detail here?
I still get undo in the sidebar.

0 Likes

#6

I found in ST3, cscope works fine, but in ST4 not.
If I want to use ST4, how can I use cscope normally?

0 Likes