Bug 546375 - Underscore characters are not rendered in the editor
Summary: Underscore characters are not rendered in the editor
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.11   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2019-04-12 09:27 EDT by zaode fu CLA
Modified: 2019-09-18 10:39 EDT (History)
4 users (show)

See Also:


Attachments
the underline in the name of variable can not be shown, such as the "int ab_cc" was shown as "int ab cc" (33.89 KB, image/png)
2019-04-12 09:27 EDT, zaode fu CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description zaode fu CLA 2019-04-12 09:27:15 EDT
Created attachment 278261 [details]
the underline in the name of variable can not be shown, such as the "int ab_cc" was shown as "int ab  cc"

1.the following is my IDE 

Eclipse IDE for C/C++ Developers
Version: 2018-12 (4.10.0)
Build id: 20181214-0600
OS: Linux, v.4.15.0-46-generic, x86_64 / gtk 3.18.9, WebKit 2.20.5
Java version: 1.8.0_161

2.import the ns-3 source code into the workspace;

3.the underline in the name of variable can not be shown, the same situation
 
about the class name and method name.
Comment 1 Nathan Ridge CLA 2019-04-13 17:20:33 EDT
This looks like a rendering bug in SWT.
Comment 2 Nathan Ridge CLA 2019-04-13 17:21:43 EDT
Presumably NS_LOG_COMPONENT_DEFINE and NS_LOG_UNCOND should all have underscores in them too.
Comment 3 Eric Williams CLA 2019-09-18 10:39:03 EDT
I can't reproduce this on SWT master as of today, Fedora 30, and GTK3.24.