lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



On Jun 23, 2013 8:21 AM, "steve donovan" <steve.j.donovan@gmail.com> wrote:
>
> On Sun, Jun 23, 2013 at 4:41 PM, Mark Gabby <mwgabby@gmail.com> wrote:
>>
>> Look under "Auto-complete:"
>
>
> Ah, but the SciTE feature that Geoff is talking about resolves words in the document context, e.g. if you have already typed longVariableName in your document, then 'long' ctrl-enter  will find that instance.  The auto-completion feature works on a per-API basis.
>
>
Actually, it supports words in open tabs too. The first link:

acandtip.nodynwords = true: do not offer dynamic (user entered) words; when set to false will collect all words from all open editor tabs and offer them as part of the auto-complete list.