History
[2011-01-19]
Version: 1.3.2
[*] Fixed a bug that appears when you add the first user
[2011-01-16]
Version: 1.3
[+] A "visibility" parameter is added for a user. If it is set to False and the "Show all users" option is disabled (see the "Logon", the "Fast Logon" and the "Database script execution" dialogs), the user isn’t displayed in the list. This is handy if you need to hide users you don’t use often;
[+] The "OraTau / Directories / Import users" menu command is added. It opens the "Import users" window;
[+] The "Import users" dialog now supports importing a PL/SQL Developer submenu in the format ">submenu". New submenu items are added as user groups. If a group with such name already exists, it will be used automatically;
[+] The "Generate spec and body file" setting is added. If it is turned on, a "spec and body" file is generated basing correspondingly on body and spec files when saving a spec or a body file of a type or a package;
[#] Now PL/SQL Developer windows do not open while saving spec and body files separately. Utf8 encoding work is fixed (some regional symbols may have been replaced with ??? symbols in saved files);
[#] The appearance of the "OraTau Save As" window has been changed. The option "additionally save package/type spec and body as separate files" has been removed. Now the value from the options window is taken;
[#] It is possible to open several temporary and backup files simultaneously;
[*] While starting PL/SQL Developer, the save dialog is no longer shown for windows that haven’t been saved before exit or due to some failure. This sometimes led to unexpected failures and interrupted window opening process;
[*] Minor improvements and bug fixes
[2010-06-22]
Version: 1.2
[+] You can store the file changes history (backup files) now (see Settings – Files). With this option turned on, a file is preliminarily copied to the _history folder before any changes are saved;
[+] New command "Open a backup file" in the File menu. With it you can open a backup file of the currently opened file;
[#] "OraTau Save As" now takes the default folder from the PL/SQL Developer settings dialog, the "Preferences – Files – Directories" section;
[#] Pressing Enter in the filename and tmp-filename editing windows of the "OraTau Save As…" dialog corresponds to clicking the "Save As" and the "Save tmp-file" buttons respectively;
[*] Fixed a "Comment" command bug: if the cursor (the selected text) was located further than 65535 symbols from the beginning, a line with 65535th symbol got commented
[2010-05-30]
Version: 1.1
[+] Added OraTau Comment operations. Comment or uncomment text with a single hotkey while keeping the initial formatting of a code;
[+] A new "user groups always expanded" option is added to the Settings dialog, the Logon tab. The option is on by default. Turning this off, you will be able to collapse user groups. Also, the only expanded group on start up will be the one with the current user;
[+] The new "Open Folder" button is added to the "Temporary file" section in the "OraTau Save As" dialog. Click this button to open the temporary folder in an Explorer window;
[#] Removed the version info from the name of the PL/SQL Developer internal interface plugin. Therefore you will need to add buttons onto the toolbar again
[2010-05-11]
Version: 1.0
[+] the 1st release of OraTau PLD Plugin
Legend:
[+] added; [-] removed; [#] changed; [*] fixed