Combine procedures and functions in navigator

A very minor thing, but annoying - the navigator (when set to alphabetical, which is what I like) puts the functions on top, and procedures at the bottom (probably because they start with F and P, respectively). Is there any way to have it just combine that list, and display them all alphabetically, regardless if it is a procedure or function, based only on the actual name?

Example:

Code has the following functions/procedures defined in this order:
Function PrintValue
Procedure KillProcess
Function GetName

Shows in the navigator in the order:
GetName
PrintValue
KillProcess

While I would like:
GetName
KillProcess
PrintValue

Thanks!

This seems like a bug to me. It’ll be fixed in 13.2.0.77.

Oh wow, that’s prompt service - thanks!