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.
ORACE
ORACE stands for Oracle Code Editor. A free PL/SQL editor with syntax highlighting and debugging.
The goal of this project is to create a tool that allows a PL/SQL developer to quickly browse, edit, compile and debug PL/SQL code on an Oracle database as well as perform free-form SQL queries. It is released under the GNU license, so you can download it and use it for free, and you can also download and modify the source code to fit your needs!
visit
ORACE
ORACE was visited : 49 times
Loading .....