GNOME Bugzilla – Bug 761391
ctags: generated ctags should be placed in subdirectory
Last modified: 2016-02-18 22:02:11 UTC
Currently, when not using automake, we generate ctags and place them in: ~/.cache/gnome-builder/<Project Name>/tags This is sort of improper, as it makes the ~/.cache/gnome-builder directory pretty cluttered with project stuff. I'd rather have: ~/.cache/gnome-builder/tags/<Project Name>.tags This should be updated in the plugins/ctags/ plugin.
Created attachment 321547 [details] [review] ctags: place generated ctags in a subdirectory This would avoid cluttering of the cache directory with project related stuff
Review of attachment 321547 [details] [review]: Looks good, but can you update this patch to change ide-ctags-builder.c to generate the same path?
Created attachment 321579 [details] [review] ctags: place generated ctags in a subdirectory This would avoid cluttering of the cache directory with project related stuff
Created attachment 321581 [details] [review] ctags: place generated ctags in a subdirectory This would avoid cluttering of the cache directory with project related stuff
Sorry for the earlier comments, I was doing them from my old email account
Comment on attachment 321581 [details] [review] ctags: place generated ctags in a subdirectory Thanks! LGTM
I pushed a few followup commits, because when testing this I realized I broke ctags building for the fallback (directory) build system!