Skip to content

Commit 02b2e1a

Browse files
pryrtgithub-actions[bot]
authored andcommitted
Automatically re-build udl-list.md and add new autoCompletions
1 parent 350b6dd commit 02b2e1a

3 files changed

Lines changed: 38 additions & 2 deletions

File tree

autoCompletion/eConScript.xml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<NotepadPlus>
3+
<!-- 'eConScript' autoCompletion definition automatically generated from UDL keyword lists by generate_ac.py on 2026-02-11 -->
4+
<!-- Default values automatically generated, and have no knowledge of the actual constructs for this particular language. -->
5+
<!-- This is a starting point, and should be improved into a full autoCompletion with function parameter hints, etc, by an expert in this language. -->
6+
<!-- If you are such an expert, please remove these comments and submit your updates back to the UDL Collection. Thank you. -->
7+
<AutoComplete language="eConScript">
8+
<!-- Environment: Change start/stopFunc, paramSeparator, and terminal as needed -->
9+
<Environment ignoreCase="no" startFunc="(" stopFunc=")" paramSeparator="," terminal="" additionalWordChar=""/>
10+
<!-- KeyWords: generator assumes all keywords are _not_ functions -->
11+
<KeyWord name="and" func="no"/>
12+
<KeyWord name="case" func="no"/>
13+
<KeyWord name="default" func="no"/>
14+
<KeyWord name="else" func="no"/>
15+
<KeyWord name="end" func="no"/>
16+
<KeyWord name="end" func="no"/>
17+
<KeyWord name="false" func="no"/>
18+
<KeyWord name="for" func="no"/>
19+
<KeyWord name="if" func="no"/>
20+
<KeyWord name="if" func="no"/>
21+
<KeyWord name="in" func="no"/>
22+
<KeyWord name="next" func="no"/>
23+
<KeyWord name="not" func="no"/>
24+
<KeyWord name="or" func="no"/>
25+
<KeyWord name="sqlcon" func="no"/>
26+
<KeyWord name="switch" func="no"/>
27+
<KeyWord name="switch" func="no"/>
28+
<KeyWord name="then" func="no"/>
29+
<KeyWord name="to" func="no"/>
30+
<KeyWord name="true" func="no"/>
31+
</AutoComplete>
32+
</NotepadPlus>

udl-list.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,9 @@
10051005
"version": "20260211",
10061006
"repository": "",
10071007
"description": "eConScript (eCon Studio)",
1008-
"author": "maurus69"
1008+
"author": "maurus69",
1009+
"autoCompletion": "eConScript",
1010+
"autoCompletionAuthor": "generate_ac.py"
10091011
},
10101012
{
10111013
"id-name": "EisenScript_bySygwindFeamir",
@@ -3945,4 +3947,4 @@
39453947
"autoCompletionAuthor": "Michael Cessna/Copilot"
39463948
}
39473949
]
3948-
}
3950+
}

udl-list.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
| [DSTV](./UDLs/NC-DSTV_NC1_byJeffMiller.xml) | [Jeff Miller](https://github.com/jmiller-pwi) | NC-DSTV (NC1) |
103103
| [EASI](./UDLs/Geomatica_EASI_byPhilippeCote.xml) | [Philippe Côté](mailto:philippe.cote@effigis.com) | EASI |
104104
| [Easytrieve Plus](./UDLs/EasytrievePlus_byThomasAglassinger.xml) | [thomas.aglassinger](mailto:thomas.aglassinger@rrz.at) | Easytrieve Plus |
105+
| [eConScript](./UDLs/eCon%20Studio_byMichaelSzabo.xml) | maurus69 | eConScript (eCon Studio) |
105106
| [EisenScript](./UDLs/EisenScript_bySygwindFeamir.xml) | [Sygwind Feamir](mailto:sygwind@gmail.com) | EisenScript |
106107
| [Elf](./UDLs/Elf_byMarkkobo.xml) | [Markkobo](mailto:Markkobo@users.sourceforge.net) | Elf |
107108
| [Email header](./UDLs/Emailheader_byPeterFisk.xml) | [PeterFisk](mailto:peter.fiskerstrand@gmail.com) | |
@@ -484,6 +485,7 @@
484485
| [DriveMaster](./autoCompletion/DriveMaster.xml) | generate_ac.py | DriveMaster |
485486
| [EASI](./autoCompletion/Geomatica%20EASI.xml) | generate_ac.py | EASI |
486487
| [Easytrieve Plus](./autoCompletion/Easytrieve%20Plus.xml) | generate_ac.py | Easytrieve Plus |
488+
| [eConScript](./autoCompletion/eConScript.xml) | generate_ac.py | eConScript (eCon Studio) |
487489
| [EisenScript](./autoCompletion/EisenScript.xml) | generate_ac.py | EisenScript |
488490
| [Elf](./autoCompletion/elf.xml) | generate_ac.py | Elf |
489491
| [Email header](./autoCompletion/Email%20smtp%20header.xml) | generate_ac.py | |

0 commit comments

Comments
 (0)