Configure your preferences for Google Web Designer by selecting Edit > Preferences from the top menu. Access each set of preferences by clicking the tab on the left.
- General preferences
- Design view preferences
- Components preferences
- Code view preferences
- Advanced preferences
You can restore each set of preferences to its defaults by clicking Reset to defaults.
General preferences
General
Setting | Description |
---|---|
Launch with recent open document |
Tick this box to skip the welcome dialogue when you launch Google Web Designer, and start with your most recently opened document. |
Remember Selection tool options across launches | Tick this box to keep your Selection tool options from resetting whenever you restart Google Web Designer. |
My Templates
Setting | Description |
---|---|
Location |
Click the Browse button to browse your computer and select where custom template files should be saved. The folder must be on a mounted drive (i.e. accessible through your computer's file system). If you change this path, existing custom templates will no longer appear in the Template Gallery under 'My Templates'. You can manually move custom template files to the new location to restore them to the gallery.
|
Reset to default path |
Click the Reset location to default button to change the location to the original path. |
New file dialogue defaults
Setting | Description |
---|---|
Ad type |
Select the default ad type for new documents. |
Environment |
Select the default ad environment for new documents. Only appropriate options for your default ad type are available. |
Design view preferences
Design view preferences set your default selections in the View menu for new documents. In some cases (noted below), these preferences also affect your current settings.
Design view
Setting | Description |
---|---|
Outline |
Select your preference for outlines for elements in the document workspace:
|
Show rulers |
Tick this box to make the horizontal and vertical rulers visible by default. This preference is a default: it changes the settings for new documents and documents in which a ruler preference wasn't explicitly set, but doesn't override selections made in the View menu for individual documents. |
Snap and grid
Setting | Description |
---|---|
Snap |
Tick this box to automatically align objects as you're drawing, moving and resizing them. Customise snapping behaviour with the following options:
Learn more about snapping. This preference is universal across Web Designer: it changes the settings for new and open documents, and also reflects selections made in the View menu. |
3D grid |
Tick this box to display the grid for the plane that's nearest to parallel to your view. This preference is a default: it changes the settings for new documents and documents in which a 3D grid preference wasn't explicitly set, but doesn't override selections made in the View menu for individual documents.
|
Outliner
Setting | Description |
---|---|
Sort elements in DOM order |
Tick this box to change the listing order of elements in the Outliner to match the Document Object Model (DOM). When the box is unticked, the Outliner displays elements in the same order as the layers in the Advanced mode timeline. |
Guides
Setting | Description |
---|---|
Colour |
Set the colour of guides. |
Components preferences
3D assets
Setting | Description |
---|---|
Component |
Select the component to use when importing a 3D asset.
|
Automatically delete unused textures when saving GLB files | Tick this box to delete unused textures from the GLB file when you save the component. This can reduce the size of your GLB file, but the image files for the textures will be permanently deleted. |
Code view preferences
Code view preferences control the behaviour and appearance of Code view.
Setting | Description |
---|---|
Colour theme |
Select your preferred colour theme for the Code view workspace and syntax highlighting. You can preview each theme. |
Formatting options
Code formatting options take effect when you open a file, or after you make a change in Design view and switch to Code view. You can preview these settings in the code sample that's displayed above in the Preferences dialogue.
Setting | Description |
---|---|
Pad parentheses |
Tick this box to pad text within parentheses with spaces. |
End file with newline |
Tick this box to include a newline character at the end of the file. |
Newline between CSS selectors |
Tick this box to include a newline character between CSS selectors when multiple selectors are specified for the same CSS rule. |
Newline between CSS rules |
Tick this box to include a newline character between CSS rules. |
Indent size |
Set the number of spaces or tabs to use for one indent. |
Brace style |
Select the way that you want braces in JavaScript to be formatted.
|
Script and style tag indentation |
Select how you want to start indenting code inside |