Bug 227798 - Traditional Rendering: Provide a way to quickly overwrite the entire table cell when editing
Summary: Traditional Rendering: Provide a way to quickly overwrite the entire table ce...
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-memory (show other bugs)
Version: 0 DD 0.9   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-18 12:16 EDT by Alain Lee CLA
Modified: 2020-09-04 15:18 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 Alain Lee CLA 2008-04-18 12:16:25 EDT
Currently, traditional rendering replaces one character at a time when users are editing the table cells. If I want to replace the cell from "12345678" to "00000001", I wish I could just double click the cell and enter "1" and hit ENTER. Then, "1" is written to the target and "00000001" is displayed after memory update. I modified the code locally to support this requirement. I can submit the changes as a patch. Let me know if you need the patch.
Comment 1 Randy Rohrbach CLA 2009-07-29 15:02:57 EDT
Please submit the patch.

Randy
Comment 2 Alain Lee CLA 2009-08-11 16:17:08 EDT
Our rendering treats data in the table cells as String instead of TraditionalMemoryByte. Therefore, our solution to this issue is not quite appropriate for TraditionalRendering. Sorry!