History log of /haiku/src/apps/debugger/user_interface/gui/utility_windows/VariableEditWindow.cpp
Revision Date Author Comments
# 10ba3348 30-Nov-2016 Rene Gollent <rene@gollent.com>

Debugger: Cleanup.

- Split MessageCodes.h into a second file that separates out the
application-specific message codes from those used by the core.
Adjust includes accordingly. No functional change.


# 9b0d9757 22-Jul-2015 Rene Gollent <rene@gollent.com>

Debugger: Add variable editing utility window.

VariableEditWindow:
- Implement container window for variable value editors. While
not as ideal as initially intended, this will handle presenting value
editing to the user until more work is done on the table cell editing
aspect of things.


# 9b0d97576d41083cf9df72be49ea3c2e83683d7a 22-Jul-2015 Rene Gollent <rene@gollent.com>

Debugger: Add variable editing utility window.

VariableEditWindow:
- Implement container window for variable value editors. While
not as ideal as initially intended, this will handle presenting value
editing to the user until more work is done on the table cell editing
aspect of things.