[MonoDevelop] Hex editor as a widget for my application?

Michael Hutchinson m.j.hutchinson at gmail.com
Sun Aug 29 22:42:20 EDT 2010


On Sun, Aug 29, 2010 at 6:57 PM, Rampage <atomikramp at email.it> wrote:
> Hello everyone, i was wondering, is it possible to use the hex editor
> available in monodevelop as a component for my application? like a widget?
> it's really cool and really fits my needs, it would be really cool if i
> could use it as a widget for a simple app i'm writing.
> if it's possible, can anyone ventually drive me into the right direction
> on how to do so?

It's in the Mono.MHex namespace in the MonoDevelop.HexEditor addin:
http://github.com/mono/monodevelop/tree/master/main/src/addins/MonoDevelop.HexEditor/

I don't know for sure if it could easily be extracted into a separate
assembly, but I would expect that
wouldn't be hard. It was derived from MD's Mono.TextEditor assembly,
which was designed to be usable standalone.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list