New NetRexx Editor

classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

New NetRexx Editor

Jason Martin
Cool simple editor that you could move binary around with you.

https://urldefense.proofpoint.com/v2/url?u=https-3A__micro-2Deditor.github.io_&d=DwICaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=_6rXNpPJ1fYV-3bV1za02NiR4PUelvicfHXwtnTXpXE&m=TILBHl0Z7iUJhJHt_vvvVOmHPTShCDitxRcNSMTAWHw&s=7U3XF3Uwr5N9HspM-JRrreXqqoDGkZKVGUOnmxzTW84&e= 

My Syntax file:

https://urldefense.proofpoint.com/v2/url?u=https-3A__raw.githubusercontent.com_agrellum_NetRexx-2DPatches_master_netrexx.yaml&d=DwICaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=_6rXNpPJ1fYV-3bV1za02NiR4PUelvicfHXwtnTXpXE&m=TILBHl0Z7iUJhJHt_vvvVOmHPTShCDitxRcNSMTAWHw&s=m5GEIxa1p2zM008bA6Hc4drmxJ5hQP1pNo5iri9xEzg&e= 


What is there:

Updated for NetRexx 3.08 and includes Pipes file type.

Includes pipe stages.

Highlights binary, hex, uni-code numbers inside and outside of strings.

Highlights escape sequences inside and outside of strings.

A few gotchas like comments in comments.njp but happy with 80,000 lines
of code.

My Syntax file not great in all Micro color schemes but default looks good.

I will send it upstream after a bug period or have it added to NetRexx
tools.


_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: New NetRexx Editor

rvjansen
Nice!

The netrexx.yaml file goes into ~/.config/micro/syntax/

René.

> On 2 Nov 2019, at 00:21, Jason Martin <[hidden email]> wrote:
>
> Cool simple editor that you could move binary around with you.
>
> https://urldefense.proofpoint.com/v2/url?u=https-3A__micro-2Deditor.github.io_&d=DwICaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=_6rXNpPJ1fYV-3bV1za02NiR4PUelvicfHXwtnTXpXE&m=TILBHl0Z7iUJhJHt_vvvVOmHPTShCDitxRcNSMTAWHw&s=7U3XF3Uwr5N9HspM-JRrreXqqoDGkZKVGUOnmxzTW84&e= 
> My Syntax file:
>
> https://urldefense.proofpoint.com/v2/url?u=https-3A__raw.githubusercontent.com_agrellum_NetRexx-2DPatches_master_netrexx.yaml&d=DwICaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=_6rXNpPJ1fYV-3bV1za02NiR4PUelvicfHXwtnTXpXE&m=TILBHl0Z7iUJhJHt_vvvVOmHPTShCDitxRcNSMTAWHw&s=m5GEIxa1p2zM008bA6Hc4drmxJ5hQP1pNo5iri9xEzg&e= 
>
> What is there:
>
> Updated for NetRexx 3.08 and includes Pipes file type.
>
> Includes pipe stages.
>
> Highlights binary, hex, uni-code numbers inside and outside of strings.
>
> Highlights escape sequences inside and outside of strings.
>
> A few gotchas like comments in comments.njp but happy with 80,000 lines of code.
>
> My Syntax file not great in all Micro color schemes but default looks good.
>
> I will send it upstream after a bug period or have it added to NetRexx tools.
>
>
> _______________________________________________
> Ibm-netrexx mailing list
> [hidden email]
> Online Archive : https://urldefense.proofpoint.com/v2/url?u=http-3A__ibm-2Dnetrexx.215625.n3.nabble.com_&d=DwIFaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=_6rXNpPJ1fYV-3bV1za02NiR4PUelvicfHXwtnTXpXE&m=IhouQzT9lyIXK4DY2ua1cRh_GSPLBWPut7_lzqVNqSI&s=iY-72A8jUqr1r_4sOItp-cKHgZVB90pnsxsXmCKBRow&e= 
>


_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: New NetRexx Editor

Jason Martin
It goes there on unix.

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: New NetRexx Editor

Jason Martin
In reply to this post by Jason Martin
Updated:

highlight exponential notation and numbers inside and outside string

make built-ins and pipe stages same color (To much overlap: abbrev,
compare, etc..)

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: New NetRexx Editor

Jason Martin
In reply to this post by Jason Martin
Another update to remove error, add missing stage, add RexxIO and clean.

I am finished.

Changing colors are up to users.

Writing Micro plugins that make using NetRexx inside the editor is for
someone else.

They look pretty simple though.

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: New NetRexx Editor

