On 01/11/2005, at 10.11, Shawn Van Ittersum wrote:
OK, now we have a bigger problem.
Please use proper subjects when posting to this list!
After creating an Indent Line macro and assigning it to the Tab key, Tab-activated snippets don't work anymore.
You can re-assign the key to expand tab triggers by e.g. placing this in your keybindings file:
"^." = "expandCodeSnippet:";
This will make control-. expand it -- there's no way to have tab do two different things (for the same scope).