Bug 589 - [Chameleon-AutoDoc]Elements in the "Include" area aren't in alphabetical order
: [Chameleon-AutoDoc]Elements in the "Include" area aren't in alphabetical order
Status: RESOLVED FIXED
: Chameleon
AutoDoc
: 1.99
: PC Linux
: P2 normal
: ---
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2004-07-26 11:47 by
Modified: 2004-10-18 15:48 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2004-07-26 11:47:15
Elements in the "Include" area are NOT in alphabetical order.  There should have
a functionality to order the list of widgets from "a to z" or "z to a".

Fedora Core 2
Mozilla 1.6
Chameleon cvs 20040722
------- Comment #1 From 2004-10-18 15:48:25 -------
This is fixed in the xml doc template.

<!-- **************************** -->
<!-- INCLUDE DOCUMENT XML FEATURE -->
<!-- **************************** -->
<cham:includes>
	<cham:include>Base</cham:include>
	<cham:include>Button</cham:include>
        <cham:include>Label</cham:include>
	<cham:include>NavTool</cham:include>
	<cham:include>Popup</cham:include>
</cham:includes>

Committed to cvs.