AVKuznetsov
2008-07-04 08:27:35 UTC
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.
Unfortunately, NEdit's code is still free of macro language extensions.
Alexey
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.
Unfortunately, NEdit's code is still free of macro language extensions.
Alexey
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss