Navigation to functions

Hi guys,

all the best to you all. Really enjoying NSBasic and all the support I have had over the last few months…

In the IDE when I click on the function on the left pain instead of it taking me to the actual function it takes me to where I am calling the function.

ie I go here:

and not here:

Cheers

Steve Warby

It seems it’s not picking up the pattern

functionName = function() {…

which is, of course, perfectly valid JavaScript.

This may not get fixed in the next build - we’re looking at a major upgrade to the Code Window, so we probably won’t put much work into the current one.