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

Why didn't the option to compile without GUI wasn't merged to v0.21.1? #75

Closed doronbehar closed 4 years ago

doronbehar commented 6 years ago

As the title suggests, I've noticed The option to compile CodeQuery without GUI wasn't merged to v0.21.1. Here is the comparison link: https://github.com/ruben2020/codequery/compare/v0.21.1...master

Why?

ruben2020 commented 4 years ago

Hi @doronbehar Now it has been merged into v0.22.0. Thank you for your support.