jovibor / HexCtrl

Fully-featured Hex Control written in C++/MFC.
Other
167 stars 58 forks source link

Display info text on first load, update info text when user moves caret and when user flips decimal/hex addressing mode #3

Closed datasynergyuk closed 4 years ago

datasynergyuk commented 4 years ago

This suggestion follows logically from showing the current offset in the info text area. My only concern is that it could impact performance slightly as the user moves the caret around with the keyboard. However, this already happens if they use the mouse so this change just makes keyboard/mouse input more consistent.

jovibor commented 4 years ago

So, i implemented 1ae3bfb in a bit different way. Frankly saying, i would not change RecalcAll function without any very good reason, this could entail unpredictable consequences. Especially for such tiny thing as update text at first load, it's just an overkill, there are other more subtle ways. Also this PR includes commits that have already been merged from the #2. So, for now i'm closing it.