Operation Manual

Table Of Contents
12
What's new
Last updated 11/30/2015
Rearranging selectors
You can now rearrange selectors in the Selectors pane by dragging them to the required location in the pane.
Panes in CSS Designer retain custom sizes
If you collapse or expand the panes in CSS Designer, the sizes of the panes are remembered within a session. Sources
and Media panes stick to the customized sizes until you change their sizes again.
Properties Panel disabled for Bootstrap files
In Bootstrap files, where the styles are defined in Bootstrap CSS files and are read-only, the Properties pane in CSS
Designer is disabled.
If you want to modify the styling of your Bootstrap document, create another CSS file to override the existing styles, and
then attach it to the document.
Undo/redo specific to active documents
Undo and redo actions can now be limited to active documents only.
By default, the undo and redo actions affect the currently active document and all the related files, such as the associated
CSS files. When you limit the undo actions to the active document, undo/redo will be applied only for the changes
made in the file that is currently in focus. For example, if you are in an HTML file, undo/redo actions will affect only
the changes you made in the HTML file and not in the related CSS file. To undo/redo any changes you made in a related
CSS file, you will have to switch to the CSS file before doing undo/redo.
If the focus is in Live or Design view, then undo/redo will be applied only for those changes that affected the HTML
code. For example, consider that you are editing a Bootstrap page in Live view. You edit some text and then resize a
media query in the Visual Media Query bar. You can undo only the text edit and not the media query changes as those
changes are in a related file and not the HTML file. You can switch to the related CSS file and undo the changes.
To limit undo and redo actions to the current document, perform the following steps:
1 Click Edit > Preferences (Windows) or Dreamweaver > Preferences (Mac).
2 In the General category, select Limit Undo Actions to the Current Document in the Editing Options section.