On TABCOMP » History » Revision 6
Revision 5 (Per Amundsen, 04/29/2018 01:00 AM) → Revision 6/7 (Per Amundsen, 08/23/2020 09:34 PM)
_Added in 1.9.0_ *<notextile>on <level>:TABCOMP:<*#?=!@>:<commands></notextile>* Triggers when you press the TAB key in an [[Editbox Control|Editbox]] and AdiIRC is about to perform [[Tabcomplete|tab completion]]. _Haltable using ^_ _See also [[$editbox]], [[/editbox]]._ *Parameters* <level> - The [[User Access Level]] for the event to trigger. <*#?=!@> - The [[Matchtarget]] to listen to. <commands> - The commands to be performed when the event listeners listener's criteria is met. *Example* <pre> on *:TABCOMP:#:/echo event: Tab completing text $1- </pre>