CodeCompass
CodeCompass copied to clipboard
CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
Introduce `next/prev buttons` in the editor search bar: 
Suggestion database doesn't work in search plugin.
The different modules which provide webgui functionality should have **separate CSS files**.
In some cases, inside the Caller node's children, the same Caller node can be found recursively. Structure (shown in the image): Caller -> /filename/ -> /function/ -> Caller -> /filename/...
Automatically detect if a project was added to (or removed from) the workspace directory, without manually restarting the *CodeCompass_webserver* binary. Currently a new project is automatically added to the dropdown...
It seems CodeCompass handles *foreach* style `for` loops incorrectly when clicking on the enumerated variable. **How to reproduce:** - In the PCL source code click on `centroids_` in line 97....
When getting the InfoTree for a function, the return type field displays the same reference to the type multiple times. Perhaps it would be nice to display the references only...
When clicking the back button in the browser, the former content of the File Manager gets "stuck", and shows the current and the former files and directories as well. This...
Currently templates are not handled properly: ```.cpp template struct S { int member; }; int main() { S s; int i = s.member; } ``` Issues: - [ ] Querying...