Wordfile pubblished
[1/2] from: gchillemi::aliceposta::it at: 29-Feb-2008 23:15
Finally IDM as pubblished the new wordfile for UltraEdit in its new site.
Here is the link for those interested:
http://www.ultraedit.com/files/wf/rebol.txt
Features:
Syntax Highlighting
Recongnition and navigation throught functions (Collapsable)
Collapsable blocks
Giuseppe Chillemi
[2/2] from: perekk:gma:il at: 23-Mar-2008 1:17
On 2/29/08, Giuseppe Chillemi <gchillemi-aliceposta.it> wrote:
>
> Finally IDM as pubblished the new wordfile for UltraEdit in its new site.
>
> Here is the link for those interested:
>
> http://www.ultraedit.com/files/wf/rebol.txt
Ciao Giuseppe,
UE does not recognize multichar string delimitator so I've added the
following lines to handle {} strings;
/Block Comment On Alt = {
/Block Comment Off Alt = }
And I've set the color for alternate comment same as string color, a bit
tricky but works.
I've added these too for multiline comments:
/Block Comment On = comment [
/Block Comment Off = ]