Skip to content

Add MuPp3t33r's IDEAScript UDL #311

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions UDLs/IDEAScript_byMuPp3t33r.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<NotepadPlus>
<UserLang name="IDEAScript" ext="iss" udlVersion="2.1">
<Settings>
<Global caseIgnored="yes" allowFoldOfComments="yes" foldCompact="no" forcePureLC="2" decimalSeparator="0" />
<Prefix Keywords1="yes" Keywords2="yes" Keywords3="yes" Keywords4="yes" Keywords5="yes" Keywords6="yes" Keywords7="yes" Keywords8="no" />
</Settings>
<KeywordLists>
<Keywords name="Comments">00' 01 02((EOL))</Keywords>
<Keywords name="Numbers, prefix1"></Keywords>
<Keywords name="Numbers, prefix2"></Keywords>
<Keywords name="Numbers, extras1"></Keywords>
<Keywords name="Numbers, extras2"></Keywords>
<Keywords name="Numbers, suffix1"></Keywords>
<Keywords name="Numbers, suffix2"></Keywords>
<Keywords name="Numbers, range"></Keywords>
<Keywords name="Operators1">+ - * / \ ^ = &lt; &gt; &lt;= &gt;= &lt;&gt; = &amp; Mod Not And Or Xor</Keywords>
<Keywords name="Operators2">If Then Else ElseIf End For Next Do Loop While Wend Select Case</Keywords>
<Keywords name="Folders in code1, open">Sub Function If For Do Select With</Keywords>
<Keywords name="Folders in code1, middle">Else ElseIf Case</Keywords>
<Keywords name="Folders in code1, close">End EndSub EndFunction EndIf Next Loop Wend EndSelect EndWith</Keywords>
<Keywords name="Folders in code2, open"></Keywords>
<Keywords name="Folders in code2, middle"></Keywords>
<Keywords name="Folders in code2, close"></Keywords>
<Keywords name="Folders in comment, open"></Keywords>
<Keywords name="Folders in comment, middle"></Keywords>
<Keywords name="Folders in comment, close"></Keywords>
<Keywords name="Keywords1">Dim As Integer String Boolean Byte Long Double Currency Variant Object Set Let Const Public Private Protected Friend Global ReDim Preserve Call ByRef ByVal New Me</Keywords>
<Keywords name="Keywords2">True False Nothing Null Empty</Keywords>
<Keywords name="Keywords3">Select Case End Select With End With</Keywords>
<Keywords name="Keywords4">Sub Function End Sub End Function</Keywords>
<Keywords name="Keywords5">Class Module End Class End Module</Keywords>
<Keywords name="Keywords6">On Error Resume Next GoTo Return Exit</Keywords>
<Keywords name="Keywords7">Implements Inherits Handles</Keywords>
<Keywords name="Keywords8"></Keywords>
<Keywords name="Delimiters">00" 00" 01' 02((EOL))</Keywords>
</KeywordLists>
<Styles>
<WordsStyle name="DEFAULT" fgColor="000000" bgColor="FFFFFF" colorStyle="0" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="COMMENTS" fgColor="008000" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="LINE COMMENTS" fgColor="008000" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="NUMBERS" fgColor="FF0000" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="1" nesting="0" />
<WordsStyle name="KEYWORDS1" fgColor="0000FF" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS2" fgColor="0000FF" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS3" fgColor="0000FF" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS4" fgColor="0000FF" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS5" fgColor="0000FF" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS6" fgColor="0000FF" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS7" fgColor="0000FF" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS8" fgColor="0000FF" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="OPERATORS" fgColor="000000" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="1" nesting="0" />
<WordsStyle name="FOLDER IN CODE1" fgColor="000000" bgColor="FFFFFF" colorStyle="0" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="FOLDER IN CODE2" fgColor="000000" bgColor="FFFFFF" colorStyle="0" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="FOLDER IN COMMENT" fgColor="000000" bgColor="FFFFFF" colorStyle="0" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS1" fgColor="808080" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS2" fgColor="808080" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS3" fgColor="808080" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS4" fgColor="808080" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS5" fgColor="808080" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS6" fgColor="808080" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS7" fgColor="808080" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS8" fgColor="808080" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" nesting="0" />
</Styles>
</UserLang>
</NotepadPlus>
8 changes: 8 additions & 0 deletions udl-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1290,6 +1290,14 @@
"description": "Icon",
"author": "Oleg Bakharev <mailto:disconnectix@gmail.com>"
},
{
"id-name": "IDEAScript_byMuPp3t33r",
"display-name": "IDEAScript",
"version": "2025-Apr-17",
"repository": "",
"description": "Caseware IDEAScript language",
"author": "MuPp3t33r"
},
{
"id-name": "IDL_byAlexisBietti",
"display-name": "Interface Definition Language",
Expand Down
1 change: 1 addition & 0 deletions udl-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
| [IceBreak RPG](./UDLs/IceBreak-RPG_byNielsLiisberg.xml) | [Niels Liisberg](mailto:nli@system-method.com) | IceBreak RPG |
| [Icinga DSL](./UDLs/Icinga_DSL_by_robweber.xml) | [robweber](https://github.com/robweber) | Icinga DSL for use with Icinga2 monitoring solution |
| [Icon](./UDLs/Icon_byOlegBakharev.xml) | [Oleg Bakharev](mailto:disconnectix@gmail.com) | Icon |
| [IDEAScript](./UDLs/IDEAScript_byMuPp3t33r.xml) | MuPp3t33r | Caseware IDEAScript language |
| [IFC - Step Physical File](https://raw.githubusercontent.com/araccaine/npplusplus-udl-ifc/main/ifc_StepPhysicalFile_StandardDesign.xml) | [araccaine](https://github.com/araccaine/npplusplus-udl-ifc) | UDL for .ifc (step physical file for IFC standard) |
| [iMacros](./UDLs/iMacros_byDanielSteinberg.xml) | [Daniel Steinberg](mailto:support@opus.com) | iMacros |
| [Informix 4GL](./UDLs/Informix4GL_byHarryChen.xml) | [Harry Chen](mailto:HARRY_CHEN@chipmos.com) | Informix 4GL |
Expand Down