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
UESTUDIO FIND function/procedure in the files directory
- Richard Chidiak
- Posts: 946
- Joined: Thu Oct 06, 2005 7:05 pm
- Location: France
- Contact:
Re: UESTUDIO FIND function/procedure in the files directory
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
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
Hello,
F11 SearchFindSymbol Trova un simbolo nel file CTAG
F12 IntellitipFindSymbolDef Trova definizione Simbolo nei file progetto
Maurizio
F11 SearchFindSymbol Trova un simbolo nel file CTAG
F12 IntellitipFindSymbolDef Trova definizione Simbolo nei file progetto
Maurizio