gedit-source-code-browser
gedit-source-code-browser copied to clipboard
WARNING:SourceTree:Could not execute ctags: [Errno 2] No such file or directory (executable=...
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')
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