jovibor / HexCtrl

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

Suggestion: Open bookmark manager with the current bookmark highlighted in list control #12

Closed datasynergyuk closed 4 years ago

datasynergyuk commented 4 years ago

The user interface could be improved by opening the bookmark manager (by default) with the current bookmark selected. Now the current bookmark is tracked internally, this should work for both standard and virtual bookmarks.

jovibor commented 4 years ago

I mean, why?... Bookmark manager is just an interface to the bookmarks, nothing more. It's not some primary feature. User can make use of bookmarks without it absolutely fine.

Moreover, it will immediately overlap main screen, irritating the user (me for sure). It's like when you open a web site and accidentally background music, you didn't order, starts to play.

datasynergyuk commented 4 years ago

I think maybe you misunderstood my suggestion. I was suggesting that the bookmark manager listview scroll to the current bookmark so that it was visible by default. I was not suggesting that it change the current HexCtrl position or selection.

jovibor commented 4 years ago

I was suggesting that the bookmark manager listview scroll to the current bookmark so that it was visible by default.

That's now more clear, when you're mentioning listview.

Ok, i will make it.

datasynergyuk commented 4 years ago

Thank you.