FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour ultraedit studio
Posts: 990
Joined: Thu Nov 17, 2005 05:49 PM
ultraedit studio
Posted: Sun Sep 30, 2007 10:57 PM

Hi all!

Just started using UE studio. I can't find syntax highlighting specific for xharbour.

How is it done?
How do I get syntax highlighting to work case insensitive?
How do I get it to recognize FW?

I'm not refering to build-compile-make cycle. For now I'm only concern with syntax highlighting.

Thank you,

Reinaldo.

Posts: 990
Joined: Wed Oct 19, 2005 02:17 PM
ultraedit studio
Posted: Mon Oct 01, 2007 03:54 AM

Hi Reinaldo,

here you are

http://fivetechsoft.com/forums/viewtopi ... t=uestudio

Best regards,

Felix

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
ultraedit studio
Posted: Mon Oct 01, 2007 04:35 AM

Reinaldo,

Add this text at the end of c:\Program Files\IDM Computer Solutions\UEStudio '06\wordfile.txt :

(You can include all FWH keywords also)

/L12"Clipper" Nocase Line Comment = // Block Comment On = / Block Comment Off = / File Extensions = PRG CH
/Function String = "%^{Function^}^{Method^}("
/Function String 1 = "%^{Class^}%[a-zA-Z_0-9^]"
/Function String 2 = "%^{Class^}%[a-zA-Z_0-9^]%^{From^}%[a-zA-Z_0-9^]"
/Function String 3 = "%^{Procedure^}"
/C1
.and. .not. .or. .t. .f.

include #define #ifdef #endif #else

aadd abs aclone acopy adel aeval afill ains alert alias alltrim as asc array activate action append asize ascan
begin button buttonbar brush break
case class classdata close color colors checkbox create character column centered commit copy constructor
date do data dblclick declare deleted default delete design device dialog define dbcloseall dbskip dbclosearea dbsetorder dbseek dbrelation dbsetrelation dbgobottom dbgotop dbgoto dbsetfilter dbusearea dbcommit dbrecall dbdelete dbunlock dbappend
exit else elseif endif export empty endclass endcase end endmenu enddo endpage endprint erase eof eval exact
file for function from of footer font filter field fieldget fieldput fcount flock ferase fields
get go goto gotop
hidden header headers
icon id if iif inline index init in
left len locate listbox listview loop lower
maximized mdichild method memvar msgInfo msgBeep message menu menuitem msglogo
next numeric name
of otherwise on off order ordsetfocus
path pixel protected print page parameters procedure prompts preview picture
quit
return recall resource resources redefine read report replace right rlock recno
sizes sequence self super set say separator size style sysrefresh shared select store skip seek softseek
time title tone to tooltip top total transform
var val valid valtype
while when window with
use update upper
zap
/C2
new
/C3
local
static
public
private
nil
:
,
;
@
|
{
}
(
)
.
[
]
<
>
=
!
+
-
*
/
%

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 990
Joined: Thu Nov 17, 2005 05:49 PM
ultraedit studio
Posted: Mon Oct 01, 2007 12:53 PM

Antonio;

That's exactly what I was looking for.

Thank you!

Reinaldo.

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
ultraedit studio
Posted: Mon Oct 01, 2007 02:01 PM

Reinaldo,
what editor did ypu use before.
Regards,
Otto

Continue the discussion