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

HexEdit plugin

<< < (3/11) > >>

byo:

--- Quote from: MortenMacFly on July 17, 2008, 11:27:17 pm ---
--- 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:

--- End quote ---

That's also fixed (I hope so), working on Linux and WinXP, currently I'm preparing to add sources to repository and it's not easy task (huh, those autotools...).

The quick fix for the 0.3 version is to replace the line 88 in HexEditPanel.cpp:

--- Code: ---m_DrawArea = new wxPanel(this, ID_PANEL1, wxDefaultPosition, wxDefaultSize, wxFULL_REPAINT_ON_RESIZE, _T("ID_PANEL1"));
--- End code ---

with this one:


--- Code: ---    m_DrawArea = new wxPanel(this, ID_PANEL1, wxDefaultPosition, wxDefaultSize, wxWANTS_CHARS|wxFULL_REPAINT_ON_RESIZE, _T("ID_PANEL1"));
--- End code ---

Regards
   BYO

krgh:
Hi BYO,

Just a small request. Can you provide a prebuilt  hex-editor plugin along with the source. i do not have compiler to compile the source.

TIA

Regards
Gururaja

killerbot:

--- Quote ---That's also fixed (I hope so), working on Linux and WinXP, currently I'm preparing to add sources to repository and it's not easy task (huh, those autotools...).
--- End quote ---

Tell me about it, well if you need help, I know my way around in that swamp ;-)

MortenMacFly:

--- Quote from: byo on July 18, 2008, 12:30:32 am ---That's also fixed (I hope so), working on Linux and WinXP, currently I'm preparing to add sources to repository and it's not easy task (huh, those autotools...).

--- End quote ---
Oh, that's nice and working. Thanks! :-)

BTW: If you want to, please use the project file I have attached for the commit (to contrib plugins). This would ensure a consistent style.

[attachment deleted by admin]

byo:

--- Quote from: MortenMacFly on July 18, 2008, 09:22:25 am ---BTW: If you want to, please use the project file I have attached for the commit (to contrib plugins). This would ensure a consistent style.

--- End quote ---

Yup, I'll use it :)


--- Quote from: killerbot on July 18, 2008, 07:20:10 am ---Tell me about it, well if you need help, I know my way around in that swamp ;-)

--- End quote ---

I hope that I found the way through :) But I need someone to test if the changes were correct. Right now I've committed the changes (rev 5137) and it looks like it compiles fine (but I didn't test it from fresh checked-out copy)

Regards
   BYO

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version