Steven wrote:
>What is SetEdit like?  What lib does it use?

SetEdit is like Borlands editors. So it uses a Turbo Vision library (if
that was what you were refering to) and it tag diffrent texts diffrently
depending on the format.
You can also create small macros, ex of one that is built-in for .c and
.cpp files:

ma(CTRL-SPACE translates to

int main(int argc, char *argv[])
{
        return 0;
}

Or something like that, makes it rather fast to write things. And even
faster to read the actuall code than other editors (emacs is of course also
an exception). And you can let CTRL-F9 to execute a command (make for
instance), and the man and info (IIRC) pages are reachable from inside the
program.

And the best part for those who doesn't want to have to read several 100's
of lines and change config files: Backspace and Del work as you would
expect :-)

Also there's a version for DOS as well that plays MP3s while you work,
somewhat large perhaps (1MB) but it's a great program.
//Bernie
http://hem1.passagen.se/bernie/index.htm DOS programs, Star Wars ...

To unsubscribe from SURVPC send a message to [EMAIL PROTECTED] with 
unsubscribe SURVPC in the body of the message.
Also, trim this footer from any quoted replies.

Reply via email to