ultraedit studio

Post Reply
User avatar
reinaldocrespo
Posts: 918
Joined: Thu Nov 17, 2005 5:49 pm
Location: Fort Lauderdale, FL

ultraedit studio

Post by reinaldocrespo »

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.
User avatar
Baxajaun
Posts: 853
Joined: Wed Oct 19, 2005 2:17 pm
Location: Gatika. Bizkaia

Post by Baxajaun »

Hi Reinaldo,

here you are

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

Best regards,

Felix
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

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
User avatar
reinaldocrespo
Posts: 918
Joined: Thu Nov 17, 2005 5:49 pm
Location: Fort Lauderdale, FL

Post by reinaldocrespo »

Antonio;

That's exactly what I was looking for.

Thank you!



Reinaldo.
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Post by Otto »

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