retain Tools-> Window List

Dave Sharpe

Member²
My current environment is
PL/SQL Developer
Version 5.1.2.687 (MBCS)
01.0893 - Unlimited user license
Windows 2000 version 5.0 (build 2195) Service Pack 4

I can "manually set" Tools -> Window List but I can't see how to have Developer "remember that I want it. I need to select it every time I use.

I have two very simular PCs and I have this only on one of them ( the one that I use most ). Any suggestion will be apprecited.

Thanks
Dave
 
If you setup your IDE layout as you like it, you can select the "Save Layout" item from the Windows menu. This will save:
  • The size and position of the application window.
  • Presence and size of the Object Browser.
  • Presence and size of the Code Contents in the Program Window.
  • Presence, status (floating or docked) and position of the Window List and Template Window.
  • Size of the Program Window, Test Window, SQL Window, Explain Plan Window, Command Window, Report Window, Compile Invalid Objects Window, Find Database Objects Window, Export User Objects Window, and Compare User Objects Window.
 
Back
Top