Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Best DOS editor for programmers?

2,028 views
Skip to first unread message

Gregory Mendez

unread,
Oct 7, 1997, 3:00:00 AM10/7/97
to

I'm looking for a good dos editor, for programming ...something which
looks like MS-DOS editor, with pull down menus, a TSR (so i could switch my
editing screen to my output screen easily), and a split screen capability
(so i can
read 2 source code at at time).

thanx
Greg

Mike Musielski

unread,
Oct 8, 1997, 3:00:00 AM10/8/97
to

Try qedit it's available as shareware at several download sites. They also
have a couple of commercial versions. Use the shareware first and if you
like contact the company for further info.

Gregory Mendez (SL...@cc.usu.edu) wrote:
: I'm looking for a good dos editor, for programming ...something which

: thanx
: Greg

--
-------------------------------------------------------------------------------
____ _
Mike Musielski | __\_\_o____/_|
mi...@planet.net <[___\_\_-----<
| o'
-------------------------------------------------------------------------------

Mike

unread,
Oct 8, 1997, 3:00:00 AM10/8/97
to

Mike Musielski wrote:

[...]

> Gregory Mendez (SL...@cc.usu.edu) wrote:
> : I'm looking for a good dos editor, for programming ...something which
> : looks like MS-DOS editor, with pull down menus, a TSR (so i could switch my
> : editing screen to my output screen easily), and a split screen capability
> : (so i can
> : read 2 source code at at time).
>
> : thanx
> : Greg

If you can find a copy of Borland SPRINT, it beats all other editors
hands down. It is a full macro editor - you compile the entire editor and
you can make it do anything you want.

It handles 24 open files simultaneously and uses up to one-half the
available disk space - no silly ram limits on filesize.

It is very fast, even though it is old 8086 code (there is an upgrade
patch for 486 CPU's.) More recent editors that do use code for modern
CPU's still take a back seat on search/replace and finding text strings.

I have ~250k of source for SPRINT - it automatically detects 7 different
file types such as HTML, Pascal, C, SPRINT documents, etc., and switches
between them so you can use the same function key to format Pascal or C
routines, or full HTML pages.

If you or anyone else is interested, I would be happy to post a link so
you can download it.

Best Regards,

Mike
CEO, Analog & Digital Design
Automated Production Test
http://www.csolve.net/~add/home.htm

Hosting Jonathan Ramsey's Pascal TCP/IP for DOS:
http://www.csolve.net/~add/zips/tcp.htm

Gautier

unread,
Oct 8, 1997, 3:00:00 AM10/8/97
to

"Gregory Mendez" <SL...@cc.usu.edu> writes:
> I'm looking for a good dos editor, for programming ...something which
> looks like MS-DOS editor, with pull down menus, a TSR (so i could switch my
> editing screen to my output screen easily), and a split screen capability
> (so i can read 2 source code at at time).

Download EDIT.EXE from URL:

http://www.unine.ch/math/Personnel/Assistants/Gautier/Gaut_FTP.htm

You can configure it for compiler / debugger to program
many sources in different programming languages.

--
Gautier


Evgeni Rusakov

unread,
Oct 8, 1997, 3:00:00 AM10/8/97
to

Hello NoS...@Today.Thanks.

08 Oct 97 12:02, NoS...@Today.Thanks wrote to All:

N> X-RealName: Mike
>> Gregory Mendez (SL...@cc.usu.edu) wrote:
>> : I'm looking for a good dos editor, for programming ...something which


>> : looks like MS-DOS editor, with pull down menus, a TSR (so i could switch

N> If you can find a copy of Borland SPRINT, it beats all other editors
N> hands down. It is a full macro editor - you compile the entire editor and
N> routines, or full HTML pages.

N> If you or anyone else is interested, I would be happy to post a link so

It's very interesting!

Evgeni

--- GoldED/386 2.50+
* Origin: ################################################ (16:84/2.9)

Ian Gay

unread,
Oct 8, 1997, 3:00:00 AM10/8/97
to

In article <01bcd339$87456580$07f17b81@oem>,

"Gregory Mendez" <SL...@cc.usu.edu> wrote:
>I'm looking for a good dos editor, for programming ...something which
>looks like MS-DOS editor, with pull down menus, a TSR (so i could switch my
>editing screen to my output screen easily), and a split screen capability
>(so i can
>read 2 source code at at time).
>
>thanx
>Greg

I use ie. (But then I'm prejudiced, I wrote it). Freeware as ie100.zip in
simtel msdos/editor directory.

Ian


*** To reply by e-mail, remove _nospam from address ***

Erwin Waterlander

unread,
Oct 10, 1997, 3:00:00 AM10/10/97
to

On 7 Oct 97 09:55:56 MDT, "Gregory Mendez" <SL...@cc.usu.edu> wrote:

>I'm looking for a good dos editor, for programming ...something which
>looks like MS-DOS editor, with pull down menus, a TSR (so i could switch my
>editing screen to my output screen easily), and a split screen capability
>(so i can
>read 2 source code at at time).
>
>thanx
>Greg

Hi Greg,

My favorit editor is Multi-Edit. It has everything a programmer needs.

- Edit as much files at one time as you want.
- It knows C-syntax by highlighting keywords and comment in different
colors (like the Borland 3.1 DOS IDE)
- You can run make from the editor and catch the messages in a
message window.
- Supports Unix style regular expressions for search and replace.
- Configure key-board short-cuts as you like.
- define your own macros.
- hex mode
- pull down menus
and much more ....

Erwin Waterlander
e-mail: wate...@xs4all.nl

Neal Lindsay

unread,
Oct 10, 1997, 3:00:00 AM10/10/97
to

Internal wrote:
> I'll think you'll find that ASM-Edit 1.82 is by far the best editor for
> Assembly language programming, By far the best feature is its online help and
> converter (convert hex values to assembly language statements on the fly) The
> online help covers *everything* (well almost everything) about assembly
> language programming. It also has syntax highlighting and everything else you
> mentioned.

Sounds cool. I've downloaded quite a few assembly language IDEs (many
of them called ASM-Edit), but none of them have been very good. Do you
know where I can find this program?

Wolfgang Frank

unread,
Oct 28, 1997, 3:00:00 AM10/28/97
to

"Gregory Mendez" <SL...@cc.usu.edu> wrote:

>I'm looking for a good dos editor, for programming ...something which
>looks like MS-DOS editor, with pull down menus, a TSR (so i could switch my
>editing screen to my output screen easily), and a split screen capability
>(so i can
>read 2 source code at at time).
>
>thanx
>Greg

Hello!

It is really nice, that so many people are suggesting their favourite editor.
But, please, do also mention a valid site where the editor can be downloaded. I
tried several sites, which are given in this item, but unfortunately they were
not valid any more.

Regards, Wolfgang.

________________________________________

Wolfgang Frank
Federal Armed Forces University Munich
Faculty for Electrotechnics
Leistungelektronik (ET6)
Werner-Heisenberg-Weg 39
85577 Neubiberg
Tel.: +49 (0)89 6004-3937
Fax.: +49 (0)89 6004-3560

Sammy Mitchell

unread,
Oct 28, 1997, 3:00:00 AM10/28/97
to

> "Gregory Mendez" <SL...@cc.usu.edu> wrote:
>
> I'm looking for a good dos editor, for programming ...something which
> looks like MS-DOS editor, with pull down menus, a TSR (so i could switch
my
> editing screen to my output screen easily), and a split screen capability
> (so i can
> read 2 source code at at time).

My company sells a product, that is a TSR dos editor. It features pulldown
menus, the ability to pop-up over most text-mode programs (in dos-land),
multiple windows, plus other features.

You can download a non-TSR version at
ftp://ftp.semware.com/demo/tsejr4.zip. It is identical to the TSR version,
except that it is a non-TSR program, and so the TSR specific features (like
pasting into the foreground application, etc) are not available.


Geoffrey Levand

unread,
Oct 29, 1997, 3:00:00 AM10/29/97
to

I was asking for something specific and perfect for my city,
Whereupon lo! upsprang the post of Wolfgan...@unibw-muenchen.de
(Wolfgang Frank):

>"Gregory Mendez" <SL...@cc.usu.edu> wrote:
>
>>I'm looking for a good dos editor, for programming ...something which
>>looks like MS-DOS editor, with pull down menus, a TSR (so i could switch my
>>editing screen to my output screen easily), and a split screen capability
>>(so i can
>>read 2 source code at at time).

Best setup is to have two computers networked together. The test
computer runs DOS, the build computer runs NT with a good windows IDE.
When the test computer hangs you can reboot without bringing down your
development system. I setup the autoexec.bat to start the network and
connect to the project directory on the build computer.

If you use MSC, the MSVC 5 IDE is very nice for DOS code development.
The 32 bit BSCMAKE can read browse(.sbr) files from the 16 bit
compiler so the code browser is fully functional. From Windows you
can also access the online help from MSDN and MSVC 1.5.

G. Levand

Ruiter de M

unread,
Oct 29, 1997, 3:00:00 AM10/29/97
to

: >I'm looking for a good dos editor, for programming ...something which

: >looks like MS-DOS editor, with pull down menus, a TSR (so i could switch my
: >editing screen to my output screen easily), and a split screen capability
: >(so i can
: >read 2 source code at at time).

Try GNU EMACS. It isn't a TSR, but you can easily shell out. It has
*everything* a programmer could want, including syntax highlighting,
multiple windows, compilation-mode, regexp-replace, etc, etc, etc...

Check out ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/em*.
One disadvantage is it's size.
--
Groeten, Michel. http://www.cs.vu.nl/~mdruiter
\----/==\----/
\ / \ / "You know, Beavis, you need things that suck,
\/ \/ to have things that are cool", Butt-Head.

Peter Steiner

unread,
Oct 29, 1997, 3:00:00 AM10/29/97
to

On Tue, 28 Oct 1997 07:35:22 GMT, Wolfgang Frank
<Wolfgan...@unibw-muenchen.de> wrote:
>
>It is really nice, that so many people are suggesting their favourite
>editor. But, please, do also mention a valid site where the editor can be
>downloaded. I tried several sites, which are given in this item, but
>unfortunately they were not valid any more.

The location of RHIDE has changed indeed:

http://www.tu-chemnitz.de/~sho/rho/rhide.html

Since it was designed to be used with DJGPP you may have to change some
settings (and maybe get some other parts of DJGPP (http://www.delorie.com)).

Bye,

Peter Steiner
--
_ x ___
/ \_/_\_ /,--' p.st...@t-online.de (Peter Steiner)
\/>'~~~~//
\_____/ signature V0.2 alpha

0 new messages