IDs used for Search view panel removal
You can remove a Search view panel by using the related IDs in the trace log.
Note: You cannot remove the Search for panel, even if you specify
				its ID in the eclipseui.xml file.
		IDs for the Search view panels are listed in the 
		Processing [panels] PanelManager() section of the trace
			log.Processing [panels] PanelManager()
	com.ixiasoft.dita.eclipse.gui.views.sidebar.search.composite.SearchCycleSection ....: 
	com.ixiasoft.dita.eclipse.gui.views.sidebar.search.composite.SidebarDateGui ........: 
	com.ixiasoft.dita.eclipse.gui.views.sidebar.search.composite.AdvancedSearchSection .:
 To remove a panel, enter its ID in a 
	<removeditem> element. For example, to
			remove the Advanced Search panel, enter its ID in the
				eclipseui.xml file as
			follows:<section id="panels">
   <removeditem 
      id="com.ixiasoft.dita.eclipse.gui.views.sidebar.search.composite.AdvancedSearchSection"/>
   ...