Code Editors
IDE (Integrated Development Environment)combines the editor, compiler and other useful tools in the same software package. Its advantage is that when a program with syntax errors is compiled, the programmer sees the error messages and the original program at the same time -- this makes debugging much easier. Also, some IDEs contain debuggers. Visual J++, VisualAge for C++ or Java, Java WorkShop, and Visual Caf�?�© are IDEs.
From : www.course.com/careers/glossary/programming.cfm
A code editor is typically a text editor with programming language libraries installed. The editor recognizes programming keywords and renders them in the specified color code (known as syntax highlighting). Other features include code beautification and compiler integration. In some cases, code editor is a scaled down version of IDE.
LPE
LPE is a small, efficient programmer's editor for UNIX systems. It has grown from the result of a single night of hacking into a very capable and very versatile editor that defines it's own philosophy opf text editing. That philosophy is that awk and sed are the right tools for most advanced editing jobs, and a text editor should make simple operations easy and make text look good.
LPE does that with support for visual features like automatic indentation, brace flashing, and syntax highlighting. The editor includes a generic plug-in architecture supporting a variety of languages with "modes" that can be added at any time. It also supports easy commands to run the current buffer through an awk or sed script, and a macro recorder and command repeater to ease repetitive editing.
With all of this, LPE is still one of the smallest, most efficient, and least cumbersome editors available for UNIX systems!
Lpe is free software, which means that you are free to use, modify, or redistribute the software as long as you keep it free for other people. It is distributed under the GPL, which is a license designed by the Free Software Foundation to ensure these rights.
visit
LPE
LPE was visited : 94 times
Loading .....