News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

HexEdit plugin

Started by byo, July 11, 2008, 12:14:16 AM

Previous topic - Next topic

killerbot

#15
checking this right now.

By the way, I think all things related to a plug-in should be in the same case.

So some things are not 100% correct I think  :

manifest.xml --> HexEditor
PluginRegistrant<HexEditor> reg( _T("HexEditor") );

BUT :
libhexeditor
hexeditor.zip


EDIT : the suggestion is to "CamelCase'

killerbot

little update rev 5138

killerbot

A little bit of feedback :

1) creating a selection doesn't seem to work (keyboard or mouse)
2) could you make the value preview checked by default, it's so interesting, but it is not retained after you close the file. My *personal* feeling is that people will turn on more often then actually turn it off

byo

Thanks killerbot :)

Quote from: killerbot on July 18, 2008, 08:16:36 PM
manifest.xml --> HexEditor
PluginRegistrant<HexEditor> reg( _T("HexEditor") );

BUT :
libhexeditor
hexeditor.zip

Hmm, right, I'll try to fix that today. The only problem is that if someone has already compiled HexEditor adn did make install and will do the same after updating, he will have two instances of hexeditor plugin. So I'll better do this quick...

BYO

killerbot

QuoteThe only problem is that if someone has already compiled HexEditor adn did make install
yep ;-)

byo

Quote from: krgh on July 18, 2008, 06:39:29 AM
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

I tried to build precompiled version but I couldn't make it working with 8.02 version (probably different wx version, sdk should be rather compatible), maybe some nightly build will be out soon.

Regards
   BYO

killerbot

QuoteI tried to build precompiled version but I couldn't make it working with 8.02 version (probably different wx version, sdk should be rather compatible), maybe some nightly build will be out soon.
normally tomorrow :-)

MortenMacFly

Quote from: killerbot on July 18, 2008, 11:16:21 PM
normally tomorrow :-)
OT: Which reminds me: Should we rename this to "weekly" / "monthly" builds? I'd prefer the first... What's the current idea/state of nightlies anyways?!
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

killerbot

normally every night providing there are new '+' or '*' commits. But I have to admit, I have been a little bit lazy the last couple of weeks, and we have had several periods without commits. But from tomorrow on should be back at full force.

killerbot

QuoteHexEdit:
* Made the "Value Preview" option enabled by default
* Some small project adjustments
* Removed some warnings

The value preview checked by default doesn't seem to work for me.

byo

Quote from: killerbot on July 19, 2008, 10:56:22 AM
The value preview checked by default doesn't seem to work for me.

Auch, I was working on my local project (not the one added into repository), just give me few minutes :)

BYO

killerbot

Quote from: byo on July 19, 2008, 12:11:37 PM
Quote from: killerbot on July 19, 2008, 10:56:22 AM
The value preview checked by default doesn't seem to work for me.

Auch, I was working on my local project (not the one added into repository), just give me few minutes :)

BYO
confirmed :-)

ironhead

#27
Hexedit causes a crash in svn 5144 when using the cursor keys (left, down, right, up).  Using the mouse to place the cursor works fine.

I'm running XP Pro and I've compiled C::B using MinGW.

Max

Quote from: ironhead on July 20, 2008, 01:12:17 PM
Hexedit causes a crash in svn 5144 when using the cursor keys (left, down, right, up).  Using the mouse to place the cursor works fine.

I'm running XP Pro and I've compiled C::B using MinGW.

Confirmed. I'm observing this bug too. Windows XN SP3 CB 5153.

max

byo

Quote from: ironhead on July 20, 2008, 01:12:17 PM
Hexedit causes a crash in svn 5144 when using the cursor keys (left, down, right, up).  Using the mouse to place the cursor works fine.

I'm running XP Pro and I've compiled C::B using MinGW.

Thanks for reporting, I'm investigating it right now :)

Regards
   BYO