Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boot Sector: General improvements and bugfixes #38

Open
tomas-nestorovic opened this issue Oct 26, 2019 · 0 comments
Open

Boot Sector: General improvements and bugfixes #38

tomas-nestorovic opened this issue Oct 26, 2019 · 0 comments
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers

Comments

@tomas-nestorovic
Copy link
Owner

tomas-nestorovic commented Oct 26, 2019

This topic includes everything around current implementation of the CBootView base class. This, however, excludes any modifications tailored for a particular DOS - these should be committed in their own issues. The general modifications of the Boot Sector tab should include all of these improvements:

  • possibility to add to the property grid the cluster size and sector size already at the CBootView::GetCommonBootParameters method level (instead of adding these manually in the CBootView::AddCustomBootParameters method),
  • highlight in the hexa-editor regions of the boot sector which cannot be modified but through the property grid (e.g. the number of sectors on a track),
  • highlight in the hexa-editor regions which correspond to values in the property grid (e.g. by hovering on the value in the property grid),
  • add possbility to verify that the boot sector is still recognizable after the user has made some changes to it (e.g. through a main menu or through a toolbar),
  • add a new column to property grid showing the beginning of the value in boot sector,
  • other minor improvements that might increase the usability of the Boot Sector tab.
@tomas-nestorovic tomas-nestorovic added bug Something isn't working enhancement New feature or request good first issue Good for newcomers labels Oct 26, 2019
tomas-nestorovic added a commit that referenced this issue Oct 26, 2019
…Cluster size" and "Sector size" values to property grid via CBootView::GetCommonBootParameters method)
tomas-nestorovic added a commit that referenced this issue Mar 30, 2020
…ing from doing some changes otherwise than via the PropertyGrid)
tomas-nestorovic added a commit that referenced this issue Aug 31, 2021
tomas-nestorovic added a commit that referenced this issue Sep 2, 2021
tomas-nestorovic added a commit that referenced this issue Sep 26, 2021
…d remembering of scroll position, caret position, and current selection)
tomas-nestorovic added a commit that referenced this issue Nov 14, 2022
… to display low-level timing of data of particular Byte under cursor)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant