Poll: Pins or automatic editor closing?
For 2.0 PL/SQL viewer is dropped and all the information tabs such as "Grants","Detail","Dependencies","Profiles" are added to the editor. As a consequence when you double click on a PLSQL node it would open only the editor. There is only one Code tab which automatically resolved the long standing request to add features to the read only code editor. Also much of navigation confusion (as to whether to open editor or viewer when selecting a global/advanced search item) is resolved.
Now there are two choices how to control the number of PL/SQL editors open.
1. Eclipse style: set the maximal number of open PL/SQL editors in the preferences. Keep no more than this number of editors alive, close the oldest editors when the number exceeds the threshold.
2. Keep one editor open, and the others which are explicitly pinned down.
Which option do you like better?