Frank Wunderlich | 2 Mar 2006 09:45
Picon
Picon

Re: scite hex editing

> --- Ursprüngliche Nachricht ---
> Von: "Kevin Jones" <kevin <at> kevinrj.net>
> An: "'Discussion of the SciTE editor'" <scite-interest <at> lyra.org>
> Betreff: [scite] scite hex editing
> Datum: Wed, 1 Mar 2006 20:20:24 -0600
> 
> Hello, was wondering if there was any thought to adding hex editing to the
> scite program?

Hi,
i'm using an external freeware hex-editor named hxd 
( http://mh-nexus.de/programs.htm ). Placed its exe-file to the scite-folder
and adding the following to my SciteUser.properties:

command.name.23.*=open with HxD
command.23.*=$(SciteDefaultHome)\HxD.exe "$(FileNameExt)"
command.subsystem.23.*=1

now i have a menuitem in the tools-menu, which opens the current file in hxd

HTH Frank

--

-- 
"Feel free" mit GMX FreeMail!
Monat für Monat 10 FreeSMS inklusive! http://www.gmx.net
Philippe Lhoste | 4 Mar 2006 00:38
Picon

Re: scite hex editing

Frank Wunderlich wrote:

>> --- Ursprüngliche Nachricht ---
>> Von: "Kevin Jones" <kevin <at> kevinrj.net>
>> An: "'Discussion of the SciTE editor'" <scite-interest <at> lyra.org>
>> Betreff: [scite] scite hex editing
>> Datum: Wed, 1 Mar 2006 20:20:24 -0600
>> 
>> Hello, was wondering if there was any thought to adding hex editing to the
>> scite program?
> 
> Hi,
> i'm using an external freeware hex-editor named hxd 
> ( http://mh-nexus.de/programs.htm ). Placed its exe-file to the scite-folder
> and adding the following to my SciteUser.properties:
> 
> command.name.23.*=open with HxD
> command.23.*=$(SciteDefaultHome)\HxD.exe "$(FileNameExt)"
> command.subsystem.23.*=1
> 
> now i have a menuitem in the tools-menu, which opens the current file in hxd

Oh no! YAHE! (yet another hex editor...)
Well, this one seems to stand out of the others with some original 
functions, so thank you for the link and for the tip.

--

-- 
Philippe Lhoste
--  (near) Paris -- France
--  http://Phi.Lho.free.fr
(Continue reading)

Kenneth Hortlund | 3 Mar 2006 07:19
Picon
Favicon

RE: scite hex editing

That's two great tips. Thanks!

Hz 

 
| Hi,
| i'm using an external freeware hex-editor named hxd ( 
| http://mh-nexus.de/programs.htm ). Placed its exe-file to the 
| scite-folder and adding the following to my SciteUser.properties:
| 
| command.name.23.*=open with HxD
| command.23.*=$(SciteDefaultHome)\HxD.exe "$(FileNameExt)"
| command.subsystem.23.*=1
| 
| now i have a menuitem in the tools-menu, which opens the 
| current file in hxd
| 
| HTH Frank

Gmane