Templates and Macros

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
pwdiener
Posts: 134
Joined: Wed Jul 11, 2007 3:45 pm

Templates and Macros

Post by pwdiener »

I'm trying to write a template that expands beginning in column 1 rather than at the cursor position. I'm using the $ME macro tag, invoking a macro to do the output. It appears that anything the macro does in the way of output is placed at the cursor position, regardless of any cursor moving the macro might do - the moving and any editing occur, but then the output goes to the original cursor position anyway. That makes sense from the way I understand the $ME tag, but it doesn't help me in this case.

Any ideas on how I can make this happen through a template? I suppose I could just use a macro, but it seems like that doesn't flow quite as well as a template.

Bill
Post Reply