pure-data / deken

Externals wrangler for Pure Data
Other
145 stars 17 forks source link

sort entries in generated deken-list #290

Closed umlaeute closed 1 year ago

umlaeute commented 1 year ago

right now, the ordering of the entries in the generated deken-list is rather arbitrary. e.g.:

linear_path DEKEN GENERATED
pix_colorclassify   DEKEN GENERATED
part_source DEKEN GENERATED
pix_clearblock  DEKEN GENERATED
square  DEKEN GENERATED
gemglutwindow   DEKEN GENERATED
gemsdl2window   DEKEN GENERATED
gemlist DEKEN GENERATED
gemlist_matrix  DEKEN GENERATED
pix_threshold_bernsen   DEKEN GENERATED
pix_equal   DEKEN GENERATED

instead, the list could use alphabetic sorting:

gemglutwindow   DEKEN GENERATED
gemlist DEKEN GENERATED
gemlist_matrix  DEKEN GENERATED
gemsdl2window   DEKEN GENERATED
linear_path DEKEN GENERATED
part_source DEKEN GENERATED
pix_clearblock  DEKEN GENERATED
pix_colorclassify   DEKEN GENERATED
pix_equal   DEKEN GENERATED
pix_threshold_bernsen   DEKEN GENERATED
square  DEKEN GENERATED

this is of course a bit academic, as the actual file is seldom viewed by humans.