08-30-2012, 07:51 PM
Greetings , im looking for a way to make my TS macros so that they will not depend on any delimiters.
For example,
;; :"()"
when i type ;; in empty space, macro works without pressing tab or space or enter or anything esle, thats how i set it .
But when i type two semicolon in an ongoing text, macro does not work.
example
function;; <-- macro didnt work, . Because it required a delimiter at the beginning.
How can i make it so that they wont require delimiters ? Thanks in advance.
[email protected]
For example,
;; :"()"
when i type ;; in empty space, macro works without pressing tab or space or enter or anything esle, thats how i set it .
But when i type two semicolon in an ongoing text, macro does not work.
example
function;; <-- macro didnt work, . Because it required a delimiter at the beginning.
How can i make it so that they wont require delimiters ? Thanks in advance.
[email protected]