Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"-c" with different language classes #49

Open
andrecbarros opened this issue Apr 11, 2015 · 3 comments
Open

"-c" with different language classes #49

andrecbarros opened this issue Apr 11, 2015 · 3 comments

Comments

@andrecbarros
Copy link

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.

@ruben2020
Copy link
Owner

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.

@andrecbarros
Copy link
Author

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

Thanks in advance.

@ruben2020
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants