ruben2020 / codequery

A code-understanding, code-browsing or code-search tool. This is a tool to index, then query or search C, C++, Java, Python, Ruby, Go and Javascript source code. It builds upon the databases of cscope and ctags, and provides a nice GUI tool.
https://ruben2020.github.io/codequery/
Mozilla Public License 2.0
685 stars 86 forks source link

Added '-u' (full file path) option for cqsearch #53

Closed devjoe closed 8 years ago

devjoe commented 8 years ago

Dear Ruben,

To let cqsearch better support my plugin (and other editor plugins in the future), I added the '-u' option for it to solve the issue: devjoe/vim-codequery#1. This patch should not break any existing functions of cqsearch.

However, it has been a long long time since I last time wrote c++ ... Feel free to correct me. @ruben2020

ruben2020 commented 8 years ago

Great! Thanks @devjoe