Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 849 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 849 Bytes

My patch for codeblocks 20.03 improves the Memory Dump dockable dialog. I added a list box to it to select the number of columns to display. Something like this is done in modern IDEs like AVR studio and other... This is useful for debugging microcontrollers, viewing commands in their binary format, and more compact display of data. Can select the following number of columns to display: 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32. Also, the window will restore the position of the viewed data. There is no scrolling for the convenience of observing the data.

Svn version: 12293

Stable version:20.03

Change the line wxFont font (8, wxFONTFAMILY_MODERN, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL); the size font you want in file examinememorydlg.cpp.

ScreenshotScreenshot Screenshot