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.09k stars 448 forks source link

[Bug]: no hints prompted where cppcode encounted with other chinese words.. language server with ctagsd #3313

Open kk667788 opened 4 months ago

kk667788 commented 4 months ago

What happened?

A bug happened! It's very strange,when i encode cpp files with all english there have no problem . All function hints displayed . but when some string was replaced with chinese words or other non english words, no hints will prompt and display.. and screenshots are uploaded.

codelite I use the latest git version. 18.0.0, and use the wxwidgets is Latest Stable Release: 3.2.4 . I'm not sure if it's the problem of wxwidgets or something others ?

withlanguagehits without-languagehits jpg

Version

Self compiled

Operating system

Linux

Steps to reproduce

debian bookworm

Relevant log output

std::cout << "  r=" << r << "  Capture d'écran =" << s_circle(r) << std::endl;

other language also has no hints....