History log of /haiku/src/apps/debugger/user_interface/gui/value/TableCellIntegerEditor.h
Revision Date Author Comments
# 026596dd 06-Jun-2015 Rene Gollent <rene@gollent.com>

Debugger: Add table cell editors for various value types.

TableCell{Bool,Enumeration}Editor:
- OptionPopUp-derived editors for their respective value types.

TableCellIntegerEditor:
- TextControl-derived editor for integer values that validates inputs
based on the target integer size and type.

Not actually used yet, but together with the previous changes, these lay
the groundwork for the remaining part of #9708.


# 026596dd1de1cf86deaea712130cfb6a4901b6fd 06-Jun-2015 Rene Gollent <rene@gollent.com>

Debugger: Add table cell editors for various value types.

TableCell{Bool,Enumeration}Editor:
- OptionPopUp-derived editors for their respective value types.

TableCellIntegerEditor:
- TextControl-derived editor for integer values that validates inputs
based on the target integer size and type.

Not actually used yet, but together with the previous changes, these lay
the groundwork for the remaining part of #9708.