I have had multiple issues with Toad settings. Object palette blanked out on me, colors off after a power outage etc.
While I don't know the exact way to fix your issue. I suggest the following method when desperate:
- close Toad
- Ensure you have a license key jic
- Scan the AppData\Roaming\Quest Software\Toad for Oracle\\User Files directory for Toad.ini.
- Back it up
- Double check that the ini file is backed up
- Delete the original ini file.
- Open Toad
- Observe that the original issue is no longer occurring in this new setup.
- Close Toad
You now have two ini files - a vanilla ini file inside the user files directory and the old backup.
You are going to be mixing these two so be careful not to corrupt the original ini file!
Move the original and the vanilla ini file (renamed to something else like vanilla.ini) into a new directory for working.
You are going to be creating a new ini file that will contain parts of the other two.
- Open the two ini files in a text editor (with line numbers unless you are crazy) and copy half of the old ini file with the other half of the vanilla ini file into a thrid file.
- Save the thrid file as Toad.ini
- Move the NEW frankensteined ini file into User Files
- Open toad and observe if the issue is resolved.
If not resolved:
You now know the setting that is messed up is in the half that you included from the original ini file. Swap the two parts in a new ini.
If resolved
You now know which half contains the issue. You can either scan the ini file or continue to break it up in halves until you narrow it down enough to find the exact change.
Best of luck!