Re: completion
Tony Balinski <[email protected]>
| Newsgroups | gmane.editors.nedit.user |
|---|---|
| Message-ID | <[email protected]> |
Quoting AVKuznetsov <kuzn-Z+4OxV1pPnQgONJHhpZ/[email protected]>: > 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 -- NEdit Discuss mailing list - [email protected] http://www.nedit.org/mailman/listinfo/discuss