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.
Kommander
Kommander is a two part application. The first part is the editor where you visually build dialogs and applications and edit the scripting elements. The second part is the executor which processes the generated XML file. Kommander is a non traditional "disruptive" technology. It does not compile applications but it does not do build it's interface through interpreted scripting and it's DCOP calls are compiled functions. So it produces dialogs and applications that are very small for internet transmission, run very fast and do not have binary issues.
Kommander dialogs integrate easily into KDE applications because it speaks their Inter Process Communication language, DCOP. They can perform thousands of operatons per second and they have a full compliment of KDE widgets to build with. If you are an application developer you can also easily add widget plugins as well as use Kommander to deliver internationalized extentions to your users that don't require compiling.
visit
Kommander
Kommander was visited : 143 times
Loading .....