ThSITC
In reply to this post by Jason Martin
Hello Jason,

first of all thanks for all Your contributions to IBM-NetRexx.

Second I am now in the FIRST stages to put MY OWN SOFTWARE (Rexx2Nrx,
DB-123, PP, etc ) open source using GIT2 to Sourceforge

This shall be a time-consuming task, as it is really a bunch of software.

I am currently using Windows 10 and Jedit (without Kermit Kiser's famous
plugin, however) and shall now start trying your brand new editor for my
personal comparison. I shall report the results, of course, to this
IBM-NetRexx group.

Thanks again for your invaluable contributions to IBM-NetRexx !

Thomas Schneider, Vienna, Austria

Founder, Author, and Owner of:

www.db-123.com

www.thsitc.com

former www.Rexx2Nrx.com, now on www.thsitc.com, under products Rexx2Nrx

======================================================================

Am 02.11.2019 um 16:31 schrieb Jason Martin:

> Updated:
>
> highlight exponent ial notation and numbers inside and outside string
>
> make built-ins and pipe stages same color (To much overlap: abbrev,
> compare, etc..)
>
> _______________________________________________
> Ibm-netrexx mailing list
> [hidden email]
> Online Archive : https://urldefense.proofpoint.com/v2/url?u=http-3A__ibm-2Dnetrexx.215625.n3.nabble.com_&d=DwICaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=_6rXNpPJ1fYV-3bV1za02NiR4PUelvicfHXwtnTXpXE&m=jPyPWrUBliGWeMi3_0iB99-eGlICOhdpOVpXIdXXoZg&s=7zzA0hHUlf1KQe-tNC2AWKkqkF7vhiz1p6KBJ1BcXzQ&e= 
>
>

--
This email has been checked for viruses by AVG.
https://urldefense.proofpoint.com/v2/url?u=https-3A__www.avg.com&d=DwICaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=_6rXNpPJ1fYV-3bV1za02NiR4PUelvicfHXwtnTXpXE&m=jPyPWrUBliGWeMi3_0iB99-eGlICOhdpOVpXIdXXoZg&s=e_4TlPFl7QJc4EhYXkZE_IUvsg-Eh_KI32HKCVIoAkE&e= 


_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Thomas Schneider, Vienna, Austria (Europe) :-)

www.thsitc.com
www.db-123.com
Reply | Threaded
Open this post in threaded view
|

Re: New NetRexx Editor

Mike Cowlishaw
In reply to this post by Jason Martin
Nice work!

Mike

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: New NetRexx Editor

Jason Martin
In reply to this post by Jason Martin
Thank all of you for the kind words.

My life has been hard for the last ten years.

Rexx has been something to keep my mind off that.

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: New NetRexx Editor

ThSITC
Hello Jason (privately):

That's the same with me: My Life has been also a bit harder than I did
expect ...

BUT SUCH is LIFE: It's going SUCHER and SUCHER, as my ex-Kollegue
MANFRED SCHMUCKER did always say in our common GEISCO Time.

(in German, the suffix -ER does denote the Comparative, by the way. EOJ
(End of Joke))

Keep up Your LIFE, you have only this one, now, at least :-)

kindly, Thomas.

=======================================================================

Am 02.11.2019 um 20:27 schrieb Jason Martin:

> Thank all of you for the kind words.
>
> My life has been hard for the last ten years.
>
> Rexx has been something to keep my mind off that.
>
> _______________________________________________
> Ibm-netrexx mailing list
> [hidden email]
> Online Archive : https://urldefense.proofpoint.com/v2/url?u=http-3A__ibm-2Dnetrexx.215625.n3.nabble.com_&d=DwICaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=_6rXNpPJ1fYV-3bV1za02NiR4PUelvicfHXwtnTXpXE&m=NcfyzzVehWBdi2mKa1izFs07VvCBdYETCi1C6JNpaXM&s=Gfs-8QLlRGCNzBjVNbofQ8xBwp_NxBKNOQDuJJ_h3UY&e= 
>
>

--
This email has been checked for viruses by AVG.
https://urldefense.proofpoint.com/v2/url?u=https-3A__www.avg.com&d=DwICaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=_6rXNpPJ1fYV-3bV1za02NiR4PUelvicfHXwtnTXpXE&m=NcfyzzVehWBdi2mKa1izFs07VvCBdYETCi1C6JNpaXM&s=MU25noc5V7LKyzJFUBTIlWDiMMhpAuDdidR_3Gpxu0g&e= 


_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Thomas Schneider, Vienna, Austria (Europe) :-)

www.thsitc.com
www.db-123.com