Import/Export Quick Access Toolbar?

Jason F

Member
I'm setting up a new machine and have successfully copied my preferences (C:\Users\\AppData\Roaming\PLSQL Developer nn\Preferences) and registry (HKEY_CURRENT_USER\SOFTWARE\Allround Automations\PL/SQL Developer nn) information over. It doesn't seem the ribbon/quick access toolbar settings are part of these. Is there any way to import/export these settings or do these still need to be set up manually on a new machine?
 
The Quick Access Toolbar configuration is stored in the CustomToolbars.ini file in directory %APPDATA%\PLSQL Developer nn.

You will find a [BAR0] section in this file that you can copy (up to [BAR1]):

Code:
[BAR0]
Caption=Quick Access
...
[LINK0]
ItemName=dxConnectionItem
...
[LINK1]
ItemName=FileNewItem
...

[LINKn]
ItemName=...
...

[BAR1]
...
 
Back
Top