Community
Participate
Working Groups
Most of plugins uses SWT widgets (tree, table) without font setting. There is also no font setting parameters for tree and table in Eclipse preference. That will affect the display and handling the mulilingual strings(especially surrogate) in trees and tables. Curretnly, we fixed these defects by linking the text font (Preference-- Workbench--Colors and Fonts--Basic--Text Font) with these trees and tables in Eclipse and then enable the font setting for these SWT widgets (tree, table). Our suggestion for better solution is to create two font parameters for tree and table seperately in preference and then link these font settings with the views/windows which will use these widgets.
*** This bug has been marked as a duplicate of 68569 ***