This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 53400
Collapse All | Expand All

(-)arch-editor.xml (-3 / +15 lines)
Lines 951-959 Link Here
951
951
952
        </li>
952
        </li>
953
953
954
        <li>Side bar components (appearing in a row header of JScrollPane displaying
954
        <li>Side bar components can be registered under <i>.../SideBar</i> subfolder.<br/>
955
            the editor's JEditoPane) can be registered under <i>.../SideBar</i> subfolder.
955
            Their appearance can be specified using two optional attributes - <code>position</code>
956
            directory.
956
	    (accepting values <code>"North"</code>, <code>"South"</code>, <code>"East"</code> and
957
	    <code>"West"</code>) and boolean <code>scrollable</code>. Default values are
958
	    <code>"West"</code> and <code>"true"</code> (i.e. component appears in a row header
959
            of JScrollPane displaying the editor's JEditoPane).
960
	    <pre>
961
&lt;folder name="SideBar"&gt;
962
    &lt;file name="org-netbeans-editor-GlyphGutter.instance"/&gt;
963
    &lt;file name="org-netbeans-editor-StatusBar$StatusBarFactory.instance"&gt;
964
        &lt;attr name="position" stringvalue="South"/&gt;
965
	&lt;attr name="scrollable" boolvalue="false"/&gt;
966
    &lt;/file&gt;
967
&lt;/folder&gt;
968
            </pre>
957
        </li>
969
        </li>
958
970
959
        <li>
971
        <li>

Return to bug 53400