I really like the new autoreplace feature that is invoked for symbol characters. I believe there is an issue in situations when 2 replacements are defined which differ only in last symol character. I use these two a lot:
sc=select
sc*=select count(*)
Both replacements works in v15, however...
In v15, there was an option to not show tabs in SDI mode (see attached picture), which is now gone in v16 beta. Bug or feature? Since I'm used to using Window list I would like to be able to hide tabs as they take away precious vertical space.
When a PL/SQL Developer window is shared in a Skype meeting (only the PL/SQL Developer app is shared, not the whole screen), then it starts flickering like crazy. Please look into it.
I have a lot of connections defined in my Connection list. It would be great if connections would inherit the "Database" property from their parent folders.
Please see attached image for visual example.
Regards,
Jure
When comparing tables with identity columns, values of these columns are always compared. In case the values differ between source and target database, the table is displayed as having differences and the following script is generated (example):
alter table MY_TABLE modify MY_IDENTITY_COLUMN...