Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I make underscores visible again in Eclipse?

After upgrading my workstation from Ubuntu 14.04 to Ubuntu 16.04 I found that all the underscore _ characters in my C and C++ code were invisible withing the Eclipse editor. This means that function_name and Class_Name started displaying as function name and Class Name; although the _ character was still clearly there based on the syntax highlighting and the results of pasting into gedit.

like image 750
TafT Avatar asked Jun 08 '16 15:06

TafT


1 Answers

In ubuntu 16.04 we had same problem with Monospace 14, changing size fixed the problem (i.e. 15 in our case)

like image 72
M. Modugno Avatar answered Oct 07 '22 21:10

M. Modugno