Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: IDE

From: massung::gmail::com at: 15-Jun-2006 13:19

I have been working on a REBOL editor in my spare time. Sadly, it's written in MFC, but uses the Scintilla control for syntax highlighting. I've thought about posting the code I have so far for people to play with and continue (as my spare time is very limited). Ideally, though, the editor would be written in REBOL and scriptable in REBOL as well. Typically I have a console version of REBOL running along with any editor I am using, because I like to type "help <func>", etc. But since the console version can't be piped, it limits what's possible in an IDE. Jeff M. -- massung-gmail.com