× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Charles,

Sure! Not 100% up to date, but you will have the general idea by this xml. Too bad this list does not allow attachments...

I have a lot of the codes defined with the CRLF (
). Which is very easy to Notepad GUI interface in GUI.
http://tinyurl.com/hfwa5ae NOTE, those special Characters is NOT NEEDED! Just easier to view in the GUI interface.

Notepad++ UserDefined Languages:
https://notepad-plus-plus.org/assets/images/scsh/ulds_folder.gif
https://notepad-plus-plus.org/assets/images/scsh/ulds_keywords.gif
https://notepad-plus-plus.org/assets/images/scsh/ulds_comment.gif
https://notepad-plus-plus.org/assets/images/scsh/ulds_op.gif

http://docs.notepad-plus-plus.org/index.php?title=User_Defined_Language_Files

Never thought of it before, but maybe I can load my ILE RPG user-defined to the notepad++ web-site. Maybe another day. I still need to update it to be more current...

Note sure how to share an XML file on the web. Just haven't ever done that before, most people can accept an XML attachment via email.


<UserLang name="ILE RPG" ext="rpgle sqlrpgle rpglec" udlVersion="2.1">
<Settings>
<Global caseIgnored="yes" allowFoldOfComments="no" foldCompact="no" forcePureLC="0" decimalSeparator="0" />
<Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" />
</Settings>
<KeywordLists>
<Keywords name="Comments">00// 01 02 03x&apos; 04&apos;</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"># $ &amp; ( ) : ; + &lt; = &gt; ,</Keywords>
<Keywords name="Operators2"></Keywords>
<Keywords name="Folders in code1, open">BEGSR&#x000D;&#x000A;CAS&#x000D;&#x000A;CASEQ&#x000D;&#x000A;CASGE&#x000D;&#x000A;CASGT&#x000D;&#x000A;CASLE&#x000D;&#x000A;CASLT&#x000D;&#x000A;CASNE&#x000D;&#x000A;DO&#x000D;&#x000A;DOU&#x000D;&#x000A;DOUEQ&#x000D;&#x000A;DOUGE&#x000D;&#x000A;DOUGT&#x000D;&#x000A;DOULE&#x000D;&#x000A;DOULT&#x000D;&#x000A;DOUNE&#x000D;&#x000A;DOW&#x000D;&#x000A;DOWEQ&#x000D;&#x000A;DOWGE&#x000D;&#x000A;DOWGT&#x000D;&#x000A;DOWLE&#x000D;&#x000A;DOWLT&#x000D;&#x000A;DOWNE&#x000D;&#x000A;ELSE&#x000D;&#x000A;ELSEIF&#x000D;&#x000A;FOR&#x000D;&#x000A;IF&#x000D;&#x000A;IFEQ&#x000D;&#x000A;IFGE&#x000D;&#x000A;IFGT&#x000D;&#x000A;IFLE&#x000D;&#x000A;IFLT&#x000D;&#x000A;IFNE&#x000D;&#x000A;MONITOR&#x000D;&#x000A;ON-ERROR&#x000D;&#x000A;OTHER&#x000D;&#x000A;SELECT&#x000D;&#x000A;WHEN&#x000D;&#x000A;WHENEQ&#x000D;&#x000A;WHENGE&#x000D;&#x000A;WHENGT&#x000D;&#x000A;WHENLE&#x000D;&#x000A;WHENLT&#x000D;&#x000A;WHENNE</Keywords>
<Keywords name="Folders in code1, middle"></Keywords>
<Keywords name="Folders in code1, close">END&#x000D;&#x000A;ENDCS&#x000D;&#x000A;ENDDO&#x000D;&#x000A;ENDFOR&#x000D;&#x000A;ENDIF&#x000D;&#x000A;ENDMON&#x000D;&#x000A;ENDSL&#x000D;&#x000A;ENDSR&#x000D;&#x000A;NEXT</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">ACQ&#x000D;&#x000A;ADD&#x000D;&#x000A;ADDDUR&#x000D;&#x000A;AND&#x000D;&#x000A;ANDEQ&#x000D;&#x000A;ANDGE&#x000D;&#x000A;ANDGT&#x000D;&#x000A;ANDLE&#x000D;&#x000A;ANDLT&#x000D;&#x000A;ANDNE&#x000D;&#x000A;BITOFF&#x000D;&#x000A;BITON&#x000D;&#x000A;CALL&#x000D;&#x000A;CALLB&#x000D;&#x000A;CALLP&#x000D;&#x000A;CAT&#x000D;&#x000A;CHECK&#x000D;&#x000A;CHECKR&#x000D;&#x000A;CLEAR&#x000D;&#x000A;COMP&#x000D;&#x000A;DEFINE&#x000D;&#x000A;DIV&#x000D;&#x000A;DSPLY&#x000D;&#x000A;DUMP&#x000D;&#x000A;EVAL&#x000D;&#x000A;EVAL-CORR&#x000D;&#x000A;EVALR&#x000D;&#x000A;EXSR&#x000D;&#x000A;EXTRCT&#x000D;&#x000A;IN&#x000D;&#x000A;KFLD&#x000D;&#x000A;KLIST&#x000D;&#x000A;LOOKUP&#x000D;&#x000A;MHHZO&#x000D;&#x000A;MHLZO&#x000D;&#x000A;MLHZO&#x000D;&#x000A;MLLZO&#x000D;&#x000A;MOVE&#x000D;&#x000A;MOVEA&#x000D;&#x000A;MOVEL&#x000D;&#x000A;MULT&#x000D;&#x000A;MVR&#x000D;&#x000A;OCCUR&#x000D;&#x000A;OR&#x000D;&#x000A;OREQ&#x000D;&#x000A;ORGE&#x000D;&#x000A;ORGT&#x000D;&#x000A;ORLE&#x000D;&#x000A;ORLT&#x000D;&#x000A;ORNE&#x000D;&#x000A;OUT&#x000D;&#x000A;PARM&#x000D;&#x000A;PLIST&#x000D;&#x000A;RESET&#x000D;&#x000A;RETURN&#x000D;&#x000A;SCAN&#x000D;&#x000A;SETOFF&#x000D;&#x000A;SETON&#x000D;&#x000A;SHTDN&#x000D;&#x000A;SORTA&#x000D;&#x000A;SQRT&#x000D;&#x000A;SUB&#x000D;&#x000A;SUBDUR&#x000D;&#x000A;SUBST&#x000D;&#x000A;TEST&#x000D;&#x000A;TESTB&#x000D;&#x000A;TESTN&#x000D;&#x000A;TESTZ&#x000D;&#x000A;TIME&#x000D;&#x000A;XFOOT&#x000D;&#x000A;XLATE&#x000D;&#x000A;XML-INTO&#x000D;&#x000A;XML-SAX&#x000D;&#x000A;Z-ADD&#x000D;&#x000A;Z-SUB</Keywords>
<Keywords name="Keywords2">/COPY&#x000D;&#x000A;/END-FREE /EJECT&#x000D;&#x000A;/FREE&#x000D;&#x000A;/ELSE&#x000D;&#x000A;/IF&#x000D;&#x000A;C/IF&#x000D;&#x000A;/ENDIF&#x000D;&#x000A;C/ENDIF&#x000D;&#x000A;C/EXEC CAB&#x000D;&#x000A;CABEQ&#x000D;&#x000A;CABGE&#x000D;&#x000A;CABGT&#x000D;&#x000A;CABLE&#x000D;&#x000A;CABLT&#x000D;&#x000A;CABNE&#x000D;&#x000A;GOTO&#x000D;&#x000A;TAG &#x000D;&#x000A;/INCLUDE &#x000D;&#x000A;/Define&#x000D;&#x000A;/Undefine&#x000D;&#x000A;</Keywords>
<Keywords name="Keywords3">*ALL&#x000D;&#x000A;*ALLG&#x000D;&#x000A;*ALLX&#x000D;&#x000A;*ALTSEQ&#x000D;&#x000A;*BLANK&#x000D;&#x000A;*BLANKS&#x000D;&#x000A;*CDMY&#x000D;&#x000A;*CMDY&#x000D;&#x000A;*CYMD&#x000D;&#x000A;*DATE&#x000D;&#x000A;*DAY&#x000D;&#x000A;*DMY&#x000D;&#x000A;*END&#x000D;&#x000A;*EQUATE&#x000D;&#x000A;*EUR&#x000D;&#x000A;*FILE&#x000D;&#x000A;*FTRANSv&#x000D;&#x000A;*HIVAL&#x000D;&#x000A;*HMS&#x000D;&#x000A;*IN&#x000D;&#x000A;*IN01&#x000D;&#x000A;*IN02&#x000D;&#x000A;*IN03&#x000D;&#x000A;*IN04&#x000D;&#x000A;*IN05&#x000D;&#x000A;*IN06&#x000D;&#x000A;*IN07&#x000D;&#x000A;*IN08&#x000D;&#x000A;*IN09&#x000D;&#x000A;*IN10&#x000D;&#x000A;*IN11&#x000D;&#x000A;*IN12&#x000D;&#x000A;*IN13&#x000D;&#x000A;*IN14&#x000D;&#x000A;*IN15&#x000D;&#x000A;*IN16&#x000D;&#x000A;*IN17&#x000D;&#x000A;*IN18&#x000D;&#x000A;*IN19&#x000D;&#x000A;*IN20&#x000D;&#x000A;*IN21&#x000D;&#x000A;*IN22&#x000D;&#x000A;*IN23&#x000D;&#x000A;*IN24&#x000D;&#x000A;*IN25&#x000D;&#x000A;*IN26&#x000D;&#x000A;*IN27&#x000D;&#x000A;*IN28&#x000D;&#x000A;*IN29&#x000D;&#x000A;*IN30&#x000D;&#x000A;*IN31&#x000D;&#x000A;*IN32&#x000D;&#x000A;*IN33&#x000D;&#x000A;*IN34&#x000D;&#x000A;*IN35&#x000D;&#x000A;*IN36&#x000D;&#x000A;*IN37&#x000D;&#x000A;*IN38&#x000D;&#x000A;*IN39&#x000D;&#x000A;*IN40&#x000D;&#x000A;*IN41&#x000D;&#x000A;*IN42&#x000D;&#x000A;*IN43&#x000D;&#x000A;*IN44&#x000D;&#x000A;*IN45&#x000D;&#x000A;*IN46&#x000D;&#x000A;*IN47&#x000D;&#x000A;*IN48&#x000D;&#x000A;*IN49&#x000D;&#x000A;*IN50&#x000D;&#x000A;*IN51&#x000D;&#x000A;*IN52&#x000D;&#x000A;*IN53&#x000D;&#x000A;*IN54&#x000D;&#x000A;*IN55&#x000D;&#x000A;*IN56&#x000D;&#x000A;*IN57&#x000D;&#x000A;*IN58&#x000D;&#x000A;*IN59&#x000D;&#x000A;*IN60&#x000D;&#x000A;*IN61&#x000D;&#x000A;*IN62&#x000D;&#x000A;*IN63&#x000D;&#x000A;*IN64&#x000D;&#x000A;*IN65&#x000D;&#x000A;*IN66&#x000D;&#x000A;*IN67&#x000D;&#x000A;*IN68&#x000D;&#x000A;*IN69&#x000D;&#x000A;*IN70&#x000D;&#x000A;*IN71&#x000D;&#x000A;*IN72&#x000D;&#x000A;*IN73&#x000D;&#x000A;*IN74&#x000D;&#x000A;*IN75&#x000D;&#x000A;*IN76&#x000D;&#x000A;*IN77&#x000D;&#x000A;*IN78&#x000D;&#x000A;*IN79&#x000D;&#x000A;*IN80&#x000D;&#x000A;*IN81&#x000D;&#x000A;*IN82&#x000D;&#x000A;*IN83&#x000D;&#x000A;*IN84&#x000D;&#x000A;*IN85&#x000D;&#x000A;*IN86&#x000D;&#x000A;*IN87&#x000D;&#x000A;*IN88&#x000D;&#x000A;*IN89&#x000D;&#x000A;*IN90&#x000D;&#x000A;*IN91&#x000D;&#x000A;*IN92&#x000D;&#x000A;*IN93&#x000D;&#x000A;*IN94&#x000D;&#x000A;*IN95&#x000D;&#x000A;*IN96&#x000D;&#x000A;*IN97&#x000D;&#x000A;*IN98&#x000D;&#x000A;*IN99&#x000D;&#x000A;*INLR&#x000D;&#x000A;*ISO&#x000D;&#x000A;*JIS&#x000D;&#x000A;*JOB&#x000D;&#x000A;*JOBRUN&#x000D;&#x000A;*JUL&#x000D;&#x000A;*LONGJUL&#x000D;&#x000A;*LOVAL&#x000D;&#x000A;*MDY&#x000D;&#x000A;*MONTH&#x000D;&#x000A;*NOPASS&#x000D;&#x000A;*NULL&#x000D;&#x000A;*OFF&#x000D;&#x000A;*OMIT&#x000D;&#x000A;*ON&#x000D;&#x000A;*PLACE&#x000D;&#x000A;*RIGHTADJ&#x000D;&#x000A;*START&#x000D;&#x000A;*STRING&#x000D;&#x000A;*SYS&#x000D;&#x000A;*TRIM&#x000D;&#x000A;*USA&#x000D;&#x000A;*VARSIZE&#x000D;&#x000A;*YEAR&#x000D;&#x000A;*YMDv&#x000D;&#x000A;*ZERO&#x000D;&#x000A;*ZEROS&#x000D;&#x000A;ALLOC&#x000D;&#x000A;CHAIN&#x000D;&#x000A;CLOSE&#x000D;&#x000A;COMMIT&#x000D;&#x000A;DEALLOC&#x000D;&#x000A;DELETE&#x000D;&#x000A;EXCEPT&#x000D;&#x000A;EXFMT&#x000D;&#x000A;FEOD&#x000D;&#x000A;FORCE&#x000D;&#x000A;ITER&#x000D;&#x000A;LEAVE&#x000D;&#x000A;LEAVESR&#x000D;&#x000A;OPEN&#x000D;&#x000A;PAGE&#x000D;&#x000A;PAGE1&#x000D;&#x000A;PAGE2&#x000D;&#x000A;PAGE3&#x000D;&#x000A;PAGE4&#x000D;&#x000A;PAGE5&#x000D;&#x000A;PAGE6&#x000D;&#x000A;PAGE7&#x000D;&#x000A;POST&#x000D;&#x000A;READ&#x000D;&#x000A;READC&#x000D;&#x000A;READE&#x000D;&#x000A;READP&#x000D;&#x000A;READPE&#x000D;&#x000A;REALLOC&#x000D;&#x000A;REL&#x000D;&#x000A;ROLBK&#x000D;&#x000A;SETGT&#x000D;&#x000A;SETLL&#x000D;&#x000A;UDATE&#x000D;&#x000A;UDAY&#x000D;&#x000A;UMONTH&#x000D;&#x000A;UNLOCK&#x000D;&#x000A;UPDATE&#x000D;&#x000A;UYEAR&#x000D;&#x000A;WRITE&#x000D;&#x000A;</Keywords>
<Keywords name="Keywords4">%ABS&#x000D;&#x000A;%ADDR&#x000D;&#x000A;%ALLOC&#x000D;&#x000A;%BITAND&#x000D;&#x000A;%BITNOT&#x000D;&#x000A;%BITOR&#x000D;&#x000A;%BITXOR&#x000D;&#x000A;%CHAR&#x000D;&#x000A;%CHECK&#x000D;&#x000A;%CHECKR&#x000D;&#x000A;%DATE&#x000D;&#x000A;%DAYS&#x000D;&#x000A;%DEC&#x000D;&#x000A;%DECH&#x000D;&#x000A;%DECH&#x000D;&#x000A;%DECPOS&#x000D;&#x000A;%DIFF&#x000D;&#x000A;%DIV&#x000D;&#x000A;%EDITC&#x000D;&#x000A;%EDITFLT&#x000D;&#x000A;%EDITW&#x000D;&#x000A;%ELEM&#x000D;&#x000A;%EOF&#x000D;&#x000A;%EQUAL&#x000D;&#x000A;%ERROR&#x000D;&#x000A;%FIELDS&#x000D;&#x000A;%FLOAT&#x000D;&#x000A;%FOUND&#x000D;&#x000A;%GRAPH&#x000D;&#x000A;%HANDLER&#x000D;&#x000A;%HOURS&#x000D;&#x000A;%INT&#x000D;&#x000A;%INTH&#x000D;&#x000A;%KDS&#x000D;&#x000A;%LEN&#x000D;&#x000A;%LEN&#x000D;&#x000A;%LEN&#x000D;&#x000A;%LOOKUPxx&#x000D;&#x000A;%MINUTES&#x000D;&#x000A;%MONTHS&#x000D;&#x000A;%MSECONDS&#x000D;&#x000A;%NULLIND&#x000D;&#x000A;%OCCUR&#x000D;&#x000A;%OPEN&#x000D;&#x000A;%PADDR&#x000D;&#x000A;%PADDR&#x000D;&#x000A;%PARMS&#x000D;&#x000A;%REALLOC&#x000D;&#x000A;%REM&#x000D;&#x000A;%REPLACE&#x000D;&#x000A;%SCAN&#x000D;&#x000A;%SECONDS&#x000D;&#x000A;%SHTDN&#x000D;&#x000A;%SIZE&#x000D;&#x000A;%SQRT&#x000D;&#x000A;%STATUS&#x000D;&#x000A;%STR&#x000D;&#x000A;%STR&#x000D;&#x000A;%STR&#x000D;&#x000A;%SUBARR&#x000D;&#x000A;%SUBDT&#x000D;&#x000A;%SUBST&#x000D;&#x000A;%SUBST&#x000D;&#x000A;%SUBST&#x000D;&#x000A;%THIS&#x000D;&#x000A;%TIME&#x000D;&#x000A;%TIMESTAMP&#x000D;&#x000A;%TLOOKUPxx&#x000D;&#x000A;%TRIM&#x000D;&#x000A;%TRIML&#x000D;&#x000A;%TRIMR&#x000D;&#x000A;%UCS2&#x000D;&#x000A;%UNS&#x000D;&#x000A;%UNSH&#x000D;&#x000A;%XFOOT&#x000D;&#x000A;%XLATE&#x000D;&#x000A;%XML&#x000D;&#x000A;%YEARS</Keywords>
<Keywords name="Keywords5"></Keywords>
<Keywords name="Keywords6"></Keywords>
<Keywords name="Keywords7"></Keywords>
<Keywords name="Keywords8"></Keywords>
<Keywords name="Delimiters">00&apos; 01 02&apos; 03/* 04 05*/ 06&quot; 07 08&quot; 09x&apos; 10 11&apos; 12 13 14 15 16 17 18 19 20 21 22 23</Keywords>
</KeywordLists>
<Styles>
<WordsStyle name="DEFAULT" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="COMMENTS" fgColor="FF00FF" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="LINE COMMENTS" fgColor="008000" bgColor="DDFFDD" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="NUMBERS" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS1" fgColor="0000A0" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS2" fgColor="FF00FF" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS3" fgColor="0080FF" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS4" fgColor="0080FF" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS5" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS6" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS7" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS8" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="OPERATORS" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="10" nesting="0" />
<WordsStyle name="FOLDER IN CODE1" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="FOLDER IN CODE2" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="FOLDER IN COMMENT" fgColor="FF8040" bgColor="FFFF80" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS1" fgColor="FF0000" bgColor="80FF80" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS2" fgColor="008000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS3" fgColor="FF0000" bgColor="80FF80" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS4" fgColor="800040" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS5" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS6" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS7" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS8" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
</Styles>
</UserLang>


-Ken Killian-

-----Original Message-----
From: WDSCI-L [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of Charles Wilt
Sent: Monday, December 12, 2016 9:08 AM
To: Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries <wdsci-l@xxxxxxxxxxxx>
Subject: Re: [WDSCI-L] IBM Software Announcements

On Sat, Dec 10, 2016 at 11:21 AM, Ken Killian <kkillian@xxxxxxxxxxxx> wrote:

And I have created an customized RPGLE/SQLRPLE syntax theme. <grin>


​Willing to share that?

Charles​


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.