Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

HexEdit plugin

<< < (2/11) > >>

byo:
Updated version 0.3: Undo / Redo support, probably fixes issues with keyboard navigation (at least works perfectly on linux ;) ).

Warning: Do not open resources in this project using wxSmith compiled from sources before rev 5121, otherwise HexEdit won't get all keyboard events (caused by some bug in either wxWidgets or wxSmith - I did't figure out yet which one ;))

Regards
   BYO

MortenMacFly:

--- Quote from: byo on July 14, 2008, 10:18:34 pm ---Updated version 0.3: Undo / Redo support, probably fixes issues with keyboard navigation (at least works perfectly on linux ;) ).

--- End quote ---
Nope, not fixed yet. But it's a funny behaviour:

- you click on a number -> it gets selected.
- you move the cursor downwards - the selection remains
- you continue moving the cursor downwards and suddenly the panel scrolls, but the selection remains.

So it seems the cursor movement does indeed "something" but not visible to the user as the selection only changes when clicking with the mouse.

Very confusing... :-(

mariocup:
Hi Byo,

I am using your Hex-Editor and it is almost perfect. What and my colleagues are missing is a insert and delete modus in the hex editor. It would be great to have this feature too, but perhaps it is already on your todo list :D

Bye,

Mario

byo:

--- Quote from: mariocup on July 17, 2008, 04:41:31 pm ---Hi Byo,

I am using your Hex-Editor and it is almost perfect. What and my colleagues are missing is a insert and delete modus in the hex editor. It would be great to have this feature too, but perhaps it is already on your todo list :D

Bye,

Mario

--- End quote ---

In fact the code is almost ready now - only need to bind proper keys in editor and test the code (especially undo/redo features) :)

BYO

MortenMacFly:

--- Quote from: byo on July 17, 2008, 11:22:09 pm ---In fact the code is almost ready now

--- End quote ---
*sniff* What about the "wrong highlighting  when navigating with cursor keys" bug? :cry:

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version