Opened 14 years ago
Closed 14 years ago
#17 closed defect (fixed)
gbq tab formatting
Reported by: | mats_a | Owned by: | broglek |
---|---|---|---|
Priority: | trivial | Component: | client |
Keywords: | Cc: |
Description
gbq seems to use tabs for formatting:
Job ID Owner File ----------------------------------------------------------------- 5844 example blah1 5845 example blah2 5846 exemplar blah3
probably should do something like:
(pseudocode) columnWidths = [("Job ID",4), ("Owner",20), ("File",60)]f function formatCell(text, width): return text + " "*(width-text.length) etc.
Change History (2)
comment:1 Changed 14 years ago by broglek
- Owner set to broglek
- Status changed from new to assigned
comment:2 Changed 14 years ago by broglek
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Fixed with commit [9dee329f37d11fefa55a14b6d822242678a15d8e]