FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour UESTUDIO FIND function/procedure in the files directory
Posts: 1286
Joined: Mon Feb 25, 2008 02:54 PM
UESTUDIO FIND function/procedure in the files directory
Posted: Fri Mar 14, 2014 11:57 AM

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

FWH24.04
BCC7.3
HARBOUR3.2
xMate
Pelles´C
TDolphin
Posts: 946
Joined: Thu Oct 06, 2005 07:05 PM
Re: UESTUDIO FIND function/procedure in the files directory
Posted: Fri Mar 14, 2014 01:29 PM

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
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
Re: UESTUDIO FIND function/procedure in the files directory
Posted: Fri Mar 14, 2014 01:32 PM

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

Maurizio

Posts: 1286
Joined: Mon Feb 25, 2008 02:54 PM
Re: UESTUDIO FIND function/procedure in the files directory
Posted: Fri Mar 14, 2014 04:31 PM

Maurizio,

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

ubiratanmga@gmail.com

FWH24.04
BCC7.3
HARBOUR3.2
xMate
Pelles´C
TDolphin

Continue the discussion