Bug 192845 - byte variable formatter enhancements
Summary: byte variable formatter enhancements
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-15 07:50 EDT by Juergen Weber CLA
Modified: 2008-04-28 17:24 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Weber CLA 2007-06-15 07:50:21 EDT
Right now the detail formatter for hex arrays does not display leading zeros.
Hex values should always be displayed with two digits, e.g. instead of 

objectKey	byte[2]  (id=15015)	
	[0]	80 [0x50] [P]	
	[1]	6 [0x6] [^F]	

it should be 

	[1]	6 [0x06] [^F]	

Also, the integer value should be formatted with three characters, so the values would be aligned:

objectKey	byte[2]  (id=15015)	
	[0]	 80 [0x50] [P]	
	[1]	  6 [0x06] [^F]	

Then you can select all hex values together with an editor that supports rectangular selection, e.g. jedit.
Comment 1 Darin Wright CLA 2008-04-28 17:24:29 EDT
Marking assigned for future consideration