codequery icon indicating copy to clipboard operation
codequery copied to clipboard

"-c" with different language classes

Open andrecbarros opened this issue 10 years ago • 3 comments

It is actually a wish.

I have some projects with mixed python, c and c++ files. Since python is processed by pycscope and c/c++ is processed by cscope (besides ctags) it is a bit cumbersome to combine all things in just one database file (I need to parse and combine the cscope files before right now). It would be easier and way more practical if it was possible to cqmakedb to accept multiple -c (and also -t) input. Right now it doesn't.

Another thing that would be wonderful is if we could set a base path for files with relative paths.

And as a last wish (I know, too many wishes), it would be great if on filters we could put ';' to separate file extensions.

Anyway, nice app, thanks for sharing.

andrecbarros avatar Apr 11 '15 13:04 andrecbarros

Hi @andrecbarros, these are very good use cases that I personally don't use, especially combining several cscope.out files. I will look into adding these. Thank you for your support.

ruben2020 avatar Apr 12 '15 13:04 ruben2020

I guess, my case is becoming more frequent as I see more projects mixing '.c' with 'something else'.

Thanks in advance.

andrecbarros avatar Apr 14 '15 20:04 andrecbarros

@andrecbarros I was wondering if I can simply append different cscope.out contents into one CodeQuery database, but the base path wouldn't be the same. That's the problem.

ruben2020 avatar Mar 29 '20 09:03 ruben2020