Windows IDE - Functions list to also show variables.

Feature requests for future versions of Hollywood can be voiced here
Post Reply
Bugala
Posts: 1178
Joined: Sun Feb 14, 2010 7:11 pm

Windows IDE - Functions list to also show variables.

Post by Bugala »

To wishlist.

in Windows IDE there is this list of functions you have made on the left side of the editor.

This list is naturally very handy, but It would be even more handy, if it would also show the variables i have declared to my function.

As example:
p_myfunction(var1, var2)

would just show up as "p_myfunction" like it does now, but would show up as "p_myfunction(var1, var2)"
Post Reply