SublimeText / CTags

CTags support for Sublime Text
MIT License
987 stars 167 forks source link

ctags not worked correctly on sublimetext 4152 #341

Closed eyun221 closed 1 year ago

eyun221 commented 1 year ago

ctags sidebar Menu "CTags: Rebuild Tags" is grey and disabled on 4152, when i degraded to 4143, it's enabled correctly again. My os is mac os montery 12.6.7

deathaxe commented 1 year ago

rebuild_tags command is implemnented as TextCommand which have been restricted in usage to fix https://github.com/sublimehq/sublime_text/issues/5781.

related with https://github.com/sublimehq/sublime_text/issues/6062

eyun221 commented 1 year ago

how to fix the ctags plugin?

deathaxe commented 1 year ago

The command needs to be converted to a WindowCommand. It seems to target normal view's also, though.