This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9034 - Alphabetically sort the list of plugins shown after 'Open With...'
Attached to Project:
Rockbox
Opened by Alexander Levin (fml2) - Saturday, 24 May 2008, 23:19 GMT+2
Last edited by Yoshihisa Uchida (Uchida) - Tuesday, 08 June 2010, 13:07 GMT+2
Opened by Alexander Levin (fml2) - Saturday, 24 May 2008, 23:19 GMT+2
Last edited by Yoshihisa Uchida (Uchida) - Tuesday, 08 June 2010, 13:07 GMT+2
|
DetailsI think this is good since now the plugins in the list appear in the order of their occurrence in viewers.config which is rather random.
|
This task depends upon
BTW: editing the file might be tricky for a normal user because entries can occur many times. If I understand the implementation right, the position of a plugin in the menu list is defined by its first occurrence in viewers.config.
reason: text file is read by the sort plugin instead of the text viewer plugin. then, text file is broken.