This project will add support for editing Oracle PL/SQL objects right inside the NetBeans IDE, including syntax highlighting, code folding and indentation.
The aim of PL/SQL Editor is to provide a convenient way to work with the following Oracle objects inside NetBeans IDE:
Functions
Procedures
Packages Specification
Packages Body
Types Specification
Types Body
Triggers
With each object you could perform the following operations:
It’s also possible Refresh (reload) nodes and discovers Properties. The unique feature of PL/SQL Editor is the PL/SQL language syntax recognition. This means that PL/SQL code will be parsed during code typing or loading and syntactically checked. This gives possibility to correct code before compiling. The PL/SQL Editor also supports code folding, code navigation and other features.
To start working with PL/SQL Editor you should click on Window -> Oracle menu item.
PL/SQL Editor bundle version | NetBeans version | Oracle DB | JDK |
---|---|---|---|
2.2 | 7.0 | 9i Release 2 or newer | Compiled with JDK 6 (jdk1.6.0_20) |
2.1 | 6.9 | 9i Release 2 or newer | Compiled with JDK 6 (jdk1.6.0_20) |
2.0 | 6.8 | 9i Release 2 or newer | Compiled with JDK 5 (jdk1.5.0_18) |
1.2 | 6.1 or newer | 9i Release 2 or newer | Compiled with JDK 5 (jdk1.5.0_18) |
Download the appropriate PL/SQL Editor bundle version and unpack it.
nbm
files you have extracted from the downloaded bundle. The documentation is integrated into the PL/SQL Editor module. To read it click on Help -> Help Contents menu item and then select PL/SQL Editor from Contents.
I would appreciate any comments and suggestions. Please leave your feedback on this page.