Code::Blocks Forums

User forums => Help => Topic started by: jury on March 07, 2019, 09:19:57 am

Title: No underline character
Post by: jury on March 07, 2019, 09:19:57 am
Yesterday I have installed code::blocks 17.12 on Mint 18.3.
All seems fine so far, except visibility of underline character, it shows space character instead, so this way code looks really strange ( especially that this character is used in development really often )
Any clues whats wrong?
Title: Re: No underline character
Post by: raynebc on March 07, 2019, 05:52:33 pm
I assume you mean that the underscore character ___ isn't being shown properly?  If you go into "Settings>Editor>General Settings" and click the Choose button at the top right corner (to the side of the Font heading), and change the font there, does it make a difference?
Title: Re: No underline character
Post by: jury on March 07, 2019, 08:54:17 pm
I do not know how I have missed this font setting as I have searched Editor and Environment settings like at least 10 times.
I have now changed to some different font and this character showed properly. Then changed back to Monospace and now it shows also properly. Thank you.
Title: Re: No underline character
Post by: jury on March 11, 2019, 11:45:43 am
Most of the times I run code::blocks this character is not visible again :(
But at least this workaround with changing to a different font and then back to Monospace works.
Title: Re: No underline character
Post by: oBFusCATed on March 12, 2019, 09:24:10 am
Where did you get the codeblocks from? Our site or mint/ubuntu's repos?

What is the wxgtk package you're using? gtk2 or gtk3?
Title: Re: No underline character
Post by: jury on March 12, 2019, 12:13:36 pm
Where did you get the codeblocks from? Our site or mint/ubuntu's repos?

I have downloaded it from this site.

What is the wxgtk package you're using? gtk2 or gtk3?

I do not know how to check it. I could not find anything for this matter in code::blocks and when I put "wxgtk" into filter in Synaptic I get a very short list out of which nothing is installed.
Title: Re: No underline character
Post by: BlueHazzard on March 18, 2019, 12:45:17 am
can you give us a list of all wx related libraries installed in your os?
something like
Code
apt list --installed | grep wx
Title: Re: No underline character
Post by: jury on March 18, 2019, 07:33:43 am
Sure:
Code
$apt list --installed | grep wx

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

libwxbase3.0-0v5/xenial-updates,now 3.0.2+dfsg-1.3ubuntu0.1 amd64 [installed,auto]
libwxgtk3.0-0v5/xenial-updates,now 3.0.2+dfsg-1.3ubuntu0.1 amd64 [installed,auto]
wxcrafter/stable,now 2.9-1unofficial.xenial amd64 [installed]