I use one file for as so many procedures so that the list got a scrollbar and is difficult to handle (finding the procs).
What I know:
- I can group procs into other files
-The list is sorted -> great
- Ctrl-l jumps back in the source
- use "Source Code Pro" to distinct L and i for lower case letters

- mouse wheel seems not to work in procedure browser even when click into (maybe by design?)
If possible for many procedures a tree view would be nice.
- the leveling is enough for one level only
- it could be auto levelled by grouping first matching letters
Example:
- init
Gadget
ListGadget
GridGadget
- new
ListGadget
Gridgadget
To clarify, the procedures would be:
initGadget
initListGadget
initGridGadget
newListGadget
newGridGadget
See also the software "Syncovery"; they do it in their scheduler list.
Thanks!