-
Notifications
You must be signed in to change notification settings - Fork 115
/
IsaDlg.uew
executable file
·121 lines (121 loc) · 2.06 KB
/
IsaDlg.uew
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
/L20"ISA Dialog Manager" Line Comment = // Block Comment On = /* Block Comment Off = */ Escape Char = \ String Chars = "' File Extensions = DLG MOD
/TGBegin "Function"
/TGFindStr = "%function c [a-zA-Z]++^(*^)$"
/TGEnd
/TGBegin "Window"
/TGFindStr = "%[ ]++^(window *^)$"
/TGFindStr = "%[ ]++model ^(window *^)$"
/TGEnd
/TGBegin "Model"
/TGFindStr = "%[ ]++^(model *^)$"
/TGEnd
/TGBegin "Event"
/TGFindStr = "%[ ]++^(on *^)$"
/TGFindStr = "%[ ]++^(rule [a-zA-Z]++ *^)$"
/TGEnd
/TGBegin "Const"
/TGEnd
/TGBegin "Extern"
/TGEnd
/Delimiters = .~!%@^&*()-+=|\/{}[]:;"'<> , ?
/Indent Strings = "{" "if" "else" "case"
/Unindent Strings = "endif" "endcase" "end" "}"
/Open Brace Strings = "{" "(" "["
/Close Brace Strings = "}" ")" "]"
/Open Fold Strings = "{"
/Close Fold Strings = "}"
/C1"Keywords"
and
case child config
default do
else end endcase endfor endif endwhile exit export
for function
if import in
model
null
object on or otherwise
return rule
step
then this to
variable
while
/C2"Objects"
Remote
accelerator application
canvas checkbox cursor
dialog
edittext
groupbox
image
listbox
menubox menuitem menusep messagebox modul
notebook notepage
poptext pushbutton
radiobutton rectangle
scrollbar setup statictext
tablefield timer
window
/C3"Attributes"
active activeitem alignment
bgc borderwidth button
canvasfunc childcount closeable colalignment colcount colwidth content
defbutton dialogbox
editable
fgc filled focus focusitem font format
height
icon iconifyable imagebfc imagebgc itemcount
label
maxchars moveable multiline
navigable
options
parent picture posraster
rowlinewidth
selection sensitive sizeable sizeraster style
text title toolhelp
userdata
visible vsb_visible
width
xauto xleft xraster xright
yauto ybottom yraster ytop
/C3"Methods"
atoi
clear create
delete
exchange
insert
/C4"Functions"
Errorbox
Querybox
destroy
first
itoa
parsepath
substring
updatescreen
/C5"Resourcen"
color
fontx formatx
tile
/C5"Events"
activate
changed charinput close
key
modified
select
/C6"Const"
CO_DARKGREY CO_GREY CO_RED CO_WHITE
SystemBold
boolean
false
integer
string
true
void
/C7"Operators"
*
+
-
:
<
=
>