Issue 146: Fix Sort order
Status:  Fixed
Owner:
Closed:  Apr 2009
Project Member Reported by a.hask...@gmail.com, Apr 23, 2009
There's a difference between how the plugin works and
how the html rendering works. the plugin is case-insensitive name
sorting... first by component name (com.foo.FooBarFactory) and then
method name inside the component.

Apr 23, 2009
Project Member #1 a.hask...@gmail.com
The straight HTML version seemed to be matching, the EXT was not. EXTjs was set to
sort by num, not method name. Changed it to method name. Commited to SVN.

Status: Fixed