completion

Tony Balinski ajbj at free.fr
Sun Jul 13 18:59:14 CEST 2008


Quoting AVKuznetsov <kuzn at htsc.mephi.ru>:

> Hi Tony,
>
> thank you for the nice completion macros
> http://nedit.hackvalue.nl/niki/index.php/Tony%27s_Complete_Word
>
> Please, correct several lines at Niki
>
>          newComplete = (end != ctx["prefixEnd"] ||
>                        end != search("\\y|\\s|$", pStart, R) || \
>                        get_range(pStart, end) != prefix)
>
> the first line is not terminated by "\"
>
>     for (pos = search_string(wordlist, prefixRE, end, R);
>          pos >= 0;
>          pos = search_string(wordlist, prefixRE, end, R)) {
>
> two lines must be also terminated.

Fixed. Yes, that's the problem with working with an enhanced NEdit!

> Unfortunately, NEdit's code is still free of macro language extensions.

Let's get the 5.6 out!

Tony


More information about the Discuss mailing list