IDE PL / SQL Developer v13.0 New Features (two) - PL / SQL function to enhance landscaping

Allround Automations is a privately held company in the Netherlands. The company was founded in 1989 to develop tools in Oracle is the world's leading service providers. Among them, the product PL / SQL Developer is an integrated development environment developed specifically for the Oracle database stored program units to be used, its focus on development tools easy to use, concise code and develop high efficiency, so you have better use experience ~

PL / SQL Developer new version updates a lot of new features have been introduced earlier part of the article, the article is the second part of the now Xiaobian see if there are new features that you need it -

SQL Window Enhancements

  • You can now, to restrict a result set according to the filter input column column names and data types of visible columns, or only the required columns or only the primary / unique / foreign key column:

1pls130columnfilter.png

You can manually enter the filter expression (e.g. above "owner, name", to show all column name contains two words), or you can build the column through a filter press [...] button:

2pls130columnfilteroptions.png

  • Added a "more ..." pop-up menu item, a window to compare content with other file content.

  • You can now update the columns in the result set is not visible.

  • "Save Windows status' preferences are now available for SQL Windows.

  • If the manual movement, is now preserved vertical split position.

  • EXCEL = filename and CSV = filename comment instruction now supports% dd%,% mm%% yyyy% and file name as the variable.

Window enhancements

  • Preferences PL / Scope identifier added "Default", "Public", "SQL" and "PL / SQL".

  • Preferences PL / Scope statement added "None", "All" and "Default".

  • Add the reconstruction of function keys.

  • Added "Save trailing slash" preferences.

  • Now, when performing retrieval DBMS_Output PL / SQL block.

Test Window Enhancements

  • "Save Windows status' preferences are now available for testing Windows.

  • If the "original case" Code assistant preference is enabled, then the "test" function will now use the original case database source to generate the function and procedure calls.

  • "Set the log point" item has been added to the margin pop-up menu to quickly define record only breakpoint information.

  • Now, when a long-running commissioning steps to complete, will play a notification sound.

Command Window Enhancements

  • Added CD and DIR commands.

  • All commands are now supported environment variables.

  • Added SHOW ENVVAR

3pls130commandwindow.png

  • Now, the command window will automatically display the new connection information in the connection changes.

PL / SQL function to enhance landscaping

  • PL / SQL now supports beautification FETCH FIRST

  • For the "create or replace view" command, using PL / SQL beautification now implicitly formatted view select statement. You must be clearly marked before the select statement.

  • You can now enable "auto beautification" preferences applicable for all window types. This only applies to the previous window.

  • Now, you can call PL SQL mark in the session window / SQL landscaping.

Table Definition Editor enhancements

  • Added support for hidden columns (Oracle 12.1 and later)

Map window feature enhancements

  • When you add a table to a chart, you can now choose to automatically add related tables.

  • Table pop-up menu to add the "Add related tables" option.


Guess you like

Origin blog.51cto.com/14467432/2429031