Bug 378952 - mouse over to display integer values in diffrent formates like hex, binary, ....
Summary: mouse over to display integer values in diffrent formates like hex, binary, ....
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-editor (show other bugs)
Version: Next   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-09 05:54 EDT by Patrick CLA
Modified: 2020-09-04 15:24 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick CLA 2012-05-09 05:54:56 EDT
Build Identifier: 

if i have an define like

#define DEFAULT_KEY 0xFA4321

it would be nice if i hold the mouse over the define that the value will also be shown as:

0b111110100100001100100001
16401185
....


Reproducible: Always