View previous topic :: View next topic |
Author |
Message |
Ripley Beginner
Joined: 30 Mar 2005 Posts: 15 Topics: 8
|
Posted: Sun Apr 30, 2006 9:51 pm Post subject: [DIY] create a Rexx editor by yourself :) |
|
|
When i write program i like to use Notepad++
http://sourceforge.net/projects/notepad-plus/
free and good
it has not Rexx syntax heightleight
but you can do it by yourself
You can define your language type : Rexx
http://notepad-plus.sourceforge.net/tw/UserLanguageDefineSystem-HOWTO.php?lang=tw
=============================================
Rexx keywords:
Code: |
arg digits form fuzz linein trace value address
by call do drop else end engineering exit expose for forever if interpret iterate leave name nop numeric off on options otherwise parse procedure
pull push queue return say scientific select signal source then to
until upper var version when while with
|
|
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Sun Apr 30, 2006 10:17 pm Post subject: |
|
|
Similarly, Textpad is very nice for this and it is inexpensive. Visual Slick-edit also does it but that is a little pricey.
I haven't found an editor that formats Rexx so I ended up writing my own formatter last week from scratch. Any editors that format Rexx? (though I doubt I'll give up on my formatter since it does follow all of my keyword, variable and comment case management, operator spacing, blank line and comment handling preferences). |
|
Back to top |
|
 |
Ripley Beginner
Joined: 30 Mar 2005 Posts: 15 Topics: 8
|
Posted: Sun Apr 30, 2006 11:13 pm Post subject: |
|
|
dear semigeezer:
Notepad++ can be customised and plugin
but i don't study it for a lot...
if there are plugin with Eclipse and .NET , i will be more happy
but i serch google there is no Rexx.NET
i think Rexx needs to grow up
i hope more people to enjoy Rexx which is easy and powerful  |
|
Back to top |
|
 |
|
|