<?xml version='1.0' encoding='UTF-8'?>
<gui xmlns="http://www.xmlmind.com/xmleditor/schema/gui"
     xmlns:gui="http://www.xmlmind.com/xmleditor/schema/gui">

  <translation location="custom_gui_en.properties" />

  <action name="aboutAction" label="_About This Document Editor">
    <class>AboutAction</class>
  </action>

  <tool name="countWordsTool">
    <class>CountWordsTool</class>
  </tool>

  <statusBar name="statusBar">
    <tool name="countWordsTool" />
    <insert />
  </statusBar>

  <preferencesSheet name="countWordsOptions">
    <class>CountWordsOptions</class>
  </preferencesSheet>

  <preferencesSheets name="preferencesSheets">
    <insert />
    <preferencesSheet name="countWordsOptions" />
  </preferencesSheets>

  <ribbon name="ribbon" replace="configSpecificRibbonItems" />

  <toolBarItems name="configSpecificToolBarItems">
    <class>com.xmlmind.xmleditapp.desktop.part.ConfigSpecificToolBarItems</class>
  </toolBarItems>

  <toolBar name="configSpecificToolBar">
    <toolBarItems name="configSpecificToolBarItems" />
  </toolBar>

  <layout label="Document Editor" icon="docedit.png">
    <topToolBars>
      <ribbon name="ribbon" />
      <toolBar name="configSpecificToolBar" />
      <group name="nodePathToolBar">
        <tool name="nodePathTool" stretch="1" />
        <toolBar name="navigateToolBar" />
      </group>
    </topToolBars>

    <insert />
  </layout>

</gui>
