Saving Desktop Layouts

From RAD Studio
Jump to: navigation, search

Go Up to How To Use the IDE


To switch between desktop layouts, choose a layout from the drop-down list box located on the Desktop toolbar.

This procedure describes how to save your current desktop layout so that your own layout is available from the View > Desktops submenu and from the toolbar.

Note: The current desktop layout is one of the items saved to a .dsk file when you set Autosave Project desktop on Tools > Options > IDE > Saving and Recovering. The next time you open the project, the saved desktop and other settings are restored, including breakpoints, watches, and open files. When working with multiple screens, RAD Studio also stores information regarding the screen you used to display the main IDE window.

To save a desktop layout

  1. Select View > Desktops > Save Desktop from the dropdown menu available in the top bar, next to the layout combo box.
  2. Enter the name you want for the desktop.
  3. Click OK.

Save Desktop.png

Note: The layouts are saved in %AppData%\Embarcadero\BDS\<Delphi version number>\<layout name>.dst. Thus, when upgrading RAD Studio, the layouts can be copied from one version of RAD Studio to another.

To set a Debug desktop layout

  1. Choose View > Desktops > Set Debug Desktop.
  2. From the drop-down list, select the layout you want to use as your desktop layout during debugging.
  3. Click OK.


See Also