Sublime Forum

CTags cant jump back suddenly?

#1

CTags can navigate to definition but it cant jump back suddenly. It happens today and it works quite well yesterday. Do you guys have this same problem?
My Sublime Text Version:2.0.1 Bulid2217
the following error is logged:

[quote]Traceback (most recent call last):
File “.\sublime_plugin.py”, line 339, in run_
File “.\ctagsplugin.py”, line 382, in run
File “”, line 1, in
NameError: name ‘view’ is not defined
[/quote]

0 Likes

#2

github.com/SublimeText/CTags/co … 778#L1R432

Looks like someone fucked up in a pull request that was merged seemingly yesterday :smile:

Python 2.x “expr” should be translated to “repr(expr)” (removing the surrounding ``)

0 Likes

#3

Thanks. After making that change in the python script on my machine, how do I make it work? sorry if it is dumb Q but am new to python, sublime, mac !

0 Likes

#4

I can’t remember if saving will cause Sublime to reload the plugin, but to be completely sure it is reloaded, just completely quit out of sublime and then start sublime back up.

0 Likes