Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Patch for codeblocks 20.03 adding multi columns in memory dump
MicroSourceCode:
Patch for codeblocks 20.03 and svn 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.
In comparison with the original, the display of the address of the first line has been corrected, the end line will also be shown, as a rule it is smaller in some modes.
The wxTextCtrl element has been replaced with wxListBox, which made it possible to refuse to scroll down the list and more conveniently observe the data.
link to patch:
https://github.com/MicroSourceCode/cb20.03-MemoryDump
BlueHazzard:
Hi!
Thank you for your work.
Can you please create a ticket in sourceforge? This would help us and prevent it getting lost in the forum.
Thank you again!
MicroSourceCode:
--- Quote from: BlueHazzard on February 11, 2021, 03:26:29 pm ---Can you please create a ticket in sourceforge?
--- End quote ---
Ok, I will try to register on sourceforge and create a ticket.
oBFusCATed:
This is not a strict requirement. You can also prepare a pull request on my repo if it is easier for you.
https://github.com/obfuscated/codeblocks_sf
MicroSourceCode:
It is not difficult for me to adapt the patch for the svn version. There are no big differences.
Navigation
[0] Message Index
[#] Next page
Go to full version