Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: christo on October 30, 2023, 06:59:35 pm

Title: Different colours for error and warning markers
Post by: christo on October 30, 2023, 06:59:35 pm
Hi CB developers,

I think it is a better user experience if we have different colours to indicate errors and warnings instead of red boxes for both errors and warnings

I've been testing changes to mark  warnings from clangd_client plugin with yellow colour -  https://github.com/josephch/codeblocks/commit/9a1a3e0391bcc175495fd6421416ec2a5bc4f10b

If you think this is useful, I can create and provide a patch on top of svn trunk .

Thanks
Christo
Title: Re: Different colours for error and warning markers
Post by: Pecan on October 31, 2023, 06:30:19 pm
I'm sure lots of people would like this feature.
But, currently, CB is under a feature freeze awaiting a new release.

Personally, I'd appreciate your offered patch to apply to my test version of CB.

Thanks
Title: Re: Different colours for error and warning markers
Post by: christo on November 01, 2023, 06:03:55 pm
Hi Pecan, attached patch on top of svn rev. 13384
Title: Re: Different colours for error and warning markers
Post by: christo on January 06, 2024, 11:32:55 am
Updated patch to mark lines which have both error and warnings as red