Request to add \t (a tab) as a new special character
Brought to you by:
alphpt,
pwner4once
First of all,
thank you very much for this extremely useful plugin. It's definitely the one I use most intensively in my work.
The request I'd like to make is the following:
is it possible to add an additional special character,
\t to represent the tab (like \n represents the new line)? This would allow for a nicer code formatting:
say, in perl one could write something like
[21]
if=if () {\n\t$\n}
to have the following output (4 points represent a tab):
if () {
....$cursor_here
}
Thank you once again -
Alexander
dzah@list.ru
Alexander, if you copy a 'tab' character from say notepad and paste it into the substitution window. It will work as you intended to do. However I am working on improving QuickText and will consider that problem.