-
Notifications
You must be signed in to change notification settings - Fork 436
Expand file tree
/
Copy pathSBI Mapper.xml
More file actions
65 lines (65 loc) · 2.94 KB
/
SBI Mapper.xml
File metadata and controls
65 lines (65 loc) · 2.94 KB
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
<?xml version='1.0' encoding='UTF-8'?>
<NotepadPlus>
<!-- 'SBI Mapper' autoCompletion definition automatically generated from UDL keyword lists by generate_ac.py on 2025-09-12 -->
<!-- Default values automatically generated, and have no knowledge of the actual constructs for this particular language. -->
<!-- This is a starting point, and should be improved into a full autoCompletion with function parameter hints, etc, by an expert in this language. -->
<!-- If you are such an expert, please remove these comments and submit your updates back to the UDL Collection. Thank you. -->
<AutoComplete language="SBI Mapper">
<!-- Environment: Change start/stopFunc, paramSeparator, and terminal as needed -->
<Environment ignoreCase="no" startFunc="(" stopFunc=")" paramSeparator="," terminal="" additionalWordChar=""/>
<!-- KeyWords: generator assumes all keywords are _not_ functions -->
<KeyWord name="accum" func="no"/>
<KeyWord name="atoi" func="no"/>
<KeyWord name="aton" func="no"/>
<KeyWord name="begin" func="no"/>
<KeyWord name="boolean" func="no"/>
<KeyWord name="break" func="no"/>
<KeyWord name="cerror" func="no"/>
<KeyWord name="concat" func="no"/>
<KeyWord name="continue" func="no"/>
<KeyWord name="count" func="no"/>
<KeyWord name="date" func="no"/>
<KeyWord name="datetime" func="no"/>
<KeyWord name="delete" func="no"/>
<KeyWord name="do" func="no"/>
<KeyWord name="else" func="no"/>
<KeyWord name="empty" func="no"/>
<KeyWord name="end" func="no"/>
<KeyWord name="end" func="no"/>
<KeyWord name="eof" func="no"/>
<KeyWord name="exist" func="no"/>
<KeyWord name="get" func="no"/>
<KeyWord name="getlocationindex" func="no"/>
<KeyWord name="if" func="no"/>
<KeyWord name="index" func="no"/>
<KeyWord name="integer" func="no"/>
<KeyWord name="left" func="no"/>
<KeyWord name="len" func="no"/>
<KeyWord name="messagebox" func="no"/>
<KeyWord name="mid" func="no"/>
<KeyWord name="ntoa" func="no"/>
<KeyWord name="numerrors" func="no"/>
<KeyWord name="object" func="no"/>
<KeyWord name="occurrencetotal" func="no"/>
<KeyWord name="readblock" func="no"/>
<KeyWord name="real" func="no"/>
<KeyWord name="resetoccurrencetotal" func="no"/>
<KeyWord name="right" func="no"/>
<KeyWord name="select" func="no"/>
<KeyWord name="set" func="no"/>
<KeyWord name="sort" func="no"/>
<KeyWord name="strdate" func="no"/>
<KeyWord name="string" func="no"/>
<KeyWord name="strstr" func="no"/>
<KeyWord name="sum" func="no"/>
<KeyWord name="sumtotal" func="no"/>
<KeyWord name="then" func="no"/>
<KeyWord name="trim" func="no"/>
<KeyWord name="trimleft" func="no"/>
<KeyWord name="trimright" func="no"/>
<KeyWord name="unreadblock" func="no"/>
<KeyWord name="update" func="no"/>
<KeyWord name="while" func="no"/>
<KeyWord name="writeblock" func="no"/>
</AutoComplete>
</NotepadPlus>