editors?


 
Thread Tools Search this Thread
Top Forums Programming editors?
# 1  
Old 03-21-2002
editors?

Just started out with C and are looking for a good editor
in *nix that marks the code with colors.

This is maybe a newbie thing to have the C code in colors
but i like it and you can almost always se when you are typing wrong. Smilie

Ive heard that emacs should have that option but i havent found it.

Any ideas??
# 2  
Old 03-21-2002
Latest version of vi text editor uses color codes.
The latest version is called vim (some called gvim)
you might want to check out its webpage www.vim.org
Quote:
Features
Syntax Coloring:
Vim shows text in color - according to its "(programming) language".
You can define the "language" ("syntax") of the files yourself.

Vim comes with 200+ syntax files for colorizing text in
common programming languages (Ada, C, C++, Eiffel, Fortran,
Haskell, Java, Lisp, Modula, Pascal, Prolog, Python,
Scheme, Smalltalk, SQL, Verilog, VisualBasic),
math programs (Maple, Matlab, Mathematica, SAS), markup text
(DocBook, HTML, LaTeX, PostScript, SGML-LinuxDoc, TeX, WML, XML),
program output (diff, man), setup files of programs (4DOS, Apache,
autoconfig, BibTeX, CSS, CVS, elm, IDL, LILO, pine, procmail, samba, slrn),
shell scripts and setups (shells: sh, bash, csh, ksh, zsh),
script languages (awk, Perl, sed, yacc)
system files (printcap, .Xdefaults) and
of course for Vim and its helptexts.
-------------------------
courtesy of vim.org
Original-by: Sven Guckes guckes@vim.org
# 3  
Old 03-21-2002
Here's an interesting angle, I've tried to find a good programmers editor like DOS BRIEF, and I did not want to use either of emacs or vi :-)

I came up with these:
FTE (the closest to BRIEF I could find)
nedit (simple, easy to add syntax highlighting for
library functions)
snavigator (very similar to TurboC once you get to know it)
If syntax highlighting is all you need, use mc.

Unfortunately, only FTE and MC work in text mode :-(
# 4  
Old 03-21-2002
Thanks fellas, I will do some tests. with the ones you guys
have mention. Smilie

/hex
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

UNIX Basics about shell and editors and default settings

Hi all, I have 3-4 years of experience working on unix environment. I am not a beginner, but unix is not my primary skill set. I am very good at awk programming and doing many of my tasks very well, really very weak on basics. I moved to a new job recently and the settings there are driving me... (5 Replies)
Discussion started by: ysvsr1
5 Replies

2. UNIX and Linux Applications

opinions on video editors

What is everyones opinions on these video editors? PiTiVi Avidemux Cinelerra Kdenlive Kino Linux Video Editing: Top Five Linux Video Editors (0 Replies)
Discussion started by: cokedude
0 Replies

3. Windows & DOS: Issues & Discussions

GUI Text Editors in WinXP -- what's their problem?

jEdit, Total Edit, EDXOR, all have one thing in common -- whatever they save in what they call "Unix" encoding and line endings inevitably shows up in a CLI text editor like pico or vim having garbage characters somewhere close to the beginning or, though this is more rare, somewhere in the body of... (0 Replies)
Discussion started by: SilversleevesX
0 Replies

4. UNIX for Dummies Questions & Answers

Mail utilities and editors.

I was wondering what other mail utilities besides 'mutt, unix mail, PINE and elm' are available for unix. Also, what other editors are around besides 'VI, pico, vim and emacs'... I've been searching the net looking for some answers, but nothing much has come up.. thanx! (1 Reply)
Discussion started by: Shonnie
1 Replies

5. UNIX for Dummies Questions & Answers

Editors for UNIX

Where can i find editors for UNIX? thanks (5 Replies)
Discussion started by: Inbal
5 Replies
Login or Register to Ask a Question