Author Topic: No underline character  (Read 3944 times)

Offline jury

  • Multiple posting newcomer
  • *
  • Posts: 18
No underline character
« 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?

Offline raynebc

  • Almost regular
  • **
  • Posts: 217
Re: No underline character
« Reply #1 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?

Offline jury

  • Multiple posting newcomer
  • *
  • Posts: 18
Re: No underline character
« Reply #2 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.

Offline jury

  • Multiple posting newcomer
  • *
  • Posts: 18
Re: No underline character
« Reply #3 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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: No underline character
« Reply #4 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?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline jury

  • Multiple posting newcomer
  • *
  • Posts: 18
Re: No underline character
« Reply #5 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.

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: No underline character
« Reply #6 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

Offline jury

  • Multiple posting newcomer
  • *
  • Posts: 18
Re: No underline character
« Reply #7 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]