Page 1 of 1
Text and Hex Editor???
Posted: Sun Jan 11, 2009 10:35 pm
by techie_alison
Heyo,
Can anyone suggest (and hopefully upload) a small text editor, and maybe a hex editor too please?
I'm just looking for something ultra small, a single file, doesn't save any config files, and which is cheap and cheerful. aka. a text editor.

Re: Text and Hex Editor???
Posted: Sun Jan 11, 2009 11:36 pm
by nativ
Hi
7 up
or
Everest for your text........
Might try Protext but that's not small....
or QED
http://heinisoft.atari-users.net/
How / what for the Hex i'm not sure.
St Doctor - Computer Concepts, Is this a different Doctor to your Antic Mug?
Thanks
Re: Text and Hex Editor???
Posted: Sun Jan 11, 2009 11:58 pm
by krupkaj
I use HexEdit 1.1 from Dirk Sabiwalsky. Unfortunately the version I have is only in German.
Re: Text and Hex Editor???
Posted: Mon Jan 12, 2009 12:30 am
by Desty
I used to use a small desk accessory called Diary for my text editing - had a few bugs iirc, but mostly it was sweet and simple.
Hex editors, well... KnifeST?
Re: Text and Hex Editor???
Posted: Mon Jan 12, 2009 12:53 pm
by Mug UK
Antic's Disk Doctor - still use it to this day when on the ST. Very simple to use for hex-editing files and having a look around. Will upload it later on tonight assuming my ISP doesn't keep me holding on for ages whilst I give them questions which their scripted answers won't be able to cover

Re: Text and Hex Editor???
Posted: Sat Feb 14, 2015 11:00 pm
by TheNameOfTheGame
krupkaj wrote:I use HexEdit 1.1 from Dirk Sabiwalsky. Unfortunately the version I have is only in German.
Sorry to bump this old thread....can anyone know where I can get this hex editor? I have been looking and can't find it. Thanks.
Re: Text and Hex Editor???
Posted: Sun Feb 15, 2015 1:53 am
by Audronic
Re: Text and Hex Editor???
Posted: Sun Feb 15, 2015 4:00 am
by TheNameOfTheGame
Thanks man, but I have that one. I am looking for the one I quoted. Appreciate the help though.

Posted: Sun Feb 15, 2015 9:13 am
by joska
I have this Hex-editor on my ST. I'm away right now, but send me a reminder via pm and I will post it here tonight.
Re: Text and Hex Editor???
Posted: Sun Feb 15, 2015 2:13 pm
by TheNameOfTheGame
pm sent! thanks!
Re: Text and Hex Editor???
Posted: Sun Feb 15, 2015 3:52 pm
by joska
Here it is. German version I'm afraid.
hexedit-1.1.zip
Re: Text and Hex Editor???
Posted: Sun Feb 15, 2015 3:55 pm
by TheNameOfTheGame
Thanks! I couldn't find that anywhere!

Re: Text and Hex Editor???
Posted: Sun Feb 15, 2015 6:30 pm
by TheNameOfTheGame
Here it is translated to English. No formatting changes, just words. Anyone know how to shorten the spacing on the menu item "Edit"?
Posted: Sun Feb 15, 2015 6:37 pm
by Mug UK
Change the spaces ($20) to a $00 as that will denotes end of string.
Sent by my Note III
Re: Text and Hex Editor???
Posted: Sun Feb 15, 2015 6:58 pm
by TheNameOfTheGame
I tried that but the menu item length stayed the same.

Re:
Posted: Sun Feb 15, 2015 7:39 pm
by mfro
Mug UK wrote:Change the spaces ($20) to a $00 as that will denotes end of string.
Sent by my Note III
This won't change much. The Edit menu item is an AES G_TITLE object that has its width inscribed, it doesn't care about the string length.
Use a resource editor to change that.
Re: Re:
Posted: Sun Feb 15, 2015 9:24 pm
by TheNameOfTheGame
mfro wrote:Mug UK wrote:Change the spaces ($20) to a $00 as that will denotes end of string.
Sent by my Note III
This won't change much. The Edit menu item is an AES G_TITLE object that has its width inscribed, it doesn't care about the string length.
Use a resource editor to change that.
Can a Resource Editor change objects embedded in a .PRG file and not a .RSC?
Re: Re:
Posted: Sun Feb 15, 2015 9:53 pm
by mfro
TheNameOfTheGame wrote:
Can a Resource Editor change objects embedded in a .PRG file and not a .RSC?
No. If this is the case, you need to find the G_TITLE object in the executable (challenging) and adjust its width with your hex editor.
Re: Re:
Posted: Sun Feb 15, 2015 10:02 pm
by TheNameOfTheGame
mfro wrote:TheNameOfTheGame wrote:
Can a Resource Editor change objects embedded in a .PRG file and not a .RSC?
No. If this is the case, you need to find the G_TITLE object in the executable (challenging) and adjust its width with your hex editor.
Ah, well this is ok since it is only aesthetic. The program is translated anyway.
