Page 1 of 1

UESTUDIO FIND function/procedure in the files directory

Posted: Fri Mar 14, 2014 11:57 am
by MGA
It is possible by using UESTUDIO:

click on the name of a function and open the FILE PRG where this function is defined?

Example:

test.prg:
ShowMsg ('Hello World') <----- positioned in this function, clicking or pressing key (example: F9), UEStudio opens file test2.prg containing function ShowMsg.

test2.prg:
static Function ShowMsg( cMsg )
MsgInfo (cMsg, cTitle)
return

Re: UESTUDIO FIND function/procedure in the files directory

Posted: Fri Mar 14, 2014 1:29 pm
by Richard Chidiak
Yes you can do it

Select labels, Globals and then functions

All functions are displayed in alphabetic order, if you click on the function you need, it will take you the the program automatically

Hth

Richard

Re: UESTUDIO FIND function/procedure in the files directory

Posted: Fri Mar 14, 2014 1:32 pm
by Maurizio
Hello,
F11 SearchFindSymbol Trova un simbolo nel file CTAG
F12 IntellitipFindSymbolDef Trova definizione Simbolo nei file progetto

Maurizio

Re: UESTUDIO FIND function/procedure in the files directory

Posted: Fri Mar 14, 2014 4:31 pm
by MGA
Maurizio,

Muito obrigado!!!!!!!!!! :D