1. Tabs on split file reload multiple times if file time stamp changes
Load a file which has multiple code blocks in it (e.g. package spec and body, multiple types with their specs and bodies in) using the split file option - creating multiple tabs. Have “Prompt to reload on activation if timestamp has changed” option enabled. If and the file timestamp changes, the multiple tabs get caught in some repetitive loop and can be loaded over and over again, with a prompt to reload on each one.
**2. Toad insight is unusable on large packages. **
I have a package body which is 10,000 lines, which refers to lots of objects, if I say declare a parameter and then want to declare the type (TABLE.COLUMN%TYPE), when I type <TABLE_NAME>, type a dot, for column names, I have to wait anywhere between 20-30 seconds for Toad Insight to do anything and TOAD doesn’t respond during that period of time. It makes the editor totally unusable. Smaller packages seem OK.