IDs used to hide or minimize views

You can hide or minimize views by using the related IDs in the trace log.

IDs for views are listed in the Processing [views) section of the trace log.
Processing [views]
	com.ixiasoft.dita.eclipse.gui.views.sidebar.SideBarView .........: 
	com.ixiasoft.dita.eclipse.gui.views.documents.DocumentsView .....: 
	com.ixiasoft.dita.eclipse.gui.views.map.MapView .................: 
While you can hide or show most interface items, views are even more flexible. You can hide, show, or minimize them. To hide or minimize a view, you specify its ID in an <item> element and specify its state as closed or minimized in a state attribute. For example, to minimize the DITA Map view, enter its ID in the eclipseui.xml file as follows:
<section id="views">
   <item id="com.ixiasoft.dita.eclipse.gui.views.map.MapView" state="minimized"/>
   ...