New Function List for the Code Window

When we were coming up with ideas for AppStudio 5, we looked at the blank Toolbox space beside the Code Window. Could we do something useful with it?

Yes, we could: We display a list of the functions and subroutines in the current Code Module, along with their calling arguments:

Codewindow2

Plus, if you click on a function, it will go to it in your code. The items are sorted in alphabetic order, not in the order they actually appear in the code.

As a bonus, there are selections to go directly to the top or bottom of the page.