gedit-source-code-browser icon indicating copy to clipboard operation
gedit-source-code-browser copied to clipboard

WARNING:SourceTree:Could not execute ctags: [Errno 2] No such file or directory (executable=...

Open iegik opened this issue 13 years ago • 1 comments
trafficstars

Can`t add additional indexes I create own index file for some-framework and for project separatly. http://mwop.net/blog/134-exuberant-ctags-with-PHP-in-Vim.html How can I add this indexes on gedit load or starting using source-browser panel?

when I wrote this string in plugin configuration - trow error: 'cat ~/.config/gedit/ctags/some-framework && ctags ~/www/current-project/ && ctags'

WARNING:SourceTree:Could not execute ctags: [Errno 2] No such file or directory (executable='cat ~/.config/gedit/ctags/some-framework && ctags ~/www/current-project/ && ctags')

iegik avatar May 10 '12 20:05 iegik

at least tell me how to add lines like this:

    f = open('~/.config/gedit/ctags/symfony', 'r')
    self._parse_text(f.readlines())

to the ctags.py:92-93

iegik avatar May 10 '12 20:05 iegik