Bug 188887 - [PropertiesDialog] File size in resource properties info too many digits
Summary: [PropertiesDialog] File size in resource properties info too many digits
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows 2000
: P5 enhancement (vote)
Target Milestone: 3.4 M1   Edit
Assignee: Tod Creasey CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2007-05-24 08:05 EDT by Noel Grandin CLA
Modified: 2007-09-13 10:14 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 Noel Grandin CLA 2007-05-24 08:05:10 EDT
Context: Displaying the properties for a file, on the "Info" properties section.

Problem: the size field can get a little hard to read, especially with the larger files common these days.

Suggestion:
Instead of
   Size: 11144159  bytes
use something like
  Size: 11144159   bytes (11.1 M)
or
  Size: 111144159  bytes (111.1 G)

Thanks.
Comment 1 Remy Suen CLA 2007-08-30 23:39:22 EDT
(In reply to comment #0)
> Suggestion:
> Instead of
>    Size: 11144159  bytes
> use something like
>   Size: 11144159   bytes (11.1 M)
> or
>   Size: 111144159  bytes (111.1 G)

It looks like they added commas in 3.4M1. Will this be sufficient for your needs?
Comment 2 Noel Grandin CLA 2007-08-31 03:08:44 EDT
Yes, Thanks.
Comment 3 Tod Creasey CLA 2007-09-13 10:14:02 EDT
Marking verified