Skip to Content
0
Former Member
Apr 14, 2014 at 02:10 PM

how to navigate to function/event/object quickly?

32 Views

I am using PB11.5. When check scripts, there many function/event call. I want to navigate the function quickly. For example,

uo.myfunction() // the uo maybe in another pbl.

open(w_1) // then I want to open w_1 by dbclick or right click, no need to find out w_1 in Object Browser, then open it

Is it possible to open script for myfunction() with double click or right click like Visual Studio or Eclipse?