lua-users home
lua-l archive

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


>>  As I mentioned earlier, subethaedit
>> has quite a nice auto-completion and it doesn't even run the script.
>
> Right. That's not specific to SubEthaEdit, though. It's a Mac OS X feature.
>
> Look for "Completing partially entered words" in, i.e., TextEdit.
>
> This simply works by tokenizing the content of a document and applying auto-completion to it. No need for any language specific knowledge.

Interesting.  Good to know.  The nice thing that xcode and subethaedit
have though is to list the global symbols in a drop down menu at the
top for quickly moving the cursor.

wes