Bug 187922 - Detail formatter should be enabled for everything
Summary: Detail formatter should be enabled for everything
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 enhancement with 4 votes (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 56242 323962 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-05-18 17:59 EDT by Pascal Rapicault CLA
Modified: 2024-01-28 15:13 EST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pascal Rapicault CLA 2007-05-18 17:59:35 EDT
It is not possible to set a detailed formatter on arrays (or any other primitive types) which in addition of being annoying does not provide the user with a consistent experience. 
What triggered that need? The need to find the index of an element in an array of more than 150 elements.
Comment 1 Darin Wright CLA 2007-06-04 15:59:59 EDT
future consideration
Comment 2 Darin Wright CLA 2007-06-18 11:44:26 EDT
*** Bug 56242 has been marked as a duplicate of this bug. ***
Comment 3 Michael Rennie CLA 2014-05-12 13:48:26 EDT
*** Bug 323962 has been marked as a duplicate of this bug. ***
Comment 4 MH CLA 2014-09-17 05:54:34 EDT
Me too! I like to format long values as Dates, because our applications use long datatype for date values. Or some of the int values have fixed mappings (e.g. 1 = monday, 2=tuesday, etc.).
Comment 5 Jörg Kubitz CLA 2021-10-04 07:35:35 EDT
i would like to have it for char[] -> new String(this)