Hallo Sangohn Christian,

wie währe se mit JX bzw. JCC (Code Crusader)!


MfG. Stephan Goebels
-- 
  
        ,,,,
        /'^'\       
       ( o o )          Stephan Goebels
---oOOO--(_)--OOOo-----------------------------------------------------
                        eMail:  [EMAIL PROTECTED]
                        phone:  +49(0)2461-61/4512,
         Big            fax  :  +49 2461 61 3990                             
                        www  :  
       Brother
                        sMail:  Forschungszentrum Juelich GmbH                
          is                    Zentrallabor für Elektronik (ZEL)     
                                Messtechnik und Bildverarbeitung      
       watching                 Leo-Brandt-Strasze                    
                                52425 Juelich                         
         you                    Germany  
----------------------------------------------------------------------
Title: Linux Development Software (23-Dec-1998)
Home

Linux Development Software

IDEs

Integrated Development Environments generally have makefile generation and debugger frontends. Unix offers powerful programming utilities that = can be easily integrated with a text editor, so the line between editor a= nd IDE is very blurry. I'm making a somewhat arbitary distinction here.

=20

While the above will will do all the work of finding dependencies = in your C files, you should still learn how to use make. Here's= an= excellent tutorial on using make.

On a related note, here's an interesting article on "The Du= mbing Down of Programming."

Editors

  • XEmacs and GNU Emacs. If you're willin= g to spend the time learning them, the best development environments avai= lable.
  • JED, a light= weight but powerful text editor with support for several languages, synta= x highlighting, compile error parsing, and lots more.
  • The VI Lover's Ho= mepage
  • Code Crusader= (C, C++). Has a very nice class browser. This integrates with the Code Medic debugger = and is planned to be a fairly complete IDE.
  • GRASP (Ada, C, C++, Java). Static Motif version.
  • =09
  • Nedit. = Static Motif version and works with Lesstif. This and GRASP should be qu= ite comfortable for Windows users. See also Pman, a project manager that works with Nedit.
  • FTE, a programmer's editor from the OS/2 world. Very fast.
  • Paradigm Visual Make (= pvm). Not to be confused with the parallel computing package. This = is a sort of Visual C lite.

Summary: If you're coming from Windows try Nedit, GRASP or Code Crusader. If you're coming from DOS try FTE, RHIDE or XWPE. See also the commercial products below.

=20

You can find binaries and source for some of the editors above = at Sunsite.<= /P>

Debuggers

=20

=20

Specialized environments and desktops

Commercial products

=20

Links to more


Linux/unix Programming Info

Books

Antwort per Email an