Kim Schulz wrote:
I just tested it to see if I could get it to work, but I have some
problems.
I inserted the following
int foo;
uint8_t bar;
TIME baz;
int hello="world;
and then followed you instructions (used \tsp), but the result
afterwards is:
int foo;
uint8_t bar;
TIME baz;
int hello="world;
What I got with your example:
int foo;
uint8_t bar;
TIME baz;
int hello="world;
So everything lined up. Of course, when I used my mouse to pick up your
text, it was composed of all spaces. Does your original happen to have
a mixture of tabs and spaces?
Besides, this text is looking rather like a declaration set. There's a
map specifically supporting that:
\adec
Regards,
Chip Campbell