Ericsson / CodeCompass

CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
https://codecompass.net
GNU General Public License v3.0
517 stars 101 forks source link

Parse status button to show build info #608

Closed intjftw closed 1 year ago

intjftw commented 1 year ago

In the old version of the UI, the parse status button on top of an open file could be clicked. On right click, a pop-up window appeared with a table of the warnings and errors given by the compiler during parsing.

mdeme01 commented 1 year ago

Could you show me an example where I can see how these build logs are shown? So far, all the files I clicked had the 'No build logs for this file' message.

intjftw commented 1 year ago

This file has a couple of them (plugins/cpp/service/src/cppservice.cpp in CodeCompass).