Benito Palacios Sánchez

Results 63 issues of Benito Palacios Sánchez

When we are changing the data in the hex editor, the data we are written must be auto-updated in the text editor and vice-versa.

enhancement

When selecting hex values in the hex editor, the same text must be selected in the text editor and viceversa.

enhancement

Add a scrollbar in the panel to seek at the same time in the hex and text editors.

enhancement

Create a panel component to show at the same time hex and text editors. Hex editor in the left and text editor in the right. Add button / context menu...

enhancement

By default in the hex editor and text editor the data must be **read-only**. With a property this can be changed.

enhancement

Once the text is shown, we need to be able to edit it.

enhancement

Commands like "step", "continue" or after _breakpoint break_ we need to ask again for registers. Hex editor and disassembler will detect and ask independtly for data.

enhancement

In a different textbox multiline component, we need a similar feature like the hex viewer. In this case, instead of in hexadecimal format, we will convert the data into text....

enhancement

When asking for data get more than needed so we chan show it in the moment, and get the data asynchronous, showing '?' chars while we get it.

enhancement

Be able to change the data shown in the textbox, checking the format is valid (no invalid chars, autoconvert to uppercase chars). The data must be available from a method.

enhancement