Index: arch-editor.xml =================================================================== RCS file: /cvs/editor/arch/arch-editor.xml,v retrieving revision 1.18 diff -u -r1.18 arch-editor.xml --- arch-editor.xml 13 Dec 2004 16:18:10 -0000 1.18 +++ arch-editor.xml 14 Jan 2005 10:08:03 -0000 @@ -951,9 +951,21 @@ -
  • Side bar components (appearing in a row header of JScrollPane displaying - the editor's JEditoPane) can be registered under .../SideBar subfolder. - directory. +
  • Side bar components can be registered under .../SideBar subfolder.
    + Their appearance can be specified using two optional attributes - position + (accepting values "North", "South", "East" and + "West") and boolean scrollable. Default values are + "West" and "true" (i.e. component appears in a row header + of JScrollPane displaying the editor's JEditoPane). +
    +<folder name="SideBar">
    +    <file name="org-netbeans-editor-GlyphGutter.instance"/>
    +    <file name="org-netbeans-editor-StatusBar$StatusBarFactory.instance">
    +        <attr name="position" stringvalue="South"/>
    +	<attr name="scrollable" boolvalue="false"/>
    +    </file>
    +</folder>
    +