[REBOL] An unexpected resolutive answer from IDM and a request for comments
From: gchillemi::aliceposta::it at: 10-Dec-2007 18:17
IDM, the creator of UltraEdit, has solved the AUTO FUNCTION RECOGNITION
problem with 2 simple strings added to the syntax highlighting file. Now
pressing F8 you will find all the functions you have defined in your script
in a list !
I think we have now the best editor available (apart the one integrated with
Rebol some users are dreaming for :-)
I have sent the new file with some other modifications to IDM for
pubblication. If you want it privately, send me a message.
Now there are only 2 things missing:
Recognizing {} as string opening and closing chars as a {some"thing}
sequence would lead to the remainig of the script being considered as a
string until a new {some"string} is found (Temporary workaround, put an ;"
at the end of your line).
Recognizing functions in the middle of a line and lines with multiple
functions.
I think the first is more important than the second, do you ?
I have promised a message with requests from the community for the working
with Rebol. Have you something to ask for or these are the only issues ?
Giuseppe Chillemi