[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
A small change proposal ...
From: |
Zarko Zivanov |
Subject: |
A small change proposal ... |
Date: |
Sun, 10 Oct 2004 16:26:35 +0200 |
When a register is clicked in Registers window (i.e. eax), display
line sets to '/x $eax'. This is OK for displaying a hex value of
register, but if you want to change a register value, you must first
delete '/x', and then to click on Set button. My proposal is to remove
'/x' text when clicking on register, which will allow direct way for
changing register value (click on register + click on Set button,
without modifying display line).
There is only one line that need to be changed for this, it is in
SourceView.c file, SourceView::SelectRegisterCB function:
item="/x $"+regname;
just change it to
item="$"+regname;
It would be nice if this could be changed in next version...
Best regards,
Zarko
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- A small change proposal ...,
Zarko Zivanov <=