Re: Is tab key completion possible with SciTE currently?

"'Neil Hodgson' via scite-interest" <[email protected]>
Newsgroups gmane.editors.scite.general
Message-ID <[email protected]>
nkmathew:

> It's been years since I saw a similar question and I'd like to imagine SciTE's improved enough for this to be possible somehow even with Lua. Basically triggering the completion menu using the tab key while also retaining the indentation function

   You can attach a Lua function (defined in the Lua Startup Script) to the Tab key with settings similar to:

command.name.37.*=MyTab
command.37.*=MyTab
command.mode.37.*=subsystem:lua,savebefore:no,quiet:yes
command.shortcut.37.*=Tab

   Neil

-- 
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/scite-interest/384F756B-D28C-48B5-B544-1FF2BCF343ED%40me.com.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.