From: Roger B. <ro...@ro...> - 2004-05-03 06:07:40
|
I would really love it if someone who is familiar with wxWidgets/ wxPython could complete the hexeditor. It is needed by several bits of code. The file is standalone in hexeditor.py, and what I need is an edit mode. The idea is that the current byte should be highlighted. Pressing tab should jump between the hex bytes side and the ascii side. It should be able to be in insert mode or overwrite mode. There is a status line at the bottom that is shown when the widget has focus, and the idea is that will tell you if you are in insert mode or overwrite mode, and potentially other information (eg decimal value of byte at cursor). Please let us know if you can work on this in the near future. Roger |