Hi there,
I really enjoy the toggle format on values in the debug panel but IMHO it lacks some formats:

By default the format toggles between dec & hex but doesn't should binary or octadecimal but more importantly, ascii.
So I added the ascii display of values, so now by default I toggle between dec --> hex --> ascii
Sometimes though I want to see binary or octadecimal representations but not always, so I've added modifier keys:
- with shift key pressed the cycle becomes: dec --> hex --> ascii --> bin --> oct
- with meta key pressed the cycle becomes: dec --> hex --> ascii --> dateS --> dateL
As shown in the gif, the ascii display is kinda fun when dealing with Java serialisation protocols where half the content are class or variable names ....
Perhaps this has already been addressed in the latest versions, sorry for the spam if that is the case, this was done using 4.0.9 as basis.