UESTUDIO FIND function/procedure in the files directory

Post Reply
MGA
Posts: 1219
Joined: Mon Feb 25, 2008 2:54 pm
Location: Brasil/PR/Maringá
Contact:

UESTUDIO FIND function/procedure in the files directory

Post 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
ubiratanmga@gmail.com

FWH17.04
FWPPC
Harbour/xHarbour
xMate
Pelles´C
TDolphin
User avatar
Richard Chidiak
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France
Contact:

Re: UESTUDIO FIND function/procedure in the files directory

Post 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
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Re: UESTUDIO FIND function/procedure in the files directory

Post by Maurizio »

Hello,
F11 SearchFindSymbol Trova un simbolo nel file CTAG
F12 IntellitipFindSymbolDef Trova definizione Simbolo nei file progetto

Maurizio
MGA
Posts: 1219
Joined: Mon Feb 25, 2008 2:54 pm
Location: Brasil/PR/Maringá
Contact:

Re: UESTUDIO FIND function/procedure in the files directory

Post by MGA »

Maurizio,

Muito obrigado!!!!!!!!!! :D
ubiratanmga@gmail.com

FWH17.04
FWPPC
Harbour/xHarbour
xMate
Pelles´C
TDolphin
Post Reply