Neil Hodgson wrote:
Alex:

i use Scite 1.69 (on WinXP) and i want to know if it is possible to activate
the autocompletion in the output pane when i press the TAB.

  There is no autocompletion in the output pane apart from the
builtin variables when you type $(. It should be possible to use Lua
scripting with an OnChar handler detecting the trigger character (Tab
is a little tricky as it behaves differently at the start of a line so
you may need to unset its normal behaviour) [snip snip]

A little note: Actually, tab doesn't seem to get sent to OnChar in Lua at all. I have a script that refreshes the entire buffer on each OnChar, and tab never activates OnChar when pressed anywhere. This is with 1.71 on Mingw.

--
Cheers,
Kein-Hong Man (esq.)
Kuala Lumpur, Malaysia

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to