var fDesc=new Array(); fDesc[0] = "OraEdit PRO is an editor and debugger for Oracle PLSQL source code.

With OraEdit PRO, code can be edited and compiled directly from the database.

Any PL/SQL object, including triggers, packages, procedures and functions, can be run in the OraEdit PRO Debug(TM) mode, with all variables available for view.

Runtime value changes are supported. OraEdit PRO includes a powerful Code Completion engine (IntelliSense) that assists in object editing and creation by providing floating lists with keywords, objects, and fields.

An advanced Tip feature proposes words based on the current activity.

OraEdit PRO also provides assistance using packages, procedures and functions by providing a floating window marking the required parameters and types, as well as highliting the current parameter.

Automatic Code-Completion

Function/Procedure prototype tips

Keyword and object tips

Execution of Objects

Enable/Disable of Triggers

Full blown debugger

Table Browser (data)

SQL Worksheets

Auto-compilation of dependencies with debug
information

Interface to your favorite Source Control system

User-definable keywords

Syntax coloring

Search in database

Compare objects within the same and other databases

Multiple database editing simultaneously

Workspace management

Export source code/generate sql scripts

Compile all invalid objects

Object templates for easy creation of new objects

Favorites menu to quickly access objects"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }