Page 1 of 1

ultraedit studio

PostPosted: Sun Sep 30, 2007 10:57 pm
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.

PostPosted: Mon Oct 01, 2007 3:54 am
by Baxajaun
Hi Reinaldo,

here you are

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

Best regards,

Felix

PostPosted: Mon Oct 01, 2007 4:35 am
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
:
,
;
@
|
{
}
(
)
.
[
]
<
>
=
!
+
-
*
/
%

PostPosted: Mon Oct 01, 2007 12:53 pm
by reinaldocrespo
Antonio;

That's exactly what I was looking for.

Thank you!



Reinaldo.

PostPosted: Mon Oct 01, 2007 2:01 pm
by Otto
Reinaldo,
what editor did ypu use before.
Regards,
Otto