eranif / codelite

A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
https://codelite.org
GNU General Public License v2.0
2.08k stars 444 forks source link

[Bug]: Language Server Diagnostics are not shown anymore since 17.9.0 #3333

Closed RayMaginy closed 3 months ago

RayMaginy commented 3 months ago

What happened?

The diagnostics image in the editor look like that: Message shown It is the newest Version (CodeLite-17.9.0-gtk3-ubuntu-jammy-x86_64.deb), using Linux Mint 21.3 "Virginia".

The older Version (CodeLite-17.7.0-gtk3-ubuntu-jammy-x86_64.deb) could show it correct: oldVersion

The codelite.log from the newest version had the following messages: [10:52:13:687 WRN] [Main] requested image: mime-text does not exist [10:52:13:687 WRN] [Main] requested image: cpp does not exist [10:52:13:687 WRN] [Main] requested image: h does not exist [10:52:13:687 WRN] [Main] requested image: text does not exist

Maybe the path of the image changed somehow??? Or does codelite need some additional tool in the background to generate this image.

Version

Other

Operating system

Linux

Steps to reproduce

int i=5;
short b=5;
b = i;

Relevant log output

[10:52:13:687 WRN] [Main] requested image: mime-text does not exist
[10:52:13:687 WRN] [Main] requested image: cpp does not exist
[10:52:13:687 WRN] [Main] requested image: h does not exist
[10:52:13:687 WRN] [Main] requested image: text does not exist
eranif commented 3 months ago

The only thing relevant was changing wxWidgets version. I need to check for regression

eranif commented 3 months ago

Fixed. This was an actual bug in CodeLite