Bug 4844

Summary: Tab appears narrower than space (1GL2WTY)
Product: [Eclipse Project] Platform Reporter: Nick Edgar <n.a.edgar>
Component: SWTAssignee: Mike Wilson <Mike_Wilson>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Tod_Creasey
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: Windows 2000   
Whiteboard:

Description Nick Edgar CLA 2001-10-11 14:24:02 EDT
- open type org.eclipse.ui.internal.dialogs.ResourceTreeAndListGroup
- in the field declarations, tab is used between the private modifier and the type name
but the type name appears immediately adjacent to the modifier.
For example (replacing \t with tab):
	private\tObject\t\troot;
appears as:
	privateObject               root

NOTES:
EG (10.10.2001 22:08:46)
	tabs are rendered by the StyledText widget. moving to SWT
Comment 1 Knut Radloff CLA 2001-10-17 10:51:49 EDT
*** Bug 4848 has been marked as a duplicate of this bug. ***
Comment 2 Knut Radloff CLA 2001-10-19 11:03:33 EDT
Fixed in >20011118 (205).
A tab character now results in a gap at least one space wide.
Comment 3 DJ Houghton CLA 2001-10-29 16:42:57 EST
PRODUCT VERSION:
202a