Possible to view the value in hex instead of decimal? #187
-
I was reading here: Couldn't find so I'm asking, is possible to view the value when hovering a variable in hex instead of decimal? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It is not possible to display hex number in the hover information. Although it is technically possible to display hex, I don't plan to implement it because I have decided that the hover information should match the value displayed in the data inspection, and I have also decided that the data inspection should display the actual value of AutoHotkey. However, the same request has been made before, and to get as close to the request as possible, I implemented the context menu you saw. So please use |
Beta Was this translation helpful? Give feedback.
-
Sorry. It's This will show all supported formats, including hex. I forgot that I changed it to reduce the number of context menus. |
Beta Was this translation helpful? Give feedback.
Sorry. It's
View as Each Base Numbers
, notView as Hex
.This will show all supported formats, including hex.
I forgot that I changed it to reduce the number of context menus.