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

Add memory address input custom widget. #153

Merged
merged 5 commits into from
May 26, 2024

Conversation

cristian64
Copy link
Collaborator

The widget features a built-in "0x" prefix, and a validator that validates the user input, removing any additional "0x" prefix. Length is limited to 8 characters, and it uses the system's fixed-width font.

DME - Address Input Widget

The custom widget is used in the following components:

  • Add/Edit Watch dialog
  • Copy Memory Range dialog
  • Memory Viewer dialog
  • Search Range fields

It features a built-in "0x" prefix, and a validator that validates the
user input, removing any additional "0x" prefix. Length is limited to 8
characters, and it uses the system's fixed-width font.
Layout has been reworked to include a label in replacement of the
placeholders that were previously used in the fields.
Copy link
Collaborator

@dreamsyntax dreamsyntax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and verified strings of n size are not interrupted.

@dreamsyntax dreamsyntax merged commit 692ea47 into aldelaro5:master May 26, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants