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) and then showing
autocompletion. Occasionally I think that retrieval of previous
commands would be useful in the output pane or tab completion but not
enough to be bothered writing code.

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

Reply via email